diff options
author | Georg Brandl <georg@python.org> | 2009-01-03 12:15:19 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-03 12:15:19 +0100 |
commit | f16f94f2cdcab8d1f852eb7e29762379e927c1fe (patch) | |
tree | 54cf12af2eae5a46dec92c4e48b91b49d5921c01 /tests/test_markup.py | |
parent | 6a8b0aa5998c183e9c746fbcd18a487560007811 (diff) | |
parent | 0b28b3e6f6666383c2eb497972328af8e6fc5fef (diff) | |
download | sphinx-git-f16f94f2cdcab8d1f852eb7e29762379e927c1fe.tar.gz |
Merge in copyright style changes from 0.5.
Diffstat (limited to 'tests/test_markup.py')
-rw-r--r-- | tests/test_markup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_markup.py b/tests/test_markup.py index 86889a2ac..14af3555c 100644 --- a/tests/test_markup.py +++ b/tests/test_markup.py @@ -5,7 +5,7 @@ Test various Sphinx-specific markup extensions. - :copyright: 2008 by Georg Brandl. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |