summaryrefslogtreecommitdiff
path: root/scripts/make_errorcodes.py
diff options
context:
space:
mode:
authorChris Mildebrandt <chris@woodenrhino.com>2014-05-20 09:50:53 -0700
committerChris Mildebrandt <chris@woodenrhino.com>2014-05-20 09:50:53 -0700
commit693dedf4da16094d9e7d926f2965a10da5cf63c1 (patch)
tree305078feab668cc4da3d9ed85c33037b050c5141 /scripts/make_errorcodes.py
parent67354ed14f2ac76cbb29e3b32efa9bf6c00d03a2 (diff)
downloadpsycopg2-693dedf4da16094d9e7d926f2965a10da5cf63c1.tar.gz
cleanup remaining GPL license text
Diffstat (limited to 'scripts/make_errorcodes.py')
-rwxr-xr-xscripts/make_errorcodes.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/make_errorcodes.py b/scripts/make_errorcodes.py
index fa37fd8..d284293 100755
--- a/scripts/make_errorcodes.py
+++ b/scripts/make_errorcodes.py
@@ -6,15 +6,15 @@ The script can be run at a new PostgreSQL release to refresh the module.
# Copyright (C) 2010 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2, or (at your option) any later
-# version.
+# psycopg2 is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY
-# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# psycopg2 is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+# License for more details.
import sys
import urllib2