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



commit ce78c3b005e38fd528fa727a21f6c764a26cdeba
Author: Brian Manning <bmanning src gnome org>
Date:   Wed Oct 14 22:05:34 2020 -0700

    Updated FSF address in all files that have it

 GladeXML.pm             |  5 ++---
 LICENSE                 |  8 +++-----
 README                  |  5 ++---
 examples/clipboard.pl   |  5 ++---
 examples/dnd.pl         | 15 ++++++---------
 examples/fileman.pl     |  5 ++---
 examples/hello-world.pl |  5 ++---
 examples/progress.pl    |  5 ++---
 examples/scribble.pl    |  5 ++---
 9 files changed, 23 insertions(+), 35 deletions(-)
---
diff --git a/GladeXML.pm b/GladeXML.pm
index a9d748e..6884c69 100644
--- a/GladeXML.pm
+++ b/GladeXML.pm
@@ -319,8 +319,7 @@ 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/>.
 
 =cut
diff --git a/LICENSE b/LICENSE
index bf50f20..72a4359 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 9c148d9..84b472d 100644
--- a/README
+++ b/README
@@ -82,8 +82,7 @@ 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/>.
 
 # $Id$
diff --git a/examples/clipboard.pl b/examples/clipboard.pl
index 56bc17d..6308182 100755
--- a/examples/clipboard.pl
+++ b/examples/clipboard.pl
@@ -18,9 +18,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., 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/examples/dnd.pl b/examples/dnd.pl
index 807da30..55fce53 100755
--- a/examples/dnd.pl
+++ b/examples/dnd.pl
@@ -18,9 +18,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., 59 Temple Place - Suite 330,
-#  Boston, MA 02111-1307, USA.
+#  License along with this library; if not, see
+#  <https://www.gnu.org/licenses/>.
 #
 #----------------------------------------------------------------------
 
@@ -53,9 +52,8 @@ my $gpl = "\n
     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
-    \n";
+    along with this program; if not, see
+    <https://www.gnu.org/licenses/>.\n";
 
 #GNU Lesser General Public License
 my $lgpl = "\n
@@ -70,9 +68,8 @@ my $lgpl = "\n
     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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-    \n";
+    License along with this library; if not, see
+    <https://www.gnu.org/licenses/>.\n";
  
 #GNU Free Documentation License
 my $fdl = "\n
diff --git a/examples/fileman.pl b/examples/fileman.pl
index 75f4b5a..0d7ea29 100755
--- a/examples/fileman.pl
+++ b/examples/fileman.pl
@@ -18,9 +18,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., 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/examples/hello-world.pl b/examples/hello-world.pl
index 1f5aad6..d4db635 100755
--- a/examples/hello-world.pl
+++ b/examples/hello-world.pl
@@ -18,9 +18,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., 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/examples/progress.pl b/examples/progress.pl
index a866700..8c6fe6a 100755
--- a/examples/progress.pl
+++ b/examples/progress.pl
@@ -18,9 +18,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., 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/examples/scribble.pl b/examples/scribble.pl
index 4a43298..6050840 100755
--- a/examples/scribble.pl
+++ b/examples/scribble.pl
@@ -16,9 +16,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., 59 Temple Place - Suite 330,
-#  Boston, MA 02111-1307, USA.
+#  License along with this library; if not, see
+#  <https://www.gnu.org/licenses/>.
 #
 #----------------------------------------------------------------------
 


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