diff options
author | Georg Brandl <georg@python.org> | 2009-01-03 12:15:04 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-03 12:15:04 +0100 |
commit | 24023f8f3bd1bea70071afe1bf6ee7dc8a5ea177 (patch) | |
tree | 6db3c37d5d7c7d85aebd946579b26ae4afcb9208 /sphinx/setup_command.py | |
parent | 0b28b3e6f6666383c2eb497972328af8e6fc5fef (diff) | |
download | sphinx-git-24023f8f3bd1bea70071afe1bf6ee7dc8a5ea177.tar.gz |
Some more license nits.
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 3eee30351..c874bdd4c 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -9,7 +9,7 @@ :author: Sebastian Wiesner :contact: basti.wiesner@gmx.net :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. - :license: MIT. + :license: BSD, see LICENSE for details. """ import sys |