diff options
| author | Georg Brandl <georg@python.org> | 2011-01-04 10:00:51 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-04 10:00:51 +0100 |
| commit | 901ef024a6309d69bd4e04da2145b97af99cb64e (patch) | |
| tree | c30521ff90a59b6daa6dac72fbfd43b65c7cef2c /sphinx/directives | |
| parent | fead912b0a78ff95c04311625b7bc891b6aeb8ca (diff) | |
| download | sphinx-901ef024a6309d69bd4e04da2145b97af99cb64e.tar.gz | |
New year update.
Diffstat (limited to 'sphinx/directives')
| -rw-r--r-- | sphinx/directives/__init__.py | 2 | ||||
| -rw-r--r-- | sphinx/directives/code.py | 2 | ||||
| -rw-r--r-- | sphinx/directives/other.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/directives/__init__.py b/sphinx/directives/__init__.py index b7adbcaf..f11a4059 100644 --- a/sphinx/directives/__init__.py +++ b/sphinx/directives/__init__.py @@ -5,7 +5,7 @@ Handlers for additional ReST directives. - :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/sphinx/directives/code.py b/sphinx/directives/code.py index 0647daf0..f72af912 100644 --- a/sphinx/directives/code.py +++ b/sphinx/directives/code.py @@ -3,7 +3,7 @@ sphinx.directives.code ~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py index 332c4084..c798f579 100644 --- a/sphinx/directives/other.py +++ b/sphinx/directives/other.py @@ -3,7 +3,7 @@ sphinx.directives.other ~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
