diff options
author | Georg Brandl <georg@python.org> | 2009-03-09 14:25:36 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-09 14:25:36 +0100 |
commit | da7f1e408cfda82b4b6e39daf1489dc9aec9fce3 (patch) | |
tree | e05ca018b32f75382576a4b868bd7d383cc9366c /utils/check_sources.py | |
parent | 415d97549654ac32c91a0b72d8dac8a49a357642 (diff) | |
download | sphinx-git-da7f1e408cfda82b4b6e39daf1489dc9aec9fce3.tar.gz |
Relicense to avoid confusion.
Diffstat (limited to 'utils/check_sources.py')
-rwxr-xr-x | utils/check_sources.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py index c244d9c0e..ad808883e 100755 --- a/utils/check_sources.py +++ b/utils/check_sources.py @@ -7,8 +7,8 @@ Make sure each Python file has a correct file header including copyright and license information. - :copyright: Copyright 2006-2009 by Georg Brandl. - :license: GNU GPL, see LICENSE for more details. + :copyright: Copyright 2006-2009 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import sys, os, re |