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 | 0b28b3e6f6666383c2eb497972328af8e6fc5fef (patch) | |
tree | 837094985a916d2ad71ce5d24ba572f77e9a2c8c /sphinx/util/console.py | |
parent | 9b48c13ee8d3fb03a5c6516d63c497c56074e34b (diff) | |
download | sphinx-git-0b28b3e6f6666383c2eb497972328af8e6fc5fef.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/util/console.py')
-rw-r--r-- | sphinx/util/console.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/util/console.py b/sphinx/util/console.py index d6ebcb947..724dee104 100644 --- a/sphinx/util/console.py +++ b/sphinx/util/console.py @@ -5,8 +5,8 @@ Format colored console output. - :copyright: 2007-2008 by Georg Brandl. - :license: BSD. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import os |