summaryrefslogtreecommitdiff
path: root/sphinx/pycode
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-22 20:21:12 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-26 11:49:34 +0900
commitc57e47e0424be5d742ee6d5daf913274c6da069f (patch)
treec2e67c780f6127e1a07ad45e10ef5e2387e523f4 /sphinx/pycode
parenta92f40673934521bfbffc76f905f93b4caf45907 (diff)
downloadsphinx-git-c57e47e0424be5d742ee6d5daf913274c6da069f.tar.gz
Year++
Diffstat (limited to 'sphinx/pycode')
-rw-r--r--sphinx/pycode/__init__.py2
-rw-r--r--sphinx/pycode/nodes.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py
index d1d151f6f..8dbc95da8 100644
--- a/sphinx/pycode/__init__.py
+++ b/sphinx/pycode/__init__.py
@@ -5,7 +5,7 @@
Utilities parsing and analyzing Python code.
- :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from __future__ import print_function
diff --git a/sphinx/pycode/nodes.py b/sphinx/pycode/nodes.py
index e3a1bc9f6..2dae4f6ee 100644
--- a/sphinx/pycode/nodes.py
+++ b/sphinx/pycode/nodes.py
@@ -5,7 +5,7 @@
Parse tree node implementations.
- :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""