summaryrefslogtreecommitdiff
path: root/utils/check_sources.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-03-09 14:25:52 +0100
committerGeorg Brandl <georg@python.org>2009-03-09 14:25:52 +0100
commitc632481afbcf06b34c9d8a28e8dfabc1377939a9 (patch)
treee33ddf5cf7adaddbe072f1c4530a8c901a68d4fc /utils/check_sources.py
parentd117ef45a3a72117a9a6ae828311b3800ca58e85 (diff)
parentda7f1e408cfda82b4b6e39daf1489dc9aec9fce3 (diff)
downloadsphinx-git-c632481afbcf06b34c9d8a28e8dfabc1377939a9.tar.gz
merge with 0.5
Diffstat (limited to 'utils/check_sources.py')
-rwxr-xr-xutils/check_sources.py4
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