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:   riastradh
Date:           Tue Aug 18 20:18:32 UTC 2020

Modified Files:
        pkgsrc/mk: license.mk

Log Message:
Add 0-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES.

This is OSI-approved open source:

https://opensource.org/licenses/0BSD

Omitted from license.mk when introduced only because a freeze was on:

https://mail-index.netbsd.org/tech-pkg/2019/12/22/msg022374.html


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 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.106 pkgsrc/mk/license.mk:1.107
--- pkgsrc/mk/license.mk:1.106  Mon Jul 13 20:25:57 2020
+++ pkgsrc/mk/license.mk        Tue Aug 18 20:18:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.106 2020/07/13 20:25:57 wiz Exp $
+# $NetBSD: license.mk,v 1.107 2020/08/18 20:18:32 riastradh Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -146,7 +146,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
        ms-pl \
        ofl-v1.0 ofl-v1.1 \
        openssl \
-       original-bsd modified-bsd 2-clause-bsd \
+       original-bsd modified-bsd 2-clause-bsd 0-clause-bsd \
        osl \
        paratype \
        php \



Home | Main Index | Thread Index | Old Index