summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2010-01-21 16:32:21 +0000
committerheinz <heinz@pkgsrc.org>2010-01-21 16:32:21 +0000
commit61459c40d3026a803c7741e8f2eb3b49d2d6378c (patch)
tree14e7cb79e7c584b7a3f569571a57ebe50c52ca18 /mk
parent51c8ab9c4adca0cedc2592ac56e70612f2bfe02b (diff)
downloadpkgsrc-61459c40d3026a803c7741e8f2eb3b49d2d6378c.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)