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



commit e3d79741f6e7ba53c81ef60c90e747097925b157
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Sep 21 22:35:46 2020 -0700

    Updated FSF address in all files that have it
    
    - This closes RT#111436

 LICENSE                     |  8 +++-----
 README                      |  6 ++----
 canvas_demo/canvas-curve.pl |  5 ++---
 gnomecanvasperl.h           |  5 ++---
 xs/GnomeCanvas.xs           | 10 ++++------
 xs/GnomeCanvasBpath.xs      |  5 ++---
 xs/GnomeCanvasItem.xs       |  5 ++---
 xs/GnomeCanvasPathDef.xs    |  5 ++---
 xs/GnomeCanvasRichText.xs   |  5 ++---
 xs/GnomeCanvasShape.xs      |  5 ++---
 xs/GnomeCanvasUtil.xs       |  5 ++---
 11 files changed, 25 insertions(+), 39 deletions(-)
---
diff --git a/LICENSE b/LICENSE
index bf50f20..4731242 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,7 @@
                  GNU LIBRARY GENERAL PUBLIC LICENSE
                       Version 2, June 1991
 
- Copyright (C) 1991 Free Software Foundation, Inc.
-                   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1991 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.
 
@@ -463,9 +462,8 @@ convey the exclusion of warranty; and each file should have at least the
     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., 59 Temple Place - Suite 330, 
-    Boston, MA  02111-1307  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/README b/README
index fb429d4..4e7ab6f 100644
--- a/README
+++ b/README
@@ -79,7 +79,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 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., 59 Temple Place - Suite 330, 
-Boston, MA  02111-1307  USA.
-
+License along with this library; if not, see
+<https://www.gnu.org/licenses/>.
diff --git a/canvas_demo/canvas-curve.pl b/canvas_demo/canvas-curve.pl
index 9345f27..88e466c 100644
--- a/canvas_demo/canvas-curve.pl
+++ b/canvas_demo/canvas-curve.pl
@@ -15,9 +15,8 @@ package CanvasBezierCurve;
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see
+# <https://www.gnu.org/licenses/>.
 #
 # Authors:
 #     Mark McLoughlin <mark skynet ie>
diff --git a/gnomecanvasperl.h b/gnomecanvasperl.h
index fb241ca..7c48437 100644
--- a/gnomecanvasperl.h
+++ b/gnomecanvasperl.h
@@ -12,9 +12,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., 59 Temple Place - Suite 330, 
- * Boston, MA  02111-1307  USA.
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeCanvas.xs b/xs/GnomeCanvas.xs
index 1a902da..2a00c63 100644
--- a/xs/GnomeCanvas.xs
+++ b/xs/GnomeCanvas.xs
@@ -12,9 +12,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., 59 Temple Place - Suite 330, 
- * Boston, MA  02111-1307  USA.
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
@@ -280,9 +279,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 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., 59 Temple Place - Suite 330, 
-Boston, MA  02111-1307  USA.
+License along with this library; if not, see
+L<https://www.gnu.org/licenses/>.
 
 =cut
 
diff --git a/xs/GnomeCanvasBpath.xs b/xs/GnomeCanvasBpath.xs
index db9e326..0ed8ace 100644
--- a/xs/GnomeCanvasBpath.xs
+++ b/xs/GnomeCanvasBpath.xs
@@ -12,9 +12,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., 59 Temple Place - Suite 330, 
- * Boston, MA  02111-1307  USA.
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeCanvasItem.xs b/xs/GnomeCanvasItem.xs
index c2fbf0e..56e1fb2 100644
--- a/xs/GnomeCanvasItem.xs
+++ b/xs/GnomeCanvasItem.xs
@@ -12,9 +12,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., 59 Temple Place - Suite 330, 
- * Boston, MA  02111-1307  USA.
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeCanvasPathDef.xs b/xs/GnomeCanvasPathDef.xs
index 7c120f8..a18f2df 100644
--- a/xs/GnomeCanvasPathDef.xs
+++ b/xs/GnomeCanvasPathDef.xs
@@ -12,9 +12,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., 59 Temple Place - Suite 330, 
- * Boston, MA  02111-1307  USA.
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeCanvasRichText.xs b/xs/GnomeCanvasRichText.xs
index a0daf69..320a377 100644
--- a/xs/GnomeCanvasRichText.xs
+++ b/xs/GnomeCanvasRichText.xs
@@ -12,9 +12,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., 59 Temple Place - Suite 330, 
- * Boston, MA  02111-1307  USA.
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeCanvasShape.xs b/xs/GnomeCanvasShape.xs
index a5220f8..e2885e1 100644
--- a/xs/GnomeCanvasShape.xs
+++ b/xs/GnomeCanvasShape.xs
@@ -12,9 +12,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., 59 Temple Place - Suite 330, 
- * Boston, MA  02111-1307  USA.
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeCanvasUtil.xs b/xs/GnomeCanvasUtil.xs
index 1f058ed..9a82121 100644
--- a/xs/GnomeCanvasUtil.xs
+++ b/xs/GnomeCanvasUtil.xs
@@ -12,9 +12,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., 59 Temple Place - Suite 330, 
- * Boston, MA  02111-1307  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]