summaryrefslogtreecommitdiff
path: root/sphinx/ext
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-01-14 22:55:22 +0100
committerGeorg Brandl <georg@python.org>2016-01-14 22:55:22 +0100
commit6b7b51a55aa0dc419d9fd8dae17bbec197bd2724 (patch)
tree64a2e6523e79068d0f529df81938a960431e9aca /sphinx/ext
parent4f72bdb72272f84c3d07e78afee81dd390e683eb (diff)
downloadsphinx-git-6b7b51a55aa0dc419d9fd8dae17bbec197bd2724.tar.gz
Obligatory copyright update.
Diffstat (limited to 'sphinx/ext')
-rw-r--r--sphinx/ext/githubpages.py2
-rw-r--r--sphinx/ext/imgmath.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/ext/githubpages.py b/sphinx/ext/githubpages.py
index 17b858a32..1d5c4c55d 100644
--- a/sphinx/ext/githubpages.py
+++ b/sphinx/ext/githubpages.py
@@ -5,7 +5,7 @@
To publish HTML docs at GitHub Pages, create .nojekyll file.
- :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/imgmath.py b/sphinx/ext/imgmath.py
index c4b39f4c8..461cba17e 100644
--- a/sphinx/ext/imgmath.py
+++ b/sphinx/ext/imgmath.py
@@ -5,7 +5,7 @@
Render math in HTML via dvipng or dvisvgm.
- :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""