diff --git a/COPYING b/COPYING index 6b9bffe987..7e854f4eb7 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 6fa9c7487f..84da3020da 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 0aac064089..4d61d299dc 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 # diff --git a/examples/cp.py b/examples/cp.py index b404f05330..a1fd5d8764 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 # diff --git a/examples/cutter.py b/examples/cutter.py index 4369885460..9b5295f1a0 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 e4f78cc88d..be82eb3efe 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 diff --git a/examples/decodebin.py b/examples/decodebin.py index 5b87c07d6f..700e190ba8 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 1c09fe4a37..504848a30d 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 # diff --git a/examples/filesrc.py b/examples/filesrc.py index ffb6841da2..519d9bc54a 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 9fd18c19fa..3de147b793 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 diff --git a/examples/gst-discover b/examples/gst-discover index b0a1803d4f..8b03966b49 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 fb4e0d0642..d3cb696697 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 ab5009f2af..4f04da303e 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 ab52dc433d..5e0fb4547a 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 82a186624d..4b1883c59a 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 c35e221dec..ab192d4a28 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 16416ca40e..db16baf7ad 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 97cbf77b7e..6f9a14bf3c 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 */ diff --git a/pygst.py.in b/pygst.py.in index 068a33442a..61aaa209e7 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 6ab241666b..180de604cd 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 c8f2e0a0df..909e5aecf5 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 71e0a3d3b7..005f976b68 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 0968b56da3..d09a62f36a 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 2d04807a4c..c0300f0dfb 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 2848e58247..6056206841 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 27936f4c18..0a99f9da75 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 8c42c49c03..39ecde89b0 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 6a9ccbcdf2..6bfd7a5fdb 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 7073155306..c7bdf77534 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 7db823015e..46b1ed8216 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 75a28cc443..86a71ee96e 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 d22677e290..8ca23b5d88 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 6fcec2617d..79bc84247a 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 7f666f354a..b540fb4917 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 a935753641..d0e98d1dad 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 9881638d43..1db40be89f 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 ee4f495f1c..f2cc1fd19f 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 c255e7bcc4..a179393b8f 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 6a1137c186..e37c925840 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 797f7c7cab..2b745dcca2 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 c232305925..951ccf4612 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 c2af0d4fd6..d2cacdcf7c 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 39b0a6a5d7..47898136d2 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 285f7fb2d0..d194f47e50 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 e1f2a2b8b7..9e94a586f6 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