From c034c9c509a15525446d9151c75aed0d76e4966c Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Sun, 29 Mar 2009 02:33:25 +0000 Subject: Update the address of the FSF, by replacing old bits of the address with 2009-03-29 Tobias Mueller Update the address of the FSF, by replacing old bits of the address with new ones. Fixes bug 577134 * 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: svn path=/trunk/; revision=1038 --- COPYING | 4 +-- ChangeLog | 68 ++++++++++++++++++++++++++++++++++++++++++ gio/__init__.py | 2 +- gio/gappinfo.override | 2 +- gio/gapplaunchcontext.override | 2 +- gio/gfile.override | 2 +- gio/gfileattribute.override | 2 +- gio/gfileenumerator.override | 2 +- gio/gfileinfo.override | 2 +- gio/gicon.override | 2 +- gio/ginputstream.override | 2 +- gio/gio.override | 2 +- gio/giomodule.c | 2 +- gio/goutputstream.override | 2 +- gio/gvolume.override | 2 +- gio/gvolumemonitor.override | 2 +- gio/pygio-utils.c | 2 +- gio/pygio-utils.h | 2 +- gio/unix.override | 2 +- gio/unixmodule.c | 2 +- glib/__init__.py | 2 +- glib/glibmodule.c | 2 +- glib/option.py | 2 +- glib/pygiochannel.h | 2 +- glib/pyglib-private.h | 2 +- glib/pyglib-python-compat.h | 2 +- glib/pyglib.c | 2 +- glib/pyglib.h | 2 +- glib/pygmaincontext.c | 2 +- glib/pygmaincontext.h | 2 +- glib/pygmainloop.c | 2 +- glib/pygmainloop.h | 2 +- glib/pygoptioncontext.c | 2 +- glib/pygoptioncontext.h | 2 +- glib/pygoptiongroup.c | 2 +- glib/pygoptiongroup.h | 2 +- glib/pygsource.c | 2 +- glib/pygsource.h | 2 +- glib/pygspawn.c | 2 +- glib/pygspawn.h | 2 +- gobject/__init__.py | 2 +- gobject/constants.py.in | 2 +- gobject/ffi-marshaller.c | 2 +- gobject/ffi-marshaller.h | 2 +- gobject/gobjectmodule.c | 2 +- gobject/propertyhelper.py | 2 +- gobject/pygboxed.c | 2 +- gobject/pygboxed.h | 2 +- gobject/pygenum.c | 2 +- gobject/pygenum.h | 2 +- gobject/pygflags.c | 2 +- gobject/pygflags.h | 2 +- gobject/pyginterface.c | 2 +- gobject/pyginterface.h | 2 +- gobject/pygobject.c | 2 +- gobject/pygparamspec.c | 2 +- gobject/pygparamspec.h | 2 +- gobject/pygpointer.c | 2 +- gobject/pygpointer.h | 2 +- gobject/pygtype.c | 2 +- gobject/pygtype.h | 2 +- ltihooks.py | 2 +- pygtk.py | 2 +- 63 files changed, 131 insertions(+), 63 deletions(-) diff --git a/COPYING b/COPYING index b1e3f5a..ae23fcf 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 7013aa1..4cf11aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2009-03-29 Tobias Mueller + + * 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 * gio/gio.defs: Add g_volume_should_automount diff --git a/gio/__init__.py b/gio/__init__.py index 38873f2..9f9fe2c 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 343bf57..414769b 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 c1f2c2f..a10f959 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 89b3b18..e982b83 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 a25d7cd..e51ec63 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 876aca6..4776d8e 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 06f7810..9769a65 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 a4ec7eb..247e596 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 ae5b3a2..4a0878c 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 b5aac28..300e0c7 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 be3e587..171a06f 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 62a1db2..9e2f8c4 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 38f38d3..d522c0b 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 68a4db7..b921b3c 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 4c3d0bf..be41453 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 b8794ea..76bfde3 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 8088df2..bdf710e 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 d2521b6..7a49856 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 28a1242..446cc30 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 4d5aa42..8e118aa 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 8639540..027752f 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 35584b4..9b03edd 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 21488b2..8b033e1 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 43a9185..915a912 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 4001708..a1bdbb9 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 5715a2f..84bb36c 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 d4906be..186215a 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 58ffbf0..038cb37 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 50459a0..3f4cf3d 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 cdb44db..dec82d8 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 cf82744..4d9a0a5 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 118d664..85d0a47 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 5b61cb8..70e4529 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 bba8b94..cba6a79 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 eb3c734..298b928 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 bbfeee5..bf2c673 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 ab2a574..cded501 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 05dca15..2e8dd3c 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 ae2c5be..41eaaf8 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 80bf920..0a1eb86 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 177f7c1..60cfc34 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 81404b0..aac18bd 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 ecc28f9..aecf937 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 faf1562..216ceb2 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 aea6089..eb274a2 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 e53bb8b..8433b9d 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 5b30fc1..76b35f2 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 e03ff20..0558831 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 1857bb3..6dc419e 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 10cdb8b..e93265c 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 2a17574..29af546 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 8dd0ae8..0f390c2 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 25efc52..f2d7062 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 c4b68ec..be3840b 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 1a33618..64aab0c 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 c955c3d..ee0a8da 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 5e16873..f2923da 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 d5d3b98..8f9b233 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 8a0cb77..2f9e7ad 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 ecddec1..bbc25df 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 acfadaa..e061b88 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 -- cgit