[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:57:55 UTC 2013


The following commit has been merged in the master branch:
commit 3c4a0b3ea2103a6fb99b8e4cba575e60b00e9944
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Thu Apr 25 23:45:02 2013 +0100

    s/AGPL_3/LGPL_2_1/

diff --git a/Changes b/Changes
index 741fdb5..1fcebc2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Change to LGPL_2_1.
+
 0.111
   - Fix STDIN input to exit on EOF.
 
diff --git a/Makefile.PL b/Makefile.PL
index 9f46696..b519ec4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ use Module::Install::Authority;
 
 all_from 'lib/Message/Passing.pm';
 
-license 'AGPL_3';
+license 'LGPL_2_1';
 authority('cpan:GHENRY');
 resources(
     repository => "git://github.com/suretec/Message-Passing.git",
diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index 2ea0d9a..6478793 100644
--- a/lib/Message/Passing.pm
+++ b/lib/Message/Passing.pm
@@ -303,10 +303,7 @@ which we do not reuse any code from) is copyright 2010 Jorden Sissel.
 
 =head1 LICENSE
 
-GNU Affero General Public License, Version 3
-
-If you feel this is too restrictive to be able to use this software,
-please talk to us as we'd be willing to consider re-licensing under
-less restrictive terms.
+GNU Library General Public License, Version 2.1
 
 =cut
+

-- 
libmessage-passing-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list