diff options
author | Georg Brandl <georg@python.org> | 2009-01-03 11:57:07 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-03 11:57:07 +0100 |
commit | 584e85e0759f969b22e72d954e5bded3bcc41682 (patch) | |
tree | 837094985a916d2ad71ce5d24ba572f77e9a2c8c /sphinx/setup_command.py | |
parent | 68b5e391be076ad654fa2d6451604624990493fe (diff) | |
download | sphinx-584e85e0759f969b22e72d954e5bded3bcc41682.tar.gz |
Switch copyright and license tags to single style. Add contributor
names in AUTHORS instead, and add the license of etree13 to
LICENSE.
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r-- | sphinx/setup_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index 86e84196..3eee3035 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -8,7 +8,7 @@ :author: Sebastian Wiesner :contact: basti.wiesner@gmx.net - :copyright: 2008 by Sebastian Wiesner. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. :license: MIT. """ |