diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-01 01:06:58 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-01 01:06:58 +0900 |
commit | 2426cedb8b12b7a59270e55f2f26d63d0014a28f (patch) | |
tree | c04ecf4258b91d85c1c1ebd6d3d04d456151e29d /utils/check_sources.py | |
parent | fce7f38b7170549400eada8f7afd8ae5e443348e (diff) | |
download | sphinx-git-2426cedb8b12b7a59270e55f2f26d63d0014a28f.tar.gz |
A happy new year!
Diffstat (limited to 'utils/check_sources.py')
-rwxr-xr-x | utils/check_sources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py index 3895ee1d6..30f1fb93c 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-2017 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ from __future__ import print_function |