summaryrefslogtreecommitdiff
path: root/mk/license.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/license.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 c2031c4bdeb..f062a8080f5 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.31 2010/01/21 16:28:51 heinz Exp $
+# $NetBSD: license.mk,v 1.32 2010/01/21 16:32:21 heinz Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -113,6 +113,9 @@ DEFAULT_ACCEPTABLE_LICENSES= \
zpl \
python-software-foundation
+# not approved by OSI, derived from BSD
+DEFAULT_ACCEPTABLE_LICENSES+= info-zip
+
##### Variant spellings
.if defined(ACCEPTABLE_LICENCES) && !defined(ACCEPTABLE_LICENSES)