summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorheinz <heinz>2010-01-21 16:32:21 +0000
committerheinz <heinz>2010-01-21 16:32:21 +0000
commit8b2ce64e364569f85968b4f0557ee37a5bd3d2da (patch)
tree14e7cb79e7c584b7a3f569571a57ebe50c52ca18 /mk
parent2f30cbc6ecd003d369b294f3423439ab2408bb36 (diff)
downloadpkgsrc-8b2ce64e364569f85968b4f0557ee37a5bd3d2da.tar.gz
Added LICENSE information for zip/unzip. The license is not approved by
OSI but it is derived from BSD so I added it to the acceptable set of licenses.
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 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)