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/6a91d07e1afb
branches:  trunk
changeset: 316244:6a91d07e1afb
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 5cc040806acd -r 6a91d07e1afb 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