summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-03-09 14:25:36 +0100
committerGeorg Brandl <georg@python.org>2009-03-09 14:25:36 +0100
commit81b5d1925d6747d3262de1a404571308b2c8889b (patch)
treee05ca018b32f75382576a4b868bd7d383cc9366c /utils
parent28233eb6096702d5eb5b80eacddef93fd0ad60a7 (diff)
downloadsphinx-81b5d1925d6747d3262de1a404571308b2c8889b.tar.gz
Relicense to avoid confusion.
Diffstat (limited to 'utils')
-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 c244d9c0..ad808883 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