[perl-GStreamer] updated FSF address



commit 11da7ebc52462f2ca3b60a9b69845bdde811b8dd
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Feb 27 00:28:48 2012 -0800

    updated FSF address

 LICENSE                   |    5 +++--
 NEWS                      |    3 ++-
 examples/read-metadata.pl |    4 ++--
 gst2perl.h                |    3 ++-
 lib/GStreamer.pm          |    2 +-
 xs/Gst.xs                 |    3 ++-
 xs/GstBin.xs              |    3 ++-
 xs/GstBuffer.xs           |    5 +++--
 xs/GstBus.xs              |    3 ++-
 xs/GstCaps.xs             |    3 ++-
 xs/GstChildProxy.xs       |    3 ++-
 xs/GstClock.xs            |    3 ++-
 xs/GstElement.xs          |    3 ++-
 xs/GstElementFactory.xs   |    3 ++-
 xs/GstEvent.xs            |    3 ++-
 xs/GstFormat.xs           |    3 ++-
 xs/GstGhostPad.xs         |    3 ++-
 xs/GstIndex.xs            |    3 ++-
 xs/GstIndexFactory.xs     |    3 ++-
 xs/GstIterator.xs         |    3 ++-
 xs/GstMessage.xs          |    3 ++-
 xs/GstMiniObject.xs       |    3 ++-
 xs/GstObject.xs           |    3 ++-
 xs/GstPad.xs              |    3 ++-
 xs/GstPadTemplate.xs      |    3 ++-
 xs/GstPipeline.xs         |    3 ++-
 xs/GstPlugin.xs           |    3 ++-
 xs/GstPluginFeature.xs    |    3 ++-
 xs/GstQuery.xs            |    3 ++-
 xs/GstRegistry.xs         |    3 ++-
 xs/GstStructure.xs        |    3 ++-
 xs/GstSystemClock.xs      |    3 ++-
 xs/GstTag.xs              |    3 ++-
 xs/GstTagSetter.xs        |    3 ++-
 xs/GstTypeFindFactory.xs  |    3 ++-
 xs/GstValue.xs            |    3 ++-
 36 files changed, 73 insertions(+), 39 deletions(-)
---
diff --git a/LICENSE b/LICENSE
index f3f1b3b..a6705fd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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,8 @@ 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/NEWS b/NEWS
index 5314743..6b5ab87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-Overview of changes in GStreamer <next>
+Overview of changes in GStreamer 0.17
 =====================================
 
 * Make GStreamer::Buffer not leak all data.
+â Change FSF address in license notices (RT#72664/74533)
 
 Overview of changes in GStreamer 0.16
 =====================================
diff --git a/examples/read-metadata.pl b/examples/read-metadata.pl
index af6b31a..592cbb5 100644
--- a/examples/read-metadata.pl
+++ b/examples/read-metadata.pl
@@ -23,8 +23,8 @@
 #
 # 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., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
 
 use strict;
 use warnings;
diff --git a/gst2perl.h b/gst2perl.h
index 6809484..601123c 100644
--- a/gst2perl.h
+++ b/gst2perl.h
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/lib/GStreamer.pm b/lib/GStreamer.pm
index 5d08305..58a0300 100644
--- a/lib/GStreamer.pm
+++ b/lib/GStreamer.pm
@@ -28,7 +28,7 @@ our @EXPORT_OK = qw(
 
 # --------------------------------------------------------------------------- #
 
-our $VERSION = '0.16';
+our $VERSION = '0.17';
 
 sub import {
   my ($self) = @_;
diff --git a/xs/Gst.xs b/xs/Gst.xs
index 8c05bd4..13f8949 100644
--- a/xs/Gst.xs
+++ b/xs/Gst.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstBin.xs b/xs/GstBin.xs
index 0ff41df..cdf1222 100644
--- a/xs/GstBin.xs
+++ b/xs/GstBin.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstBuffer.xs b/xs/GstBuffer.xs
index 0d56d06..10e20c5 100644
--- a/xs/GstBuffer.xs
+++ b/xs/GstBuffer.xs
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 by the gtk2-perl team
+ * Copyright (C) 2005, 2012 by the gtk2-perl team
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstBus.xs b/xs/GstBus.xs
index 61f9812..5ae7756 100644
--- a/xs/GstBus.xs
+++ b/xs/GstBus.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstCaps.xs b/xs/GstCaps.xs
index 830fda7..4f03af6 100644
--- a/xs/GstCaps.xs
+++ b/xs/GstCaps.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstChildProxy.xs b/xs/GstChildProxy.xs
index 0f89b75..847aaf5 100644
--- a/xs/GstChildProxy.xs
+++ b/xs/GstChildProxy.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstClock.xs b/xs/GstClock.xs
index 8b21627..4c32283 100644
--- a/xs/GstClock.xs
+++ b/xs/GstClock.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstElement.xs b/xs/GstElement.xs
index 55fbad2..ee04bcc 100644
--- a/xs/GstElement.xs
+++ b/xs/GstElement.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstElementFactory.xs b/xs/GstElementFactory.xs
index df4c766..208272c 100644
--- a/xs/GstElementFactory.xs
+++ b/xs/GstElementFactory.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstEvent.xs b/xs/GstEvent.xs
index 557adf6..803e549 100644
--- a/xs/GstEvent.xs
+++ b/xs/GstEvent.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstFormat.xs b/xs/GstFormat.xs
index 1980c1c..9ffdb71 100644
--- a/xs/GstFormat.xs
+++ b/xs/GstFormat.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstGhostPad.xs b/xs/GstGhostPad.xs
index a198bf7..bccf191 100644
--- a/xs/GstGhostPad.xs
+++ b/xs/GstGhostPad.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstIndex.xs b/xs/GstIndex.xs
index 6369e43..d88c968 100644
--- a/xs/GstIndex.xs
+++ b/xs/GstIndex.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstIndexFactory.xs b/xs/GstIndexFactory.xs
index f4a02f3..abb188b 100644
--- a/xs/GstIndexFactory.xs
+++ b/xs/GstIndexFactory.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstIterator.xs b/xs/GstIterator.xs
index 3991be5..a4238f8 100644
--- a/xs/GstIterator.xs
+++ b/xs/GstIterator.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstMessage.xs b/xs/GstMessage.xs
index a20a469..16895ba 100644
--- a/xs/GstMessage.xs
+++ b/xs/GstMessage.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstMiniObject.xs b/xs/GstMiniObject.xs
index 6c59658..caba335 100644
--- a/xs/GstMiniObject.xs
+++ b/xs/GstMiniObject.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstObject.xs b/xs/GstObject.xs
index 73e76f0..1e36eb1 100644
--- a/xs/GstObject.xs
+++ b/xs/GstObject.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstPad.xs b/xs/GstPad.xs
index 835a69c..dc8b168 100644
--- a/xs/GstPad.xs
+++ b/xs/GstPad.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstPadTemplate.xs b/xs/GstPadTemplate.xs
index 0de71d7..c5c6760 100644
--- a/xs/GstPadTemplate.xs
+++ b/xs/GstPadTemplate.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstPipeline.xs b/xs/GstPipeline.xs
index 53b96bf..45fc4ad 100644
--- a/xs/GstPipeline.xs
+++ b/xs/GstPipeline.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstPlugin.xs b/xs/GstPlugin.xs
index f65a097..519269f 100644
--- a/xs/GstPlugin.xs
+++ b/xs/GstPlugin.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstPluginFeature.xs b/xs/GstPluginFeature.xs
index 9caed0e..f95767f 100644
--- a/xs/GstPluginFeature.xs
+++ b/xs/GstPluginFeature.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstQuery.xs b/xs/GstQuery.xs
index 92808be..d11d184 100644
--- a/xs/GstQuery.xs
+++ b/xs/GstQuery.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstRegistry.xs b/xs/GstRegistry.xs
index 5b5f94d..f580670 100644
--- a/xs/GstRegistry.xs
+++ b/xs/GstRegistry.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstStructure.xs b/xs/GstStructure.xs
index b7b8c87..93593b8 100644
--- a/xs/GstStructure.xs
+++ b/xs/GstStructure.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstSystemClock.xs b/xs/GstSystemClock.xs
index 665e20e..885d88f 100644
--- a/xs/GstSystemClock.xs
+++ b/xs/GstSystemClock.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstTag.xs b/xs/GstTag.xs
index f6f4c43..a862662 100644
--- a/xs/GstTag.xs
+++ b/xs/GstTag.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstTagSetter.xs b/xs/GstTagSetter.xs
index fa1b16e..be6d007 100644
--- a/xs/GstTagSetter.xs
+++ b/xs/GstTagSetter.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstTypeFindFactory.xs b/xs/GstTypeFindFactory.xs
index f352094..e424590 100644
--- a/xs/GstTypeFindFactory.xs
+++ b/xs/GstTypeFindFactory.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */
diff --git a/xs/GstValue.xs b/xs/GstValue.xs
index 98e4f31..2344f32 100644
--- a/xs/GstValue.xs
+++ b/xs/GstValue.xs
@@ -13,7 +13,8 @@
  *
  * 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
  *
  * $Id$
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]