pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   plunky
Date:           Thu Apr 30 08:43:25 UTC 2020

Modified Files:
        pkgsrc/mk: license.mk

Log Message:
add afl-3.0 to acceptable defaults


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/mk/license.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/license.mk
diff -u pkgsrc/mk/license.mk:1.104 pkgsrc/mk/license.mk:1.105
--- pkgsrc/mk/license.mk:1.104  Sun Apr 19 12:53:21 2020
+++ pkgsrc/mk/license.mk        Thu Apr 30 08:43:25 2020
@@ -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 \



Home | Main Index | Thread Index | Old Index