diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 16:45:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 16:45:30 +0900 |
commit | 8f1fdc46a068ffea9001c5398c256af6a4c6e418 (patch) | |
tree | b72622b75acc49433609ff506145122cc343904d | |
parent | 76e9f57c2e4457dec11d258435b7a6c6ec5de005 (diff) | |
parent | da3075d0b7474846a3f86c1ddd272d9640982e02 (diff) | |
download | sphinx-git-8f1fdc46a068ffea9001c5398c256af6a4c6e418.tar.gz |
Merge pull request #5875 from tk0miya/happy_new_year
A happy new year! (for master branch)
-rw-r--r-- | sphinx/project.py | 2 | ||||
-rw-r--r-- | tests/test_parser.py | 2 | ||||
-rw-r--r-- | tests/test_project.py | 2 | ||||
-rw-r--r-- | tests/test_util_pycompat.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sphinx/project.py b/sphinx/project.py index 8b8aa5794..c7094503f 100644 --- a/sphinx/project.py +++ b/sphinx/project.py @@ -4,7 +4,7 @@ Utility function and classes for Sphinx projects. - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_parser.py b/tests/test_parser.py index 6a1db4a6b..d6323e8e6 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -4,7 +4,7 @@ Tests parsers module. - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_project.py b/tests/test_project.py index 97bcb78ae..90e5b37c2 100644 --- a/tests/test_project.py +++ b/tests/test_project.py @@ -4,7 +4,7 @@ Tests project module. - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/tests/test_util_pycompat.py b/tests/test_util_pycompat.py index 8dc8a9e34..a815d1c4f 100644 --- a/tests/test_util_pycompat.py +++ b/tests/test_util_pycompat.py @@ -4,7 +4,7 @@ Tests sphinx.util.pycompat functions. - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |