Skip to content

Commit 0efda91

Browse files
authored
Merge pull request #6845 from radarhere/copyright
Updated copyright year
2 parents 009bbe2 + 1330697 commit 0efda91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Python Imaging Library (PIL) is
55

66
Pillow is the friendly PIL fork. It is
77

8-
Copyright © 2010-2022 by Alex Clark and contributors
8+
Copyright © 2010-2023 by Alex Clark and contributors
99

1010
Like PIL, Pillow is licensed under the open source HPND License:
1111

docs/COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Python Imaging Library (PIL) is
55

66
Pillow is the friendly PIL fork. It is
77

8-
Copyright © 2010-2022 by Alex Clark and contributors
8+
Copyright © 2010-2023 by Alex Clark and contributors
99

1010
Like PIL, Pillow is licensed under the open source PIL
1111
Software License:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# General information about the project.
5454
project = "Pillow (PIL Fork)"
55-
copyright = "1995-2011 Fredrik Lundh, 2010-2022 Alex Clark and Contributors"
55+
copyright = "1995-2011 Fredrik Lundh, 2010-2023 Alex Clark and Contributors"
5656
author = "Fredrik Lundh, Alex Clark and Contributors"
5757

5858
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)