From ec370a91d787c77dac1648db4f72e366831f6c6e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 7 Aug 2008 16:48:21 +0000 Subject: [PATCH] fix license tag --- License_of_perl-NetAddr-IP.txt | 61 ++++++++++++++++++++++++++++++++++ perl-NetAddr-IP.spec | 13 ++++++-- 2 files changed, 71 insertions(+), 3 deletions(-) create mode 100644 License_of_perl-NetAddr-IP.txt diff --git a/License_of_perl-NetAddr-IP.txt b/License_of_perl-NetAddr-IP.txt new file mode 100644 index 0000000..6615447 --- /dev/null +++ b/License_of_perl-NetAddr-IP.txt @@ -0,0 +1,61 @@ +Subject: Re: License of perl-NetAddr-IP +From: "Luis E." =?ISO-8859-1?Q?Mu=F1oz?= +To: "Tom \"spot\" Callaway" +Date: Thu, 07 Aug 2008 11:16:59 -0430 + +On Thu, 2008-08-07 at 10:55 -0400, Tom "spot" Callaway wrote: +> I've been trying to contact you over the last year without any luck. +> Currently, Fedora is including NetAddr::IP, which is licensed under +> the +> Artistic 1.0 license. This license is no longer a permitted license in +> Fedora. + +Hi Tom and thanks for getting in touch. + +Why do you say that the code is licensed under the 1.0 license? + +According to this excerpt (from +http://search.cpan.org/src/LUISMUNOZ/NetAddr-IP-4.007/README )... + +# LICENSE AND WARRANTY +# +# This software is (c) Luis E. Muñoz and Michael A. Robinton. It can be +# used under the terms of the perl artistic license provided that proper +# credit for the work of the authors is preserved in the form of this +# copyright notice and license for this module. + +... there is no mention to a specific version number for the license. + +> [...] We have several other popular applications which depend on your +> code, so +> I am hopeful that you will be willing to relicense (either to Artistic +> 2.0 or any other license of your choice on this list: +> http://fedoraproject.org/wiki/Licensing#Good_Licenses ) or dual +> license +> (for example, the same license as perl, GPL+ or Artistic). + +I would be willing to relicense to Artistic 2.0 if need be. However, the +code is rather stable at this time. I think it would not be a wise use +of time to start tracking "upstream license version number" as well :-) + +Regards. + +-lem + + +Subject: Re: License of perl-NetAddr-IP +From: "Luis E." =?ISO-8859-1?Q?Mu=F1oz?= +To: "Tom \"spot\" Callaway" +Date: Thu, 07 Aug 2008 12:06:33 -0430 + +On Thu, 2008-08-07 at 11:57 -0400, Tom "spot" Callaway wrote: +> In the interim, will you give Fedora permission to distribute this +> code +> under Artistic 2.0? + +Of course. I'll tack a note to update the wording in the next release. + +Best regards. + +-lem + diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec index 80620e1..fc3b3ed 100644 --- a/perl-NetAddr-IP.spec +++ b/perl-NetAddr-IP.spec @@ -1,11 +1,14 @@ Name: perl-NetAddr-IP Version: 4.007 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manages IPv4 and IPv6 addresses and subnets -License: Artistic +# Upstream explicitly gave permission for us to distribute under Artistic 2.0 +# Will be reflected in next release. +License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/NetAddr-IP/ Source0: http://www.cpan.org/modules/by-module/NetAddr/NetAddr-IP-%{version}.tar.gz +Source1: License_of_perl-NetAddr-IP.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -18,6 +21,7 @@ Math::BigInt as in previous versions. %prep %setup -q -n NetAddr-IP-%{version} +cp %{SOURCE1} . # Fix UTF-8 iconv -f ISO_8859-1 -t UTF-8 -o tmp.pm IP.pm && @@ -50,12 +54,15 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README TODO docs/rfc1884.txt +%doc Changes README TODO docs/rfc1884.txt License_of_perl-NetAddr-IP.txt %{perl_vendorarch}/auto/* %{perl_vendorarch}/NetAddr* %{_mandir}/man3/* %changelog +* Thu Aug 7 2008 Tom "spot" Callaway 4.007-3 +- fix license tag + * Wed Mar 5 2008 Tom "spot" Callaway 4.007-2 - rebuild for new perl