diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-03-26 11:52:15 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-03-26 11:52:15 +0900 |
| commit | 8f9dd6499207be2f3291a0982ed02e418730ef5e (patch) | |
| tree | f24c345eac1c6d9e0f7e5e1f1c7e7fe10c1fd411 /utils | |
| parent | d53204aa46712983c90313b071602cf48b79e679 (diff) | |
| parent | c57e47e0424be5d742ee6d5daf913274c6da069f (diff) | |
| download | sphinx-git-8f9dd6499207be2f3291a0982ed02e418730ef5e.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/check_sources.py | 2 | ||||
| -rw-r--r-- | utils/jssplitter_generator.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py index 3858cc0b4..3895ee1d6 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-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/utils/jssplitter_generator.py b/utils/jssplitter_generator.py index 078dd7591..75f0353af 100644 --- a/utils/jssplitter_generator.py +++ b/utils/jssplitter_generator.py @@ -122,7 +122,7 @@ python_src = '''# -*- coding: utf-8 -*- DO NOT EDIT. This is generated by utils/jssplitter_generator.py - :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. """ |
