summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-01 22:13:15 +0100
committerGeorg Brandl <georg@python.org>2013-01-01 22:13:15 +0100
commit6c615ef5ac42afb75922dea73e3ef457f4f3b2f8 (patch)
treef32bd5bfa082ebbd8b072d6884e50d9d59dd29ac /utils
parentbb7c46f1da56e56df9c3024b908b2bdb331c7ab0 (diff)
downloadsphinx-6c615ef5ac42afb75922dea73e3ef457f4f3b2f8.tar.gz
Copyright update.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/check_sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py
index 6b030d5d..5512420a 100755
--- a/utils/check_sources.py
+++ b/utils/check_sources.py
@@ -7,7 +7,7 @@
Make sure each Python file has a correct file header
including copyright and license information.
- :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""