summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSimon Farnsworth <simon.farnsworth@onelan.co.uk>2013-11-25 17:01:48 +0000
committerTim-Philipp Müller <tim@centricular.com>2013-11-26 15:28:53 +0000
commit2ad767a74c4dc950344865513604b87d6202dc46 (patch)
tree963b1b9bc22eb4db6737b9e2964fab85e1f0f18a /testsuite
parent25a0d4b8f91f1d771c215079832170cd0402d2ee (diff)
Update FSF address
The FSF has moved since these files were created. Update the address, in order to keep packaging tools such as rpmlint quiet. Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk> https://bugzilla.gnome.org/show_bug.cgi?id=715182
Diffstat (limited to 'testsuite')
-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
26 files changed, 26 insertions, 26 deletions
diff --git a/testsuite/common.py b/testsuite/common.py
index eca4877..6ab2416 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
try:
from dl import RTLD_LAZY, RTLD_GLOBAL
diff --git a/testsuite/runtests.py b/testsuite/runtests.py
index 592a4e3..c8f2e0a 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import glob
import os
diff --git a/testsuite/test_adapter.py b/testsuite/test_adapter.py
index dc0f248..71e0a3d 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gobject, gst, unittest, TestCase
diff --git a/testsuite/test_audio.py b/testsuite/test_audio.py
index 60321c8..0968b56 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gobject, gst, unittest, TestCase
diff --git a/testsuite/test_bin.py b/testsuite/test_bin.py
index d10ceac..2d04807 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gobject, gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_buffer.py b/testsuite/test_buffer.py
index b4a5fb2..2848e58 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import sys
import gc
diff --git a/testsuite/test_bus.py b/testsuite/test_bus.py
index 8a53c56..27936f4 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, unittest, TestCase
diff --git a/testsuite/test_caps.py b/testsuite/test_caps.py
index dddc507..8c42c49 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import sys
from common import gst, unittest, TestCase
diff --git a/testsuite/test_element.py b/testsuite/test_element.py
index 3c84e1a..6a9ccbc 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_event.py b/testsuite/test_event.py
index 6a4860d..7073155 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import os
import sys
diff --git a/testsuite/test_fraction.py b/testsuite/test_fraction.py
index c67a0ef..7db8230 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import gobject
gobject.threads_init()
diff --git a/testsuite/test_ghostpad.py b/testsuite/test_ghostpad.py
index 8a390df..75a28cc 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_gst.py b/testsuite/test_gst.py
index 6ad50f4..d22677e 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, TestCase, unittest
diff --git a/testsuite/test_interface.py b/testsuite/test_interface.py
index a89e0e8..6fcec26 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, unittest, TestCase
diff --git a/testsuite/test_iterator.py b/testsuite/test_iterator.py
index c6d75c0..7f666f3 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import unittest
from common import gst, TestCase
diff --git a/testsuite/test_libtag.py b/testsuite/test_libtag.py
index 9f3131e..a935753 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, TestCase
from gst import tag
diff --git a/testsuite/test_message.py b/testsuite/test_message.py
index 5d34b5e..9881638 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import sys
from common import gobject, gst, unittest, TestCase
diff --git a/testsuite/test_pad.py b/testsuite/test_pad.py
index f82f47f..ee4f495 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_pbutils.py b/testsuite/test_pbutils.py
index 94325e3..c255e7b 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gobject, gst, unittest, TestCase
diff --git a/testsuite/test_pipeline.py b/testsuite/test_pipeline.py
index a57c7f9..6a1137c 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import time
diff --git a/testsuite/test_registry.py b/testsuite/test_registry.py
index 521463a..797f7c7 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import sys
import gc
diff --git a/testsuite/test_segment.py b/testsuite/test_segment.py
index c96dded..c232305 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, unittest, TestCase
diff --git a/testsuite/test_struct.py b/testsuite/test_struct.py
index 5ab75d3..c2af0d4 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
import sys
from common import gst, unittest, TestCase
diff --git a/testsuite/test_taglist.py b/testsuite/test_taglist.py
index 2b94918..39b0a6a 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, TestCase
diff --git a/testsuite/test_typefind.py b/testsuite/test_typefind.py
index f3a5e93..285f7fb 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, unittest, TestCase, pygobject_2_13
diff --git a/testsuite/test_xml.py b/testsuite/test_xml.py
index 615a41a..e1f2a2b 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA
from common import gst, unittest, TestCase