summaryrefslogtreecommitdiff
path: root/sphinx/pycode
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-26 11:52:15 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-26 11:52:15 +0900
commit8f9dd6499207be2f3291a0982ed02e418730ef5e (patch)
treef24c345eac1c6d9e0f7e5e1f1c7e7fe10c1fd411 /sphinx/pycode
parentd53204aa46712983c90313b071602cf48b79e679 (diff)
parentc57e47e0424be5d742ee6d5daf913274c6da069f (diff)
downloadsphinx-git-8f9dd6499207be2f3291a0982ed02e418730ef5e.tar.gz
Merge branch 'stable'
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 182c0e758..eabcc8188 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 b4b681d78..cecde9bd0 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.
"""