Skip to content

Commit dbb307e

Browse files
committed
fix: use regex pattern in .licenserc.yaml to allow any copyright year
1 parent 8424de8 commit dbb307e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ header:
1717
license:
1818
spdx-id: Apache-2.0
1919
copyright-owner: Splunk Inc.
20+
pattern: "Copyright \\d{4} Splunk Inc"
2021

2122
paths-ignore:
2223
- ".github/"

0 commit comments

Comments
 (0)