Skip to content

Commit 66268d2

Browse files
committed
Fix copyright regexes
1 parent a3d8254 commit 66268d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mx.graalpython/copyrights/pypy.copyright.hash.regex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(?:# coding=utf-8\n)?# Copyright \(c\) (20[0-9][0-9], )*(20[0-9][0-9]), Oracle and/or its affiliates.
2-
# Copyright \(c\) 2017, The PyPy Project
2+
# Copyright \(c\) (?:20[0-9][0-9]), The PyPy Project
33
#
44
# The MIT License
55
# Permission is hereby granted, free of charge, to any person
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright \(c\) (20[0-9][0-9], )*(20[0-9][0-9]), Oracle and/or its affiliates.
2-
# Copyright \(C\) 1996-2017 Python Software Foundation
2+
# Copyright \(C\) 1996-(?:20[0-9][0-9]) Python Software Foundation
33
#
44
# Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
55
.*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/\* Copyright \(c\) (20[0-9][0-9], )*(20[0-9][0-9]), Oracle and/or its affiliates.
2-
\* Copyright \(C\) 1996-2017 Python Software Foundation
2+
\* Copyright \(C\) 1996-(?:20[0-9][0-9]) Python Software Foundation
33
\*
44
\* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
55
\*/

0 commit comments

Comments
 (0)