summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2018-12-09 06:07:23 +0000
committertriaxx <triaxx@pkgsrc.org>2018-12-09 06:07:23 +0000
commitc9c0add40a604b37c4e2556ea3ddbd52941711dd (patch)
treedd53ebfd0cb4f3f096f59e8429ad784054731925 /mk
parentb1c2938e19239d05a3ff049f7d1d3a54a903c823 (diff)
downloadpkgsrc-c9c0add40a604b37c4e2556ea3ddbd52941711dd.tar.gz
Add purdue license as DSFG compliant.
Diffstat (limited to 'mk')
-rw-r--r--mk/license.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/license.mk b/mk/license.mk
index 16355ca2f8f..af929b06664 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -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 @@ DEFAULT_ACCEPTABLE_LICENSES+= vera-ttf-license
# 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)