Skip to content

Commit 9f1514a

Browse files
committed
Update copyrights
1 parent 6110b3a commit 9f1514a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

uncompyle6/parsers/parse24.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2018, 2020 Rocky Bernstein
1+
# Copyright (c) 2016-2018, 2020, 2022 Rocky Bernstein
22
"""
33
spark grammar differences over Python2.5 for Python 2.4.
44
"""

uncompyle6/parsers/parse25.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2018, 2020 Rocky Bernstein
1+
# Copyright (c) 2016-2018, 2020, 2022 Rocky Bernstein
22
"""
33
spark grammar differences over Python2.6 for Python 2.5.
44
"""

uncompyle6/parsers/parse27.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2020 Rocky Bernstein
1+
# Copyright (c) 2016-2020, 2022 Rocky Bernstein
22
# Copyright (c) 2005 by Dan Pascu <[email protected]>
33
# Copyright (c) 2000-2002 by hartmut Goebel <[email protected]>
44

uncompyle6/parsers/parse30.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2017 Rocky Bernstein
1+
# Copyright (c) 2016-2017, 2022 Rocky Bernstein
22
"""
33
spark grammar differences over Python 3.1 for Python 3.0.
44
"""

uncompyle6/parsers/parse31.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2017 Rocky Bernstein
1+
# Copyright (c) 2016-2017, 2022 Rocky Bernstein
22
"""
33
spark grammar differences over Python 3.2 for Python 3.1.
44
"""

uncompyle6/parsers/parse32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2017 Rocky Bernstein
1+
# Copyright (c) 2016-2017, 2022 Rocky Bernstein
22
"""
33
spark grammar differences over Python 3 for Python 3.2.
44
"""

0 commit comments

Comments
 (0)