summaryrefslogtreecommitdiff
path: root/scripts/refcounter.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/refcounter.py
parent67354ed14f2ac76cbb29e3b32efa9bf6c00d03a2 (diff)
downloadpsycopg2-693dedf4da16094d9e7d926f2965a10da5cf63c1.tar.gz
cleanup remaining GPL license text
Diffstat (limited to 'scripts/refcounter.py')
-rwxr-xr-xscripts/refcounter.py18
1 files changed, 7 insertions, 11 deletions
diff --git a/scripts/refcounter.py b/scripts/refcounter.py
index adafce8..38544fe 100755
--- a/scripts/refcounter.py
+++ b/scripts/refcounter.py
@@ -8,19 +8,15 @@ script exits with error 1.
# Copyright (C) 2011 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 of the License, or
+# 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
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# 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 gc
import sys