Skip to content

Commit 41462d8

Browse files
authored
Merge pull request #5166 from radarhere/copyright
Updated copyright year
2 parents d7350bd + 48eb46e commit 41462d8

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-2020 by Alex Clark and contributors
8+
Copyright © 2010-2021 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-2020 by Alex Clark and contributors
8+
Copyright © 2010-2021 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
@@ -51,7 +51,7 @@
5151

5252
# General information about the project.
5353
project = "Pillow (PIL Fork)"
54-
copyright = "1995-2011 Fredrik Lundh, 2010-2020 Alex Clark and Contributors"
54+
copyright = "1995-2011 Fredrik Lundh, 2010-2021 Alex Clark and Contributors"
5555
author = "Fredrik Lundh, Alex Clark and Contributors"
5656

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

0 commit comments

Comments
 (0)