[perl-gstreamer] Updated FSF address in all files that have it



commit f2b07f7a656dfd7ecd0e9d02c761db0be646b339
Author: Brian Manning <bmanning src gnome org>
Date:   Wed Oct 7 22:13:24 2020 -0700

    Updated FSF address in all files that have it

 LICENSE                   | 8 +++-----
 examples/read-metadata.pl | 5 ++---
 gst2perl.h                | 5 ++---
 xs/Gst.xs                 | 5 ++---
 xs/GstBin.xs              | 5 ++---
 xs/GstBuffer.xs           | 5 ++---
 xs/GstBus.xs              | 5 ++---
 xs/GstCaps.xs             | 5 ++---
 xs/GstChildProxy.xs       | 5 ++---
 xs/GstClock.xs            | 5 ++---
 xs/GstElement.xs          | 5 ++---
 xs/GstElementFactory.xs   | 5 ++---
 xs/GstEvent.xs            | 5 ++---
 xs/GstFormat.xs           | 5 ++---
 xs/GstGhostPad.xs         | 5 ++---
 xs/GstIndex.xs            | 5 ++---
 xs/GstIndexFactory.xs     | 5 ++---
 xs/GstIterator.xs         | 5 ++---
 xs/GstMessage.xs          | 5 ++---
 xs/GstMiniObject.xs       | 5 ++---
 xs/GstObject.xs           | 5 ++---
 xs/GstPad.xs              | 5 ++---
 xs/GstPadTemplate.xs      | 5 ++---
 xs/GstPipeline.xs         | 5 ++---
 xs/GstPlugin.xs           | 5 ++---
 xs/GstPluginFeature.xs    | 5 ++---
 xs/GstQuery.xs            | 5 ++---
 xs/GstRegistry.xs         | 5 ++---
 xs/GstStructure.xs        | 5 ++---
 xs/GstSystemClock.xs      | 5 ++---
 xs/GstTag.xs              | 5 ++---
 xs/GstTagSetter.xs        | 5 ++---
 xs/GstTypeFindFactory.xs  | 5 ++---
 xs/GstValue.xs            | 5 ++---
 34 files changed, 69 insertions(+), 104 deletions(-)
---
diff --git a/LICENSE b/LICENSE
index a6705fd..88c1fe9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,7 @@
                  GNU LESSER GENERAL PUBLIC LICENSE
                       Version 2.1, February 1999
 
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc. <https://fsf.org>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -484,9 +483,8 @@ convey the exclusion of warranty; and each file should have at least the
     Lesser General Public License for more details.
 
     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 02110-1301 USA
+    License along with this library; if not, see
+    <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
diff --git a/examples/read-metadata.pl b/examples/read-metadata.pl
index 592cbb5..a7e764f 100644
--- a/examples/read-metadata.pl
+++ b/examples/read-metadata.pl
@@ -22,9 +22,8 @@
 # Library General Public License for more details.
 #
 # 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 02110-1301  USA
+# License along with this library; if not, see
+# <https://www.gnu.org/licenses/>.
 
 use strict;
 use warnings;
diff --git a/gst2perl.h b/gst2perl.h
index 601123c..72a695e 100644
--- a/gst2perl.h
+++ b/gst2perl.h
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/Gst.xs b/xs/Gst.xs
index 6e13ce2..e47c512 100644
--- a/xs/Gst.xs
+++ b/xs/Gst.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstBin.xs b/xs/GstBin.xs
index ef72450..fedd8eb 100644
--- a/xs/GstBin.xs
+++ b/xs/GstBin.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstBuffer.xs b/xs/GstBuffer.xs
index 31493ac..e0af722 100644
--- a/xs/GstBuffer.xs
+++ b/xs/GstBuffer.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstBus.xs b/xs/GstBus.xs
index 8040fc9..874e893 100644
--- a/xs/GstBus.xs
+++ b/xs/GstBus.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstCaps.xs b/xs/GstCaps.xs
index 7023901..db5ed08 100644
--- a/xs/GstCaps.xs
+++ b/xs/GstCaps.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstChildProxy.xs b/xs/GstChildProxy.xs
index 1bdf304..e71b790 100644
--- a/xs/GstChildProxy.xs
+++ b/xs/GstChildProxy.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstClock.xs b/xs/GstClock.xs
index ed29d6e..bb6e54b 100644
--- a/xs/GstClock.xs
+++ b/xs/GstClock.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstElement.xs b/xs/GstElement.xs
index 62402df..c2ae806 100644
--- a/xs/GstElement.xs
+++ b/xs/GstElement.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstElementFactory.xs b/xs/GstElementFactory.xs
index 37f2ef5..52f3f26 100644
--- a/xs/GstElementFactory.xs
+++ b/xs/GstElementFactory.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstEvent.xs b/xs/GstEvent.xs
index 63c424b..cf04841 100644
--- a/xs/GstEvent.xs
+++ b/xs/GstEvent.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstFormat.xs b/xs/GstFormat.xs
index 13916b7..28e17da 100644
--- a/xs/GstFormat.xs
+++ b/xs/GstFormat.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstGhostPad.xs b/xs/GstGhostPad.xs
index b9c44e5..8ab6a0d 100644
--- a/xs/GstGhostPad.xs
+++ b/xs/GstGhostPad.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstIndex.xs b/xs/GstIndex.xs
index 5cd8d0b..afad14e 100644
--- a/xs/GstIndex.xs
+++ b/xs/GstIndex.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstIndexFactory.xs b/xs/GstIndexFactory.xs
index 7060f86..d8ccbaa 100644
--- a/xs/GstIndexFactory.xs
+++ b/xs/GstIndexFactory.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstIterator.xs b/xs/GstIterator.xs
index 78e2dcc..dae4eca 100644
--- a/xs/GstIterator.xs
+++ b/xs/GstIterator.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstMessage.xs b/xs/GstMessage.xs
index 5782304..08fda0a 100644
--- a/xs/GstMessage.xs
+++ b/xs/GstMessage.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstMiniObject.xs b/xs/GstMiniObject.xs
index 9ba9774..f5c71af 100644
--- a/xs/GstMiniObject.xs
+++ b/xs/GstMiniObject.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstObject.xs b/xs/GstObject.xs
index 24f55d8..596070e 100644
--- a/xs/GstObject.xs
+++ b/xs/GstObject.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstPad.xs b/xs/GstPad.xs
index cecd70b..8162df4 100644
--- a/xs/GstPad.xs
+++ b/xs/GstPad.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstPadTemplate.xs b/xs/GstPadTemplate.xs
index d870bdc..9c7a2ce 100644
--- a/xs/GstPadTemplate.xs
+++ b/xs/GstPadTemplate.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstPipeline.xs b/xs/GstPipeline.xs
index 033fb3b..b505119 100644
--- a/xs/GstPipeline.xs
+++ b/xs/GstPipeline.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstPlugin.xs b/xs/GstPlugin.xs
index 96fe678..adc98d7 100644
--- a/xs/GstPlugin.xs
+++ b/xs/GstPlugin.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstPluginFeature.xs b/xs/GstPluginFeature.xs
index 14f5ca6..4a52c41 100644
--- a/xs/GstPluginFeature.xs
+++ b/xs/GstPluginFeature.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstQuery.xs b/xs/GstQuery.xs
index 80cbc4b..10c8bdb 100644
--- a/xs/GstQuery.xs
+++ b/xs/GstQuery.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstRegistry.xs b/xs/GstRegistry.xs
index bc94cb8..8cc4b7f 100644
--- a/xs/GstRegistry.xs
+++ b/xs/GstRegistry.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstStructure.xs b/xs/GstStructure.xs
index a831272..5a9e802 100644
--- a/xs/GstStructure.xs
+++ b/xs/GstStructure.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstSystemClock.xs b/xs/GstSystemClock.xs
index 583d1d2..505c6be 100644
--- a/xs/GstSystemClock.xs
+++ b/xs/GstSystemClock.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstTag.xs b/xs/GstTag.xs
index 28bea29..cf94bbb 100644
--- a/xs/GstTag.xs
+++ b/xs/GstTag.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstTagSetter.xs b/xs/GstTagSetter.xs
index a9dd4f1..6515a7c 100644
--- a/xs/GstTagSetter.xs
+++ b/xs/GstTagSetter.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstTypeFindFactory.xs b/xs/GstTypeFindFactory.xs
index 6ca1f75..8964856 100644
--- a/xs/GstTypeFindFactory.xs
+++ b/xs/GstTypeFindFactory.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GstValue.xs b/xs/GstValue.xs
index 35f2a8c..6a68195 100644
--- a/xs/GstValue.xs
+++ b/xs/GstValue.xs
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * 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 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */


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