Skip to content

Commit 513fe2c

Browse files
committed
Only use start year in copyright, remove end years
1 parent b25a5a4 commit 513fe2c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-2024 by Jeffrey A. Clark and contributors
8+
Copyright © 2010 by Jeffrey A. Clark and contributors
99

1010
Like PIL, Pillow is licensed under the open source MIT-CMU 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-2024 by Jeffrey A. Clark and contributors
8+
Copyright © 2010 by Jeffrey A. 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
@@ -55,7 +55,7 @@
5555
project = "Pillow (PIL Fork)"
5656
copyright = (
5757
"1995-2011 Fredrik Lundh and contributors, "
58-
"2010-2024 Jeffrey A. Clark and contributors."
58+
"2010 Jeffrey A. Clark and contributors."
5959
)
6060
author = "Fredrik Lundh (PIL), Jeffrey A. Clark (Pillow)"
6161

0 commit comments

Comments
 (0)