summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Farnsworth <simon.farnsworth@onelan.co.uk>2013-12-12 11:20:12 +0000
committerTim-Philipp Müller <tim@centricular.com>2013-12-12 11:35:41 +0000
commitc889037e40bb3568ef8cd9456123d744b25a919b (patch)
treea7bd3e7a63187fadb79c5b6522d97525779b78cf
parent8542c4b21929b2ed84272deb3ae49a2766c82035 (diff)
Fix zip code of new FSF address
I missed the zip code last time round - fix it. Thanks to Michael Schwendt in https://bugzilla.redhat.com/show_bug.cgi?id=1034341#c11 for pointing this out to me. Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=720317
-rw-r--r--COPYING2
-rw-r--r--examples/audioconcat.py2
-rwxr-xr-xexamples/bps.py2
-rwxr-xr-xexamples/cp.py2
-rw-r--r--examples/cutter.py2
-rw-r--r--examples/debugslider.py2
-rw-r--r--examples/decodebin.py2
-rwxr-xr-xexamples/f2f.py2
-rwxr-xr-xexamples/filesrc.py2
-rw-r--r--examples/fvumeter.py2
-rwxr-xr-xexamples/gst-discover2
-rwxr-xr-xexamples/pipeline-tester2
-rwxr-xr-xexamples/tagsetter.py2
-rwxr-xr-xexamples/vumeter.py2
-rw-r--r--gi/__init__.py2
-rw-r--r--gi/overrides/Gst.py2
-rw-r--r--gi/overrides/GstPbutils.py2
-rw-r--r--gi/overrides/gstmodule.c2
-rw-r--r--pygst.py.in2
-rw-r--r--testsuite/common.py2
-rw-r--r--testsuite/runtests.py2
-rw-r--r--testsuite/test_adapter.py2
-rw-r--r--testsuite/test_audio.py2
-rw-r--r--testsuite/test_bin.py2
-rw-r--r--testsuite/test_buffer.py2
-rw-r--r--testsuite/test_bus.py2
-rw-r--r--testsuite/test_caps.py2
-rw-r--r--testsuite/test_element.py2
-rw-r--r--testsuite/test_event.py2
-rw-r--r--testsuite/test_fraction.py2
-rw-r--r--testsuite/test_ghostpad.py2
-rw-r--r--testsuite/test_gst.py2
-rw-r--r--testsuite/test_interface.py2
-rw-r--r--testsuite/test_iterator.py2
-rw-r--r--testsuite/test_libtag.py2
-rw-r--r--testsuite/test_message.py2
-rw-r--r--testsuite/test_pad.py2
-rw-r--r--testsuite/test_pbutils.py2
-rw-r--r--testsuite/test_pipeline.py2
-rw-r--r--testsuite/test_registry.py2
-rw-r--r--testsuite/test_segment.py2
-rw-r--r--testsuite/test_struct.py2
-rw-r--r--testsuite/test_taglist.py2
-rw-r--r--testsuite/test_typefind.py2
-rw-r--r--testsuite/test_xml.py2
45 files changed, 45 insertions, 45 deletions
diff --git a/COPYING b/COPYING
index 6b9bffe..7e854f4 100644
--- a/COPYING
+++ b/COPYING
@@ -490,7 +490,7 @@ notice is found.
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., 51 Franklin Street, Fifth Floor, 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/examples/audioconcat.py b/examples/audioconcat.py
index 6fa9c74..84da302 100644
--- a/examples/audioconcat.py
+++ b/examples/audioconcat.py
@@ -20,7 +20,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
#
import sys
diff --git a/examples/bps.py b/examples/bps.py
index 0aac064..4d61d29 100755
--- a/examples/bps.py
+++ b/examples/bps.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
#
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
diff --git a/examples/cp.py b/examples/cp.py
index b404f05..a1fd5d8 100755
--- a/examples/cp.py
+++ b/examples/cp.py
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
#
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
diff --git a/examples/cutter.py b/examples/cutter.py
index 4369885..9b5295f 100644
--- a/examples/cutter.py
+++ b/examples/cutter.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
import gst
import time
diff --git a/examples/debugslider.py b/examples/debugslider.py
index e4f78cc..be82eb3 100644
--- a/examples/debugslider.py
+++ b/examples/debugslider.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
#
# Author: Andy Wingo <wingo@pobox.com>
diff --git a/examples/decodebin.py b/examples/decodebin.py
index 5b87c07..700e190 100644
--- a/examples/decodebin.py
+++ b/examples/decodebin.py
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
import sys
diff --git a/examples/f2f.py b/examples/f2f.py
index 1c09fe4..504848a 100755
--- a/examples/f2f.py
+++ b/examples/f2f.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
#
# Author: David I. Lehn <dlehn@users.sourceforge.net>
#
diff --git a/examples/filesrc.py b/examples/filesrc.py
index ffb6841..519d9bc 100755
--- a/examples/filesrc.py
+++ b/examples/filesrc.py
@@ -21,7 +21,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
import sys
import gobject; gobject.threads_init()
diff --git a/examples/fvumeter.py b/examples/fvumeter.py
index 9fd18c1..3de147b 100644
--- a/examples/fvumeter.py
+++ b/examples/fvumeter.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
#
# Author: Zaheer Merali <zaheermerali at gmail dot com>
diff --git a/examples/gst-discover b/examples/gst-discover
index b0a1803..8b03966 100755
--- a/examples/gst-discover
+++ b/examples/gst-discover
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
import os
diff --git a/examples/pipeline-tester b/examples/pipeline-tester
index fb4e0d0..d3cb696 100755
--- a/examples/pipeline-tester
+++ b/examples/pipeline-tester
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
# A test more of gst-plugins than of gst-python.
diff --git a/examples/tagsetter.py b/examples/tagsetter.py
index ab5009f..4f04da3 100755
--- a/examples/tagsetter.py
+++ b/examples/tagsetter.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
#
import sys
diff --git a/examples/vumeter.py b/examples/vumeter.py
index ab52dc4..5e0fb45 100755
--- a/examples/vumeter.py
+++ b/examples/vumeter.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
# A test more of gst-plugins than of gst-python.
diff --git a/gi/__init__.py b/gi/__init__.py
index 82a1866..4b1883c 100644
--- a/gi/__init__.py
+++ b/gi/__init__.py
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
# 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 3, or (at your option)
diff --git a/gi/overrides/Gst.py b/gi/overrides/Gst.py
index c35e221..ab192d4 100644
--- a/gi/overrides/Gst.py
+++ b/gi/overrides/Gst.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
# 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 3, or (at your option)
diff --git a/gi/overrides/GstPbutils.py b/gi/overrides/GstPbutils.py
index 16416ca..db16baf 100644
--- a/gi/overrides/GstPbutils.py
+++ b/gi/overrides/GstPbutils.py
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
# 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 3, or (at your option)
diff --git a/gi/overrides/gstmodule.c b/gi/overrides/gstmodule.c
index 97cbf77..6f9a14b 100644
--- a/gi/overrides/gstmodule.c
+++ b/gi/overrides/gstmodule.c
@@ -16,7 +16,7 @@
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02111-1307, USA.
+ * Boston, MA 02110-1301, USA.
*
* Author: David I. Lehn <dlehn@users.sourceforge.net>
*/
diff --git a/pygst.py.in b/pygst.py.in
index 068a334..61aaa20 100644
--- a/pygst.py.in
+++ b/pygst.py.in
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02110-1301, USA.
#
# This allows parallel installation of gst-python
#
diff --git a/testsuite/common.py b/testsuite/common.py
index 6ab2416..180de60 100644
--- a/testsuite/common.py
+++ b/testsuite/common.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
try:
from dl import RTLD_LAZY, RTLD_GLOBAL
diff --git a/testsuite/runtests.py b/testsuite/runtests.py
index c8f2e0a..909e5ae 100644
--- a/testsuite/runtests.py
+++ b/testsuite/runtests.py
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import glob
import os
diff --git a/testsuite/test_adapter.py b/testsuite/test_adapter.py
index 71e0a3d..005f976 100644
--- a/testsuite/test_adapter.py
+++ b/testsuite/test_adapter.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gobject, gst, unittest, TestCase
diff --git a/testsuite/test_audio.py b/testsuite/test_audio.py
index 0968b56..d09a62f 100644
--- a/testsuite/test_audio.py
+++ b/testsuite/test_audio.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gobject, gst, unittest, TestCase
diff --git a/testsuite/test_bin.py b/testsuite/test_bin.py
index 2d04807..c0300f0 100644
--- a/testsuite/test_bin.py
+++ b/testsuite/test_bin.py
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gobject, gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_buffer.py b/testsuite/test_buffer.py
index 2848e58..6056206 100644
--- a/testsuite/test_buffer.py
+++ b/testsuite/test_buffer.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import sys
import gc
diff --git a/testsuite/test_bus.py b/testsuite/test_bus.py
index 27936f4..0a99f9d 100644
--- a/testsuite/test_bus.py
+++ b/testsuite/test_bus.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, unittest, TestCase
diff --git a/testsuite/test_caps.py b/testsuite/test_caps.py
index 8c42c49..39ecde8 100644
--- a/testsuite/test_caps.py
+++ b/testsuite/test_caps.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import sys
from common import gst, unittest, TestCase
diff --git a/testsuite/test_element.py b/testsuite/test_element.py
index 6a9ccbc..6bfd7a5 100644
--- a/testsuite/test_element.py
+++ b/testsuite/test_element.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_event.py b/testsuite/test_event.py
index 7073155..c7bdf77 100644
--- a/testsuite/test_event.py
+++ b/testsuite/test_event.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import os
import sys
diff --git a/testsuite/test_fraction.py b/testsuite/test_fraction.py
index 7db8230..46b1ed8 100644
--- a/testsuite/test_fraction.py
+++ b/testsuite/test_fraction.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import gobject
gobject.threads_init()
diff --git a/testsuite/test_ghostpad.py b/testsuite/test_ghostpad.py
index 75a28cc..86a71ee 100644
--- a/testsuite/test_ghostpad.py
+++ b/testsuite/test_ghostpad.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_gst.py b/testsuite/test_gst.py
index d22677e..8ca23b5 100644
--- a/testsuite/test_gst.py
+++ b/testsuite/test_gst.py
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, TestCase, unittest
diff --git a/testsuite/test_interface.py b/testsuite/test_interface.py
index 6fcec26..79bc842 100644
--- a/testsuite/test_interface.py
+++ b/testsuite/test_interface.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, unittest, TestCase
diff --git a/testsuite/test_iterator.py b/testsuite/test_iterator.py
index 7f666f3..b540fb4 100644
--- a/testsuite/test_iterator.py
+++ b/testsuite/test_iterator.py
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import unittest
from common import gst, TestCase
diff --git a/testsuite/test_libtag.py b/testsuite/test_libtag.py
index a935753..d0e98d1 100644
--- a/testsuite/test_libtag.py
+++ b/testsuite/test_libtag.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, TestCase
from gst import tag
diff --git a/testsuite/test_message.py b/testsuite/test_message.py
index 9881638..1db40be 100644
--- a/testsuite/test_message.py
+++ b/testsuite/test_message.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import sys
from common import gobject, gst, unittest, TestCase
diff --git a/testsuite/test_pad.py b/testsuite/test_pad.py
index ee4f495..f2cc1fd 100644
--- a/testsuite/test_pad.py
+++ b/testsuite/test_pad.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_pbutils.py b/testsuite/test_pbutils.py
index c255e7b..a179393 100644
--- a/testsuite/test_pbutils.py
+++ b/testsuite/test_pbutils.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gobject, gst, unittest, TestCase
diff --git a/testsuite/test_pipeline.py b/testsuite/test_pipeline.py
index 6a1137c..e37c925 100644
--- a/testsuite/test_pipeline.py
+++ b/testsuite/test_pipeline.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import time
diff --git a/testsuite/test_registry.py b/testsuite/test_registry.py
index 797f7c7..2b745dc 100644
--- a/testsuite/test_registry.py
+++ b/testsuite/test_registry.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import sys
import gc
diff --git a/testsuite/test_segment.py b/testsuite/test_segment.py
index c232305..951ccf4 100644
--- a/testsuite/test_segment.py
+++ b/testsuite/test_segment.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, unittest, TestCase
diff --git a/testsuite/test_struct.py b/testsuite/test_struct.py
index c2af0d4..d2cacdc 100644
--- a/testsuite/test_struct.py
+++ b/testsuite/test_struct.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import sys
from common import gst, unittest, TestCase
diff --git a/testsuite/test_taglist.py b/testsuite/test_taglist.py
index 39b0a6a..4789813 100644
--- a/testsuite/test_taglist.py
+++ b/testsuite/test_taglist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, TestCase
diff --git a/testsuite/test_typefind.py b/testsuite/test_typefind.py
index 285f7fb..d194f47 100644
--- a/testsuite/test_typefind.py
+++ b/testsuite/test_typefind.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_xml.py b/testsuite/test_xml.py
index e1f2a2b..9e94a58 100644
--- a/testsuite/test_xml.py
+++ b/testsuite/test_xml.py
@@ -18,7 +18,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
from common import gst, unittest, TestCase