pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Add purdue license as DSFG compliant.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e31bb65f73f4
branches: trunk
changeset: 326511:e31bb65f73f4
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Sun Dec 09 06:07:23 2018 +0000
description:
Add purdue license as DSFG compliant.
diffstat:
mk/license.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 60c288c53748 -r e31bb65f73f4 mk/license.mk
--- a/mk/license.mk Sun Dec 09 05:37:12 2018 +0000
+++ b/mk/license.mk Sun Dec 09 06:07:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.91 2018/12/08 17:08:22 triaxx Exp $
+# $NetBSD: license.mk,v 1.92 2018/12/09 06:07:23 triaxx Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -163,6 +163,10 @@
# DFSG, not evaluated by OSI/FSF
DEFAULT_ACCEPTABLE_LICENSES+= happy
+# DFSG, not evaluated by OSI/FSF
+# Mainly used in https://sources.debian.org/copyright/license/lsof/
+DEFAULT_ACCEPTABLE_LICENSES+= purdue
+
##### Variant spellings
.if defined(ACCEPTABLE_LICENCES) && !defined(ACCEPTABLE_LICENSES)
Home |
Main Index |
Thread Index |
Old Index