rpms/perl-NetAddr-IP/devel License_of_perl-NetAddr-IP.txt, NONE, 1.1 perl-NetAddr-IP.spec, 1.5, 1.6

Tom Callaway spot at fedoraproject.org
Thu Aug 7 16:48:52 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-NetAddr-IP/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24704

Modified Files:
	perl-NetAddr-IP.spec 
Added Files:
	License_of_perl-NetAddr-IP.txt 
Log Message:
fix license tag


--- NEW FILE License_of_perl-NetAddr-IP.txt ---
Subject: Re: License of perl-NetAddr-IP
From: "Luis E." =?ISO-8859-1?Q?Mu=F1oz?= <lem at itverx.com.ve>
To: "Tom \"spot\" Callaway" <tcallawa at redhat.com>
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?= <lem at itverx.com.ve>
To: "Tom \"spot\" Callaway" <tcallawa at redhat.com>
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



Index: perl-NetAddr-IP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/devel/perl-NetAddr-IP.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-NetAddr-IP.spec	5 Mar 2008 22:39:02 -0000	1.5
+++ perl-NetAddr-IP.spec	7 Aug 2008 16:48:21 -0000	1.6
@@ -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 @@
 
 %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 @@
 
 %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 <tcallawa at redhat.com> 4.007-3
+- fix license tag
+
 * Wed Mar  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4.007-2
 - rebuild for new perl
 




More information about the Fedora-perl-devel-list mailing list