summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-02-07 10:40:19 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-02-07 10:40:19 +0100
commitb10948b67d83e5212fd945ed6be457881055fd84 (patch)
tree7c471c34bc9499a600c747d7f20f6be1f9b8111c
parent26d48ca08c5df77ca8c0f595a2da16319c03db5e (diff)
downloadpep8-b10948b67d83e5212fd945ed6be457881055fd84.tar.gz
Copyright
-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 9abd944..0a5a15d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
Copyright © 2006-2009 Johann C. Rocholl <johann@rocholl.net>
-Copyright © 2009-2012 Florent Xicluna <florent.xicluna@gmail.com>
+Copyright © 2009-2013 Florent Xicluna <florent.xicluna@gmail.com>
Licensed under the terms of the Expat License
diff --git a/docs/conf.py b/docs/conf.py
index e02e226..8521127 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,7 +45,7 @@ master_doc = 'index'
# General information about the project.
project = u'pep8'
-copyright = u'2012, Florent Xicluna'
+copyright = u'2012-2013, Florent Xicluna'
# 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 95ccaa3..7463b5b 100755
--- a/pep8.py
+++ b/pep8.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# pep8.py - Check Python source code formatting, according to PEP 8
# Copyright (C) 2006-2009 Johann C. Rocholl <johann@rocholl.net>
-# Copyright (C) 2009-2012 Florent Xicluna <florent.xicluna@gmail.com>
+# Copyright (C) 2009-2013 Florent Xicluna <florent.xicluna@gmail.com>
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation files