summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-01-02 11:57:16 -0800
committerIan Lee <IanLee1521@gmail.com>2016-01-02 11:57:16 -0800
commitda3467564b6e50cf841913d0b108b66fff3ae5e2 (patch)
tree5d867efeede0ff87f04fe5c3f393a5e6895925a4
parent4dc42d842274ba27d2724e76eb83ff69e7db226f (diff)
downloadpep8-da3467564b6e50cf841913d0b108b66fff3ae5e2.tar.gz
Updated copyrights to 2016
-rw-r--r--LICENSE2
-rw-r--r--docs/conf.py2
-rwxr-xr-xpep8.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 2ec4d39..302779d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
Copyright © 2006-2009 Johann C. Rocholl <johann@rocholl.net>
Copyright © 2009-2014 Florent Xicluna <florent.xicluna@gmail.com>
-Copyright © 2014-2015 Ian Lee <IanLee1521@gmail.com>
+Copyright © 2014-2016 Ian Lee <IanLee1521@gmail.com>
Licensed under the terms of the Expat License
diff --git a/docs/conf.py b/docs/conf.py
index d58549d..5f990f3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -46,7 +46,7 @@ master_doc = 'index'
# General information about the project.
project = u'pep8'
authors = u'Johann C. Rocholl, Florent Xicluna, Ian Lee'
-copyright = u'2006-2015, %s' % (authors)
+copyright = u'2006-2016, %s' % (authors)
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/pep8.py b/pep8.py
index d292341..821f164 100755
--- a/pep8.py
+++ b/pep8.py
@@ -2,7 +2,7 @@
# pep8.py - Check Python source code formatting, according to PEP 8
# Copyright (C) 2006-2009 Johann C. Rocholl <johann@rocholl.net>
# Copyright (C) 2009-2014 Florent Xicluna <florent.xicluna@gmail.com>
-# Copyright (C) 2014-2015 Ian Lee <ianlee1521@gmail.com>
+# Copyright (C) 2014-2016 Ian Lee <ianlee1521@gmail.com>
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation files