Skip to content

Commit

Permalink
adapt the regex in the license template
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianpilz committed Jan 29, 2024
1 parent ee3735b commit 9110319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/license-check/header-MIT-draeger-java.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This Source Code Form is subject to the terms of the MIT License.
* Copyright (c) %regexp:\d{4}(, \d{4})?% Draegerwerk AG & Co. KGaA.
* Copyright (c) %regexp:[0-9]{4}(, [0-9]{4})?% Draegerwerk AG & Co. KGaA.
*
* SPDX-License-Identifier: MIT
*/

0 comments on commit 9110319

Please sign in to comment.