diff options
author | heinz <heinz@pkgsrc.org> | 2010-01-21 16:32:21 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-01-21 16:32:21 +0000 |
commit | 61459c40d3026a803c7741e8f2eb3b49d2d6378c (patch) | |
tree | 14e7cb79e7c584b7a3f569571a57ebe50c52ca18 /mk/license.mk | |
parent | 51c8ab9c4adca0cedc2592ac56e70612f2bfe02b (diff) | |
download | pkgsrc-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/license.mk')
-rw-r--r-- | mk/license.mk | 5 |
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) |