summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2020-04-30 08:43:25 +0000
committerplunky <plunky@pkgsrc.org>2020-04-30 08:43:25 +0000
commit1fb851910e83dda9bbd08c03fc19d7b908dc4a66 (patch)
tree55d1fee9ee7f660d03376c0bc4a49fa5df42e745 /mk
parent9e9facf9f3a08ca9e5818d010766b125847d7c6f (diff)
downloadpkgsrc-1fb851910e83dda9bbd08c03fc19d7b908dc4a66.tar.gz
add afl-3.0 to acceptable defaults
Diffstat (limited to 'mk')
-rw-r--r--mk/license.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/license.mk b/mk/license.mk
index 3eeec191201..e2dff04bcc3 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.104 2020/04/19 12:53:21 rillig Exp $
+# $NetBSD: license.mk,v 1.105 2020/04/30 08:43:25 plunky Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -114,6 +114,7 @@
# except that we exclude the AGPL (clearly a Free license), following
# the decision of the board of TNF.
DEFAULT_ACCEPTABLE_LICENSES= \
+ afl-3.0 \
apache-1.1 apache-2.0 \
arphic-public \
artistic artistic-2.0 \