summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING4
-rw-r--r--ChangeLog68
-rw-r--r--gio/__init__.py2
-rw-r--r--gio/gappinfo.override2
-rw-r--r--gio/gapplaunchcontext.override2
-rw-r--r--gio/gfile.override2
-rw-r--r--gio/gfileattribute.override2
-rw-r--r--gio/gfileenumerator.override2
-rw-r--r--gio/gfileinfo.override2
-rw-r--r--gio/gicon.override2
-rw-r--r--gio/ginputstream.override2
-rw-r--r--gio/gio.override2
-rw-r--r--gio/giomodule.c2
-rw-r--r--gio/goutputstream.override2
-rw-r--r--gio/gvolume.override2
-rw-r--r--gio/gvolumemonitor.override2
-rw-r--r--gio/pygio-utils.c2
-rw-r--r--gio/pygio-utils.h2
-rw-r--r--gio/unix.override2
-rw-r--r--gio/unixmodule.c2
-rw-r--r--glib/__init__.py2
-rw-r--r--glib/glibmodule.c2
-rw-r--r--glib/option.py2
-rw-r--r--glib/pygiochannel.h2
-rw-r--r--glib/pyglib-private.h2
-rw-r--r--glib/pyglib-python-compat.h2
-rw-r--r--glib/pyglib.c2
-rw-r--r--glib/pyglib.h2
-rw-r--r--glib/pygmaincontext.c2
-rw-r--r--glib/pygmaincontext.h2
-rw-r--r--glib/pygmainloop.c2
-rw-r--r--glib/pygmainloop.h2
-rw-r--r--glib/pygoptioncontext.c2
-rw-r--r--glib/pygoptioncontext.h2
-rw-r--r--glib/pygoptiongroup.c2
-rw-r--r--glib/pygoptiongroup.h2
-rw-r--r--glib/pygsource.c2
-rw-r--r--glib/pygsource.h2
-rw-r--r--glib/pygspawn.c2
-rw-r--r--glib/pygspawn.h2
-rw-r--r--gobject/__init__.py2
-rw-r--r--gobject/constants.py.in2
-rw-r--r--gobject/ffi-marshaller.c2
-rw-r--r--gobject/ffi-marshaller.h2
-rw-r--r--gobject/gobjectmodule.c2
-rw-r--r--gobject/propertyhelper.py2
-rw-r--r--gobject/pygboxed.c2
-rw-r--r--gobject/pygboxed.h2
-rw-r--r--gobject/pygenum.c2
-rw-r--r--gobject/pygenum.h2
-rw-r--r--gobject/pygflags.c2
-rw-r--r--gobject/pygflags.h2
-rw-r--r--gobject/pyginterface.c2
-rw-r--r--gobject/pyginterface.h2
-rw-r--r--gobject/pygobject.c2
-rw-r--r--gobject/pygparamspec.c2
-rw-r--r--gobject/pygparamspec.h2
-rw-r--r--gobject/pygpointer.c2
-rw-r--r--gobject/pygpointer.h2
-rw-r--r--gobject/pygtype.c2
-rw-r--r--gobject/pygtype.h2
-rw-r--r--ltihooks.py2
-rw-r--r--pygtk.py2
63 files changed, 131 insertions, 63 deletions
diff --git a/COPYING b/COPYING
index b1e3f5a2..ae23fcfd 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the
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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
diff --git a/ChangeLog b/ChangeLog
index 7013aa18..4cf11aa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+2009-03-29 Tobias Mueller <tobiasmue@gnome.org>
+
+ * ltihooks.py:
+ * pygtk.py:
+ * COPYING:
+ * gobject/pygparamspec.h:
+ * gobject/pygpointer.c:
+ * gobject/ffi-marshaller.h:
+ * gobject/pygtype.c:
+ * gobject/__init__.py:
+ * gobject/pygpointer.h:
+ * gobject/pygtype.h:
+ * gobject/pygflags.c:
+ * gobject/pyginterface.c:
+ * gobject/pygflags.h:
+ * gobject/pygboxed.c:
+ * gobject/gobjectmodule.c:
+ * gobject/pygenum.c:
+ * gobject/pyginterface.h:
+ * gobject/pygboxed.h:
+ * gobject/pygobject.c:
+ * gobject/constants.py.in:
+ * gobject/pygenum.h:
+ * gobject/propertyhelper.py:
+ * gobject/pygparamspec.c:
+ * gobject/ffi-marshaller.c:
+ * glib/pygmainloop.c:
+ * glib/pygoptioncontext.h:
+ * glib/pygmainloop.h:
+ * glib/pyglib-private.h:
+ * glib/__init__.py:
+ * glib/pygoptiongroup.c:
+ * glib/pygspawn.c:
+ * glib/pygmaincontext.c:
+ * glib/pygoptiongroup.h:
+ * glib/pygspawn.h:
+ * glib/pygmaincontext.h:
+ * glib/option.py:
+ * glib/pygsource.c:
+ * glib/glibmodule.c:
+ * glib/pygiochannel.h:
+ * glib/pygsource.h:
+ * glib/pyglib.c:
+ * glib/pyglib.h:
+ * glib/pyglib-python-compat.h:
+ * glib/pygoptioncontext.c:
+ * gio/gfileinfo.override:
+ * gio/gappinfo.override:
+ * gio/__init__.py:
+ * gio/gfileattribute.override:
+ * gio/gvolume.override:
+ * gio/gio.override:
+ * gio/ginputstream.override:
+ * gio/goutputstream.override:
+ * gio/unix.override:
+ * gio/gfile.override:
+ * gio/gvolumemonitor.override:
+ * gio/gapplaunchcontext.override:
+ * gio/giomodule.c:
+ * gio/gfileenumerator.override:
+ * gio/pygio-utils.c:
+ * gio/unixmodule.c:
+ * gio/pygio-utils.h:
+ * gio/gicon.override:
+ Update the address of the FSF, by replacing old bits of the address
+ with new ones.
+ Fixes bug 577134
+
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gio.defs: Add g_volume_should_automount
diff --git a/gio/__init__.py b/gio/__init__.py
index 38873f23..9f9fe2c3 100644
--- a/gio/__init__.py
+++ b/gio/__init__.py
@@ -16,7 +16,7 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
# USA
# this can go when things are a little further along
diff --git a/gio/gappinfo.override b/gio/gappinfo.override
index 343bf575..414769b0 100644
--- a/gio/gappinfo.override
+++ b/gio/gappinfo.override
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/gapplaunchcontext.override b/gio/gapplaunchcontext.override
index c1f2c2f7..a10f9597 100644
--- a/gio/gapplaunchcontext.override
+++ b/gio/gapplaunchcontext.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gio/gfile.override b/gio/gfile.override
index 89b3b188..e982b835 100644
--- a/gio/gfile.override
+++ b/gio/gfile.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/gfileattribute.override b/gio/gfileattribute.override
index a25d7cd7..e51ec63c 100644
--- a/gio/gfileattribute.override
+++ b/gio/gfileattribute.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/gfileenumerator.override b/gio/gfileenumerator.override
index 876aca62..4776d8e1 100644
--- a/gio/gfileenumerator.override
+++ b/gio/gfileenumerator.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/gfileinfo.override b/gio/gfileinfo.override
index 06f7810c..9769a653 100644
--- a/gio/gfileinfo.override
+++ b/gio/gfileinfo.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/gicon.override b/gio/gicon.override
index a4ec7eb5..247e5966 100644
--- a/gio/gicon.override
+++ b/gio/gicon.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/ginputstream.override b/gio/ginputstream.override
index ae5b3a28..4a0878ce 100644
--- a/gio/ginputstream.override
+++ b/gio/ginputstream.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/gio.override b/gio/gio.override
index b5aac28c..300e0c7f 100644
--- a/gio/gio.override
+++ b/gio/gio.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/giomodule.c b/gio/giomodule.c
index be3e5877..171a06f9 100644
--- a/gio/giomodule.c
+++ b/gio/giomodule.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
#ifdef HAVE_CONFIG_H
diff --git a/gio/goutputstream.override b/gio/goutputstream.override
index 62a1db2f..9e2f8c4d 100644
--- a/gio/goutputstream.override
+++ b/gio/goutputstream.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/gvolume.override b/gio/gvolume.override
index 38f38d33..d522c0b2 100644
--- a/gio/gvolume.override
+++ b/gio/gvolume.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/gvolumemonitor.override b/gio/gvolumemonitor.override
index 68a4db7b..b921b3ce 100644
--- a/gio/gvolumemonitor.override
+++ b/gio/gvolumemonitor.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/pygio-utils.c b/gio/pygio-utils.c
index 4c3d0bff..be414530 100644
--- a/gio/pygio-utils.c
+++ b/gio/pygio-utils.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gio/pygio-utils.h b/gio/pygio-utils.h
index b8794ea2..76bfde3a 100644
--- a/gio/pygio-utils.h
+++ b/gio/pygio-utils.h
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gio/unix.override b/gio/unix.override
index 8088df24..bdf710e5 100644
--- a/gio/unix.override
+++ b/gio/unix.override
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
%%
diff --git a/gio/unixmodule.c b/gio/unixmodule.c
index d2521b63..7a49856d 100644
--- a/gio/unixmodule.c
+++ b/gio/unixmodule.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
#ifdef HAVE_CONFIG_H
diff --git a/glib/__init__.py b/glib/__init__.py
index 28a12420..446cc30f 100644
--- a/glib/__init__.py
+++ b/glib/__init__.py
@@ -16,7 +16,7 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
# USA
# this can go when things are a little further along
diff --git a/glib/glibmodule.c b/glib/glibmodule.c
index 4d5aa42f..8e118aad 100644
--- a/glib/glibmodule.c
+++ b/glib/glibmodule.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/option.py b/glib/option.py
index 8639540f..027752f3 100644
--- a/glib/option.py
+++ b/glib/option.py
@@ -16,7 +16,7 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
# USA
"""GOption command line parser
diff --git a/glib/pygiochannel.h b/glib/pygiochannel.h
index 35584b47..9b03edd8 100644
--- a/glib/pygiochannel.h
+++ b/glib/pygiochannel.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pyglib-private.h b/glib/pyglib-private.h
index 21488b2e..8b033e1e 100644
--- a/glib/pyglib-private.h
+++ b/glib/pyglib-private.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pyglib-python-compat.h b/glib/pyglib-python-compat.h
index 43a9185f..915a9124 100644
--- a/glib/pyglib-python-compat.h
+++ b/glib/pyglib-python-compat.h
@@ -14,7 +14,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pyglib.c b/glib/pyglib.c
index 4001708f..a1bdbb90 100644
--- a/glib/pyglib.c
+++ b/glib/pyglib.c
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pyglib.h b/glib/pyglib.h
index 5715a2fe..84bb36ce 100644
--- a/glib/pyglib.h
+++ b/glib/pyglib.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygmaincontext.c b/glib/pygmaincontext.c
index d4906be9..186215a3 100644
--- a/glib/pygmaincontext.c
+++ b/glib/pygmaincontext.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygmaincontext.h b/glib/pygmaincontext.h
index 58ffbf0d..038cb376 100644
--- a/glib/pygmaincontext.h
+++ b/glib/pygmaincontext.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygmainloop.c b/glib/pygmainloop.c
index 50459a07..3f4cf3da 100644
--- a/glib/pygmainloop.c
+++ b/glib/pygmainloop.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygmainloop.h b/glib/pygmainloop.h
index cdb44db3..dec82d84 100644
--- a/glib/pygmainloop.h
+++ b/glib/pygmainloop.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygoptioncontext.c b/glib/pygoptioncontext.c
index cf82744d..4d9a0a57 100644
--- a/glib/pygoptioncontext.c
+++ b/glib/pygoptioncontext.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygoptioncontext.h b/glib/pygoptioncontext.h
index 118d6640..85d0a478 100644
--- a/glib/pygoptioncontext.h
+++ b/glib/pygoptioncontext.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygoptiongroup.c b/glib/pygoptiongroup.c
index 5b61cb84..70e45296 100644
--- a/glib/pygoptiongroup.c
+++ b/glib/pygoptiongroup.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygoptiongroup.h b/glib/pygoptiongroup.h
index bba8b940..cba6a79c 100644
--- a/glib/pygoptiongroup.h
+++ b/glib/pygoptiongroup.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygsource.c b/glib/pygsource.c
index eb3c734f..298b9283 100644
--- a/glib/pygsource.c
+++ b/glib/pygsource.c
@@ -19,7 +19,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygsource.h b/glib/pygsource.h
index bbfeee58..bf2c673f 100644
--- a/glib/pygsource.h
+++ b/glib/pygsource.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygspawn.c b/glib/pygspawn.c
index ab2a574f..cded5018 100644
--- a/glib/pygspawn.c
+++ b/glib/pygspawn.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/glib/pygspawn.h b/glib/pygspawn.h
index 05dca156..2e8dd3cf 100644
--- a/glib/pygspawn.h
+++ b/glib/pygspawn.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/__init__.py b/gobject/__init__.py
index ae2c5be3..41eaaf87 100644
--- a/gobject/__init__.py
+++ b/gobject/__init__.py
@@ -16,7 +16,7 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
# USA
# this can go when things are a little further along
diff --git a/gobject/constants.py.in b/gobject/constants.py.in
index 80bf9208..0a1eb866 100644
--- a/gobject/constants.py.in
+++ b/gobject/constants.py.in
@@ -16,7 +16,7 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
# USA
import sys
diff --git a/gobject/ffi-marshaller.c b/gobject/ffi-marshaller.c
index 177f7c17..60cfc34e 100644
--- a/gobject/ffi-marshaller.c
+++ b/gobject/ffi-marshaller.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/ffi-marshaller.h b/gobject/ffi-marshaller.h
index 81404b04..aac18bd9 100644
--- a/gobject/ffi-marshaller.h
+++ b/gobject/ffi-marshaller.h
@@ -14,7 +14,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/gobjectmodule.c b/gobject/gobjectmodule.c
index ecc28f97..aecf9378 100644
--- a/gobject/gobjectmodule.c
+++ b/gobject/gobjectmodule.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/propertyhelper.py b/gobject/propertyhelper.py
index faf1562f..216ceb2d 100644
--- a/gobject/propertyhelper.py
+++ b/gobject/propertyhelper.py
@@ -16,7 +16,7 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
# USA
import sys
diff --git a/gobject/pygboxed.c b/gobject/pygboxed.c
index aea6089a..eb274a23 100644
--- a/gobject/pygboxed.c
+++ b/gobject/pygboxed.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygboxed.h b/gobject/pygboxed.h
index e53bb8b0..8433b9de 100644
--- a/gobject/pygboxed.h
+++ b/gobject/pygboxed.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygenum.c b/gobject/pygenum.c
index 5b30fc1a..76b35f20 100644
--- a/gobject/pygenum.c
+++ b/gobject/pygenum.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygenum.h b/gobject/pygenum.h
index e03ff20e..05588312 100644
--- a/gobject/pygenum.h
+++ b/gobject/pygenum.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygflags.c b/gobject/pygflags.c
index 1857bb39..6dc419ef 100644
--- a/gobject/pygflags.c
+++ b/gobject/pygflags.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygflags.h b/gobject/pygflags.h
index 10cdb8b9..e93265cd 100644
--- a/gobject/pygflags.h
+++ b/gobject/pygflags.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pyginterface.c b/gobject/pyginterface.c
index 2a17574f..29af546d 100644
--- a/gobject/pyginterface.c
+++ b/gobject/pyginterface.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pyginterface.h b/gobject/pyginterface.h
index 8dd0ae80..0f390c28 100644
--- a/gobject/pyginterface.h
+++ b/gobject/pyginterface.h
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygobject.c b/gobject/pygobject.c
index 25efc52f..f2d7062d 100644
--- a/gobject/pygobject.c
+++ b/gobject/pygobject.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygparamspec.c b/gobject/pygparamspec.c
index c4b68ec0..be3840bd 100644
--- a/gobject/pygparamspec.c
+++ b/gobject/pygparamspec.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygparamspec.h b/gobject/pygparamspec.h
index 1a336187..64aab0ce 100644
--- a/gobject/pygparamspec.h
+++ b/gobject/pygparamspec.h
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygpointer.c b/gobject/pygpointer.c
index c955c3dc..ee0a8dae 100644
--- a/gobject/pygpointer.c
+++ b/gobject/pygpointer.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygpointer.h b/gobject/pygpointer.h
index 5e168738..f2923daa 100644
--- a/gobject/pygpointer.h
+++ b/gobject/pygpointer.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygtype.c b/gobject/pygtype.c
index d5d3b98b..8f9b233b 100644
--- a/gobject/pygtype.c
+++ b/gobject/pygtype.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/gobject/pygtype.h b/gobject/pygtype.h
index 8a0cb77d..2f9e7add 100644
--- a/gobject/pygtype.h
+++ b/gobject/pygtype.h
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
* USA
*/
diff --git a/ltihooks.py b/ltihooks.py
index ecddec1d..bbc25df6 100644
--- a/ltihooks.py
+++ b/ltihooks.py
@@ -14,7 +14,7 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import os, ihooks
diff --git a/pygtk.py b/pygtk.py
index acfadaac..e061b886 100644
--- a/pygtk.py
+++ b/pygtk.py
@@ -16,7 +16,7 @@
#
# 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
# USA
import fnmatch