summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2018-02-03 17:38:13 +0000
committerkamil <kamil@pkgsrc.org>2018-02-03 17:38:13 +0000
commita36341f63825dcb67d6f73b2cc761b32e28a35dd (patch)
tree2efb9f27e2b89af8dbff69914ed1a209ad8eee1f /mk
parentbebd0d38b2830576ca175a79a75dee6d51bdd020 (diff)
downloadpkgsrc-a36341f63825dcb67d6f73b2cc761b32e28a35dd.tar.gz
Append happy to the DEFAULT_ACCEPTABLE_LICENSES list
happy is DFSG, not evaluated by OSI/FSF No objections from <Greg Troxel>
Diffstat (limited to 'mk')
-rw-r--r--mk/license.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/license.mk b/mk/license.mk
index fec0fac3892..c7405c27a79 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.84 2018/01/07 19:44:31 rillig Exp $
+# $NetBSD: license.mk,v 1.85 2018/02/03 17:38:13 kamil Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -158,6 +158,9 @@ DEFAULT_ACCEPTABLE_LICENSES+= info-zip
# restrictions and typefaces can not be sold by itself.
DEFAULT_ACCEPTABLE_LICENSES+= vera-ttf-license
+# DFSG, not evaluated by OSI/FSF
+DEFAULT_ACCEPTABLE_LICENSES+= happy
+
##### Variant spellings
.if defined(ACCEPTABLE_LICENCES) && !defined(ACCEPTABLE_LICENSES)