From b68cf4a286c2cbf1dfee486715981f89156c509a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 31 Dec 2017 12:05:03 +1100 Subject: [PATCH] Updated copyright year --- LICENSE | 2 +- docs/COPYING | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index f8346793e..80456a753 100644 --- a/LICENSE +++ b/LICENSE @@ -5,7 +5,7 @@ The Python Imaging Library (PIL) is Pillow is the friendly PIL fork. It is - Copyright © 2010-2017 by Alex Clark and contributors + Copyright © 2010-2018 by Alex Clark and contributors Like PIL, Pillow is licensed under the open source PIL Software License: diff --git a/docs/COPYING b/docs/COPYING index 2d4f92b41..754527885 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 © 2010-2017 by Alex Clark and contributors + Copyright © 2010-2018 by Alex Clark and contributors Like PIL, Pillow is licensed under the open source PIL Software License: diff --git a/docs/conf.py b/docs/conf.py index f21e2e51a..4053e24e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'Pillow (PIL Fork)' -copyright = u'1995-2011 Fredrik Lundh, 2010-2017 Alex Clark and Contributors' +copyright = u'1995-2011 Fredrik Lundh, 2010-2018 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