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:   maya
Date:           Tue Aug 13 04:27:18 UTC 2019

Modified Files:
        pkgsrc/mk: license.mk

Log Message:
Add Microsoft Public License as acceptable license by default.

FSF considers this a free software license, see:
https://www.gnu.org/licenses/license-list.en.html#ms-pl


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 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.99 pkgsrc/mk/license.mk:1.100
--- pkgsrc/mk/license.mk:1.99   Tue Jul  2 09:28:12 2019
+++ pkgsrc/mk/license.mk        Tue Aug 13 04:27:18 2019
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.99 2019/07/02 09:28:12 jaapb Exp $
+# $NetBSD: license.mk,v 1.100 2019/08/13 04:27:18 maya Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -143,6 +143,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
        mit \
        mpl-1.0 mpl-1.1 mpl-2.0 \
        mplusfont \
+       ms-pl \
        ofl-v1.0 ofl-v1.1 \
        openssl \
        original-bsd modified-bsd 2-clause-bsd \



Home | Main Index | Thread Index | Old Index