mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Updated copyright year
This commit is contained in:
parent
ee1143095b
commit
3089dd18d8
2
LICENSE
2
LICENSE
|
@ -5,7 +5,7 @@ The Python Imaging Library (PIL) is
|
|||
|
||||
Pillow is the friendly PIL fork. It is
|
||||
|
||||
Copyright © 2016 by Alex Clark and contributors
|
||||
Copyright © 2017 by Alex Clark and contributors
|
||||
|
||||
Like PIL, Pillow is licensed under the MIT-like open source PIL Software License:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ The Python Imaging Library (PIL) is
|
|||
|
||||
Pillow is the friendly PIL fork. It is
|
||||
|
||||
Copyright © 2016 by Alex Clark and contributors
|
||||
Copyright © 2017 by Alex Clark and contributors
|
||||
|
||||
Like PIL, Pillow is licensed under the MIT-like open source PIL
|
||||
Software License:
|
||||
|
|
|
@ -48,8 +48,8 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'Pillow (PIL Fork)'
|
||||
copyright = u'1995-2016, Fredrik Lundh and Contributors, Alex Clark and Contributors'
|
||||
author = u'Fredrik Lundh and Contributors, Alex Clark and Contributors'
|
||||
copyright = u'1995-2011 Fredrik Lundh, 2010-2017 Alex Clark and Contributors'
|
||||
author = u'Fredrik Lundh, Alex Clark and Contributors'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
|
Loading…
Reference in New Issue
Block a user