From 3089dd18d814d80e062d191be5a3829fa544157e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 26 Dec 2016 12:15:23 +1100 Subject: [PATCH] Updated copyright year --- LICENSE | 2 +- docs/COPYING | 2 +- docs/conf.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 87743e737..22a4445f9 100644 --- a/LICENSE +++ b/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: diff --git a/docs/COPYING b/docs/COPYING index 5d10c7364..ee8a7f807 100644 --- a/docs/COPYING +++ b/docs/COPYING @@ -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: diff --git a/docs/conf.py b/docs/conf.py index f66bea521..33dd6a4f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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