Thu Apr 30 08:43:25 2020 UTC ()
add afl-3.0 to acceptable defaults


(plunky)
diff -r1.104 -r1.105 pkgsrc/mk/license.mk

cvs diff -r1.104 -r1.105 pkgsrc/mk/license.mk (expand / switch to unified diff)

--- pkgsrc/mk/license.mk 2020/04/19 12:53:21 1.104
+++ pkgsrc/mk/license.mk 2020/04/30 08:43:25 1.105
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: license.mk,v 1.104 2020/04/19 12:53:21 rillig Exp $ 1# $NetBSD: license.mk,v 1.105 2020/04/30 08:43:25 plunky Exp $
2# 2#
3# This file handles everything about the LICENSE variable. It is 3# This file handles everything about the LICENSE variable. It is
4# included automatically by bsd.pkg.mk. 4# included automatically by bsd.pkg.mk.
5# 5#
6# XXX There should be one place to set the default list and for users 6# XXX There should be one place to set the default list and for users
7# to set the ACCEPTABLE_LICENSES list, used by both source builds and 7# to set the ACCEPTABLE_LICENSES list, used by both source builds and
8# binary installs. 8# binary installs.
9# 9#
10# XXX: Some of this content arguably belongs in the pkgsrc guide 10# XXX: Some of this content arguably belongs in the pkgsrc guide
11# instead. 11# instead.
12# 12#
13# User-settable variables: 13# User-settable variables:
14# 14#
@@ -104,26 +104,27 @@ @@ -104,26 +104,27 @@
104# 104#
105# Keywords: licence license 105# Keywords: licence license
106# 106#
107 107
108# The convention is that Free and Open Source licenses do not have a 108# The convention is that Free and Open Source licenses do not have a
109# -license suffix, and non-Free licenses end in -license. Thus, 109# -license suffix, and non-Free licenses end in -license. Thus,
110# license in DEFAULT_ACCEPTABLE_LICENSES should not end in -license. 110# license in DEFAULT_ACCEPTABLE_LICENSES should not end in -license.
111# 111#
112# First, we set DEFAULT_ACCEPTABLE_LICENSES to the set of licenses 112# First, we set DEFAULT_ACCEPTABLE_LICENSES to the set of licenses
113# formally approved as Free Software by FSF or Open Source by OSI, 113# formally approved as Free Software by FSF or Open Source by OSI,
114# except that we exclude the AGPL (clearly a Free license), following 114# except that we exclude the AGPL (clearly a Free license), following
115# the decision of the board of TNF. 115# the decision of the board of TNF.
116DEFAULT_ACCEPTABLE_LICENSES= \ 116DEFAULT_ACCEPTABLE_LICENSES= \
 117 afl-3.0 \
117 apache-1.1 apache-2.0 \ 118 apache-1.1 apache-2.0 \
118 arphic-public \ 119 arphic-public \
119 artistic artistic-2.0 \ 120 artistic artistic-2.0 \
120 boost-license \ 121 boost-license \
121 cc-by-sa-v3.0 \ 122 cc-by-sa-v3.0 \
122 cc-by-sa-v4.0 \ 123 cc-by-sa-v4.0 \
123 cc-by-v4.0 \ 124 cc-by-v4.0 \
124 cc0-1.0-universal \ 125 cc0-1.0-universal \
125 cddl-1.0 \ 126 cddl-1.0 \
126 cecill-2.1 \ 127 cecill-2.1 \
127 cecill-b-v1 \ 128 cecill-b-v1 \
128 cpl-1.0 \ 129 cpl-1.0 \
129 epl-v1.0 \ 130 epl-v1.0 \