summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorTobias Mueller <tobiasmue@gnome.org>2009-03-29 02:33:25 +0000
committerTobias Mueller <tobiasmue@src.gnome.org>2009-03-29 02:33:25 +0000
commitc034c9c509a15525446d9151c75aed0d76e4966c (patch)
treed2e12a27db25f44a1e5d5ea2f7c881e0de1b4431 /glib
parentf586bc529acf3e4d1c72562cbacb3a65db44b2b3 (diff)
downloadpygobject-c034c9c509a15525446d9151c75aed0d76e4966c.tar.gz
Update the address of the FSF, by replacing old bits of the address with
2009-03-29 Tobias Mueller <tobiasmue@gnome.org> 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
Diffstat (limited to 'glib')
-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
20 files changed, 20 insertions, 20 deletions
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
*/