From da7f1e408cfda82b4b6e39daf1489dc9aec9fce3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 9 Mar 2009 14:25:36 +0100 Subject: Relicense to avoid confusion. --- utils/check_sources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/check_sources.py') 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 -- cgit v1.2.1