summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2009-02-20 07:20:34 +0000
committerJames Henstridge <jamesh@src.gnome.org>2009-02-20 07:20:34 +0000
commit8b4d66fd15cd4b466a5f49c05370c50ac62c4198 (patch)
treefd2332c3c20f220fa6a0471642defd22bed47f1f
parentfa206802f4d4c179b621765de8d22a346bbcf72d (diff)
downloadpygobject-8b4d66fd15cd4b466a5f49c05370c50ac62c4198.tar.gz
pygobject-8b4d66fd15cd4b466a5f49c05370c50ac62c4198.tar.xz
pygobject-8b4d66fd15cd4b466a5f49c05370c50ac62c4198.zip
pull in changes from pygtk (updating license header from GPL to LGPL).
2009-02-20 James Henstridge <james@jamesh.id.au> * ltihooks.py: pull in changes from pygtk (updating license header from GPL to LGPL). svn path=/trunk/; revision=1012
-rw-r--r--ChangeLog5
-rw-r--r--ltihooks.py18
2 files changed, 14 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a47c89..e7fc20a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-20 James Henstridge <james@jamesh.id.au>
+
+ * ltihooks.py: pull in changes from pygtk (updating license header
+ from GPL to LGPL).
+
2009-02-18 Andre Klapper <a9016009@gmx.de>
* gobject/pygobject.h:
diff --git a/ltihooks.py b/ltihooks.py
index ae1d604..ecddec1 100644
--- a/ltihooks.py
+++ b/ltihooks.py
@@ -2,18 +2,18 @@
# ltihooks.py: python import hooks that understand libtool libraries.
# Copyright (C) 2000 James Henstridge.
#
-# 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
-# (at your option) any later version.
+# This library 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 2.1 of the License, or (at your option) any later version.
#
-# This program is distributed in the hope that it will be useful,
+# This library 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.
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser 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
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
import os, ihooks