ports/184785: [patch] Mk/bsd.licenses.db.mk add Apache 1.1 license template

Eitan Adler lists at eitanadler.com
Sun Dec 22 05:40:01 UTC 2013


The following reply was made to PR ports/184785; it has been noted by GNATS.

From: Eitan Adler <lists at eitanadler.com>
To: Olli Hauer <ohauer at freebsd.org>, bug-followup <bug-followup at freebsd.org>
Cc:  
Subject: Re: ports/184785: [patch] Mk/bsd.licenses.db.mk add Apache 1.1
 license template
Date: Sun, 22 Dec 2013 00:35:51 -0500

 On Sun, Dec 15, 2013 at 2:57 PM, Olli Hauer <ohauer at freebsd.org> wrote:
 >>Fix:
 >
 > --- apache10_lic.diff begins here ---
 > Index: Mk/bsd.licenses.db.mk
 > ===================================================================
 > --- Mk/bsd.licenses.db.mk       (revision 336569)
 > +++ Mk/bsd.licenses.db.mk       (working copy)
 > @@ -36,7 +36,7 @@
 >  # _LICENSE_LIST_GROUPS - List of defined license groups
 >  #
 >
 > -_LICENSE_LIST=         AGPLv3 AL2 ART10 ARTPERL10 ART20 \
 > +_LICENSE_LIST=         AGPLv3 AL11 AL2 ART10 ARTPERL10 ART20 \
 >                                 BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL \
 >                                 CDDL EPL GFDL GPLv1 GPLv2 \
 >                 GPLv3 ISCL LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a \
 > @@ -75,7 +75,10 @@
 >  _LICENSE_NAME_AGPLv3=  GNU Affero General Public License version 3
 >  _LICENSE_GROUPS_AGPLv3=        FSF GPL OSI
 >
 > -_LICENSE_NAME_AL2=     Apache License
 > +_LICENSE_NAME_AL11=    Apache License version 1.1
 
 Please call this 'Apache License 1.1'
 
 > +_LICENSE_GROUPS_AL11=  FSF OSI
 
 Please call this license APACHE11. The "AL2" license is misnamed.
 Ideally we would use only the full SPDX license names (so it would be
 called 'Apache-1.0' ) but this seems unlikely given existing style.
  '
 
 > +_LICENSE_NAME_AL2=     Apache License version 2.0
 
 Please drop the word 'version' from this license.
 
 >  _LICENSE_GROUPS_AL2=   FSF OSI
 >
 >  _LICENSE_NAME_ART10=   Artistic License version 1.0
 > Index: Templates/Licenses/AL11
 > ===================================================================
 
 This license may change based on the licensor (it containes the
 licensor name).  The template file should not be added.
 
 
 -- 
 Eitan Adler


More information about the freebsd-ports-bugs mailing list