summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-01 08:18:16 +0100
committerGeorg Brandl <georg@python.org>2014-03-01 08:18:16 +0100
commit3c649bfde0126d72894989506c40bb8ae35d7d23 (patch)
treed8b6c05c1371ee2821df553e07eea1a60eb94d8c /utils
parent4bf840f492d21206d3c867ec03f94d30a82df399 (diff)
downloadsphinx-3c649bfde0126d72894989506c40bb8ae35d7d23.tar.gz
Update copyright year.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/check_sources.py2
-rwxr-xr-xutils/convert.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py
index 5512420a..52f23e1f 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-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/utils/convert.py b/utils/convert.py
index 6f461822..c90be8e6 100755
--- a/utils/convert.py
+++ b/utils/convert.py
@@ -8,7 +8,7 @@
The Python3 version of a file foo.py will be called foo3.py.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os