diff options
author | Georg Brandl <georg@python.org> | 2009-03-09 14:25:52 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-09 14:25:52 +0100 |
commit | c632481afbcf06b34c9d8a28e8dfabc1377939a9 (patch) | |
tree | e33ddf5cf7adaddbe072f1c4530a8c901a68d4fc /utils/check_sources.py | |
parent | d117ef45a3a72117a9a6ae828311b3800ca58e85 (diff) | |
parent | da7f1e408cfda82b4b6e39daf1489dc9aec9fce3 (diff) | |
download | sphinx-git-c632481afbcf06b34c9d8a28e8dfabc1377939a9.tar.gz |
merge with 0.5
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 361fcfc14..7fe0cbb7d 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 |