Skip to content

Commit d13dfb9

Browse files
committed
Fix regex in oracle.copyright.regex.star to capture start year
1 parent 9fb8a9a commit d13dfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/copyrights/oracle.copyright.regex.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/\*\s*
2-
\* Copyright \(c\) (?:20[0-9][0-9], )*(20[0-9][0-9]), Oracle and/or its affiliates. All rights reserved\.\s*
2+
\* Copyright \(c\) (20[0-9][0-9], )*(20[0-9][0-9]), Oracle and/or its affiliates. All rights reserved\.\s*
33
\* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER\.\s*
44
\*\s*
55
\* The Universal Permissive License \(UPL\), Version 1\.0\s*

0 commit comments

Comments
 (0)