Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 12:13:48 GMT
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182572: [patch] Mk/bsd.licenses.mk: add Artistic License (Perl) 1.0 -- ARTPERL10
Message-ID:  <201310021213.r92CDm0M049302@oldred.freebsd.org>
Resent-Message-ID: <201310021220.r92CK0Pg063814@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182572
>Category:       ports
>Synopsis:       [patch] Mk/bsd.licenses.mk: add Artistic License (Perl) 1.0 -- ARTPERL10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 02 12:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 10-amd64
>Organization:
BSDprint
>Environment:
>Description:
There is no such license at licenses.mk. The license is described here:
http://opensource.org/licenses/Artistic-Perl-1.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: bsd.licenses.db.mk
===================================================================
--- bsd.licenses.db.mk	(revision 329021)
+++ bsd.licenses.db.mk	(working copy)
@@ -36,7 +36,7 @@
 # _LICENSE_LIST_GROUPS	- List of defined license groups
 #
 
-_LICENSE_LIST= 	AGPLv3 AL2 ART10 ART20 BSD BSL CDDL EPL GFDL GPLv1 GPLv2 \
+_LICENSE_LIST= 	AGPLv3 AL2 ART10 ARTPERL10 ART20 BSD BSL CDDL EPL GFDL GPLv1 GPLv2 \
 		GPLv3 ISCL LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a \
 		LPPL13b LPPL13c MIT MPL OWL PHP202 PHP30 PHP301 PSFL ZLIB ZPL21
 
@@ -75,6 +75,9 @@
 _LICENSE_NAME_ART10=	Artistic License version 1.0
 _LICENSE_GROUPS_ART10=	OSI
 
+_LICENSE_NAME_ARTPERL10=Artistic License (perl) version 1.0
+_LICENSE_GROUPS_ARTPERL10=	OSI
+
 _LICENSE_NAME_ART20=	Artistic License version 2.0
 _LICENSE_GROUPS_ART20=	FSF GPL OSI
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310021213.r92CDm0M049302>