diff options
author | Georg Brandl <georg@python.org> | 2016-01-14 22:54:04 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-01-14 22:54:04 +0100 |
commit | 46d7e8558e49f9b314ff77dbbe3ca6d2691c5895 (patch) | |
tree | 0b3048776195334030fa390db9240474e4d63fe0 /tests/root/conf.py | |
parent | 53cd2d4f3f386a8dfea28b314112b1a9a882b7c9 (diff) | |
download | sphinx-git-46d7e8558e49f9b314ff77dbbe3ca6d2691c5895.tar.gz |
Obligatory copyright update.
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r-- | tests/root/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index bdf2f8c8d..f2684e33f 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -16,7 +16,7 @@ source_suffix = ['.txt', '.add', '.foo'] source_parsers = {'.foo': 'parsermod.Parser'} project = 'Sphinx <Tests>' -copyright = '2010-2015, Georg Brandl & Team' +copyright = '2010-2016, Georg Brandl & Team' # If this is changed, remember to update the versionchanges! version = '0.6' release = '0.6alpha1' |