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



commit 3917de9bf79be3e81c00cc6bb6fc38795da3edb7
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Oct 17 21:08:29 2020 -0700

    Updated FSF address in all files that have it

 README                          |  5 ++---
 SourceView.pm                   | 10 ++++------
 examples/source-view.pl         |  5 ++---
 gtksourceviewperl.h             |  5 ++---
 xs/GtkSourceBuffer.xs           |  5 ++---
 xs/GtkSourceLanguage.xs         |  5 ++---
 xs/GtkSourceLanguagesManager.xs |  5 ++---
 xs/GtkSourceMarker.xs           |  5 ++---
 xs/GtkSourcePrintJob.xs         |  5 ++---
 xs/GtkSourceStyleScheme.xs      |  5 ++---
 xs/GtkSourceTag.xs              |  5 ++---
 xs/GtkSourceTagStyle.xs         |  5 ++---
 xs/GtkSourceTagTable.xs         |  5 ++---
 xs/GtkSourceView.xs             |  5 ++---
 14 files changed, 30 insertions(+), 45 deletions(-)
---
diff --git a/README b/README
index 5763f83..a831adb 100644
--- a/README
+++ b/README
@@ -65,6 +65,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/SourceView.pm b/SourceView.pm
index c2786ce..60449cb 100644
--- a/SourceView.pm
+++ b/SourceView.pm
@@ -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/>.
 
 package Gtk2::SourceView;
 
@@ -148,8 +147,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/examples/source-view.pl b/examples/source-view.pl
index 5828eee..9fc452a 100644
--- a/examples/source-view.pl
+++ b/examples/source-view.pl
@@ -13,9 +13,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/>.
 
 # This is an example of the power of GtkSourceView.  I've taken the code inside
 # the test-widget test app that comes with libgtksourceview, and translated it
diff --git a/gtksourceviewperl.h b/gtksourceviewperl.h
index dfd43ea..9b79d12 100644
--- a/gtksourceviewperl.h
+++ b/gtksourceviewperl.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/>.
  */
 
 #ifndef _GTK_SOURCE_VIEW_PERL_H_
diff --git a/xs/GtkSourceBuffer.xs b/xs/GtkSourceBuffer.xs
index 074f87d..67ce1a8 100644
--- a/xs/GtkSourceBuffer.xs
+++ b/xs/GtkSourceBuffer.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/>.
  */
 
 #include "gtksourceviewperl.h"
diff --git a/xs/GtkSourceLanguage.xs b/xs/GtkSourceLanguage.xs
index 0503b2c..e81221e 100644
--- a/xs/GtkSourceLanguage.xs
+++ b/xs/GtkSourceLanguage.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/>.
  */
 
 #include "gtksourceviewperl.h"
diff --git a/xs/GtkSourceLanguagesManager.xs b/xs/GtkSourceLanguagesManager.xs
index 3258486..f26142b 100644
--- a/xs/GtkSourceLanguagesManager.xs
+++ b/xs/GtkSourceLanguagesManager.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/>.
  */
 
 #include "gtksourceviewperl.h"
diff --git a/xs/GtkSourceMarker.xs b/xs/GtkSourceMarker.xs
index 5d0e3bb..85a400f 100644
--- a/xs/GtkSourceMarker.xs
+++ b/xs/GtkSourceMarker.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/>.
  */
 
 #include "gtksourceviewperl.h"
diff --git a/xs/GtkSourcePrintJob.xs b/xs/GtkSourcePrintJob.xs
index 1ea9c8c..73d76a4 100644
--- a/xs/GtkSourcePrintJob.xs
+++ b/xs/GtkSourcePrintJob.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/>.
  */
 
 #include "gtksourceviewperl.h"
diff --git a/xs/GtkSourceStyleScheme.xs b/xs/GtkSourceStyleScheme.xs
index c2aaadb..2ab7d35 100644
--- a/xs/GtkSourceStyleScheme.xs
+++ b/xs/GtkSourceStyleScheme.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/>.
  */
 
 #include "gtksourceviewperl.h"
diff --git a/xs/GtkSourceTag.xs b/xs/GtkSourceTag.xs
index e5d6d12..16b83cd 100644
--- a/xs/GtkSourceTag.xs
+++ b/xs/GtkSourceTag.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/>.
  */
 
 #include "gtksourceviewperl.h"
diff --git a/xs/GtkSourceTagStyle.xs b/xs/GtkSourceTagStyle.xs
index a0b6697..865ab93 100644
--- a/xs/GtkSourceTagStyle.xs
+++ b/xs/GtkSourceTagStyle.xs
@@ -13,9 +13,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/>.
  */
 
 #include "gtksourceviewperl.h"
diff --git a/xs/GtkSourceTagTable.xs b/xs/GtkSourceTagTable.xs
index 98b30b7..b20c1cc 100644
--- a/xs/GtkSourceTagTable.xs
+++ b/xs/GtkSourceTagTable.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/>.
  */
 
 #include "gtksourceviewperl.h"
diff --git a/xs/GtkSourceView.xs b/xs/GtkSourceView.xs
index 0120bae..21d0181 100644
--- a/xs/GtkSourceView.xs
+++ b/xs/GtkSourceView.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/>.
  */
 
 #include "gtksourceviewperl.h"


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