diff options
author | Georg Brandl <georg@python.org> | 2014-03-01 08:18:16 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-01 08:18:16 +0100 |
commit | e0300313215fb55d24aa5bda1b68eedd798310b6 (patch) | |
tree | d8b6c05c1371ee2821df553e07eea1a60eb94d8c /sphinx/ext/coverage.py | |
parent | 4ea37b595fb92c6e1f7f9f952ac2c59100a9b648 (diff) | |
download | sphinx-git-e0300313215fb55d24aa5bda1b68eedd798310b6.tar.gz |
Update copyright year.
Diffstat (limited to 'sphinx/ext/coverage.py')
-rw-r--r-- | sphinx/ext/coverage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index 0e8bc4b21..52be1bdba 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -6,7 +6,7 @@ Check Python modules and C API for coverage. Mostly written by Josip Dzolonga for the Google Highly Open Participation contest. - :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |