Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add 0-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2113b7d5f5d0
branches:  trunk
changeset: 437224:2113b7d5f5d0
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Tue Aug 18 20:18:32 2020 +0000

description:
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

diffstat:

 mk/license.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 880471fc0ea8 -r 2113b7d5f5d0 mk/license.mk
--- a/mk/license.mk     Tue Aug 18 20:15:04 2020 +0000
+++ b/mk/license.mk     Tue Aug 18 20:18:32 2020 +0000
@@ -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 @@
        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