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 | 0e1db6ad90a272ff7e5cf86039df905ae91ac4df (patch) | |
tree | c30521ff90a59b6daa6dac72fbfd43b65c7cef2c /sphinx-autogen.py | |
parent | 22777a512882166035a91c6182b37233a3f00030 (diff) | |
download | sphinx-git-0e1db6ad90a272ff7e5cf86039df905ae91ac4df.tar.gz |
New year update.
Diffstat (limited to 'sphinx-autogen.py')
-rwxr-xr-x | sphinx-autogen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx-autogen.py b/sphinx-autogen.py index 621784196..b1e467e77 100755 --- a/sphinx-autogen.py +++ b/sphinx-autogen.py @@ -4,8 +4,8 @@ Sphinx - Python documentation toolchain ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: 2007-2010 by Georg Brandl. - :license: BSD. + :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import sys |