[perl-Glib-Object-Introspection] Remove address in GPL notices, refer to LICENSE file



commit cb5138ba9d6142b3c6c8db272e62038fd9537eca
Author: Brian Manning <bmanning src gnome org>
Date:   Fri Mar 21 21:58:55 2014 -0700

    Remove address in GPL notices, refer to LICENSE file
    
    - Updated the copyright date in lib/Glib/Object/Introspection.pm

 GObjectIntrospection.xs          |    5 ++---
 Makefile.PL                      |    5 ++---
 lib/Glib/Object/Introspection.pm |    7 +++----
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/GObjectIntrospection.xs b/GObjectIntrospection.xs
index 9e275b8..0885db0 100644
--- a/GObjectIntrospection.xs
+++ b/GObjectIntrospection.xs
@@ -12,9 +12,8 @@
  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 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
+ * See the LICENSE file in the top-level directory of this distribution for the
+ * full license terms.
  *
  */
 
diff --git a/Makefile.PL b/Makefile.PL
index c3773db..fb49168 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,9 +10,8 @@
 # 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+# See the LICENSE file in the top-level directory of this distribution for the
+# full license terms.
 
 BEGIN { require 5.008; }
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 92194f2..5d255dd 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2013 Torsten Schoenfeld <kaffeetisch gmx de>
+# Copyright (C) 2010-2014 Torsten Schoenfeld <kaffeetisch gmx de>
 #
 # This library is free software; you can redistribute it and/or modify it under
 # the terms of the GNU Library General Public License as published by the Free
@@ -10,9 +10,8 @@
 # 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+# See the LICENSE file in the top-level directory of this distribution for the
+# full license terms.
 
 package Glib::Object::Introspection;
 


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