Merge pull request #3539 from radarhere/copyright

Updated copyright year
This commit is contained in:
Hugo van Kemenade 2019-01-04 09:21:12 +02:00 committed by GitHub
commit 0917ddf80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ The Python Imaging Library (PIL) is
Pillow is the friendly PIL fork. It is
Copyright © 2010-2018 by Alex Clark and contributors
Copyright © 2010-2019 by Alex Clark and contributors
Like PIL, Pillow is licensed under the open source PIL Software License:

View File

@ -5,7 +5,7 @@ The Python Imaging Library (PIL) is
Pillow is the friendly PIL fork. It is
Copyright © 2010-2018 by Alex Clark and contributors
Copyright © 2010-2019 by Alex Clark and contributors
Like PIL, Pillow is licensed under the open source PIL
Software License:

View File

@ -48,7 +48,7 @@ master_doc = 'index'
# General information about the project.
project = u'Pillow (PIL Fork)'
copyright = u'1995-2011 Fredrik Lundh, 2010-2018 Alex Clark and Contributors'
copyright = u'1995-2011 Fredrik Lundh, 2010-2019 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