diff options
author | obache <obache@pkgsrc.org> | 2010-05-06 13:16:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-06 13:16:59 +0000 |
commit | a5ddbd786cf529e842fa96d9d67924fd44c4ba6b (patch) | |
tree | 22940be26f0f7d5db00740857eab1bbfa6318973 /mk/license.mk | |
parent | d3a1c4bb12fb76a1360cd966699a1a6f369011f5 (diff) | |
download | pkgsrc-a5ddbd786cf529e842fa96d9d67924fd44c4ba6b.tar.gz |
Add isc license as default acceptable license.
Diffstat (limited to 'mk/license.mk')
-rw-r--r-- | mk/license.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/license.mk b/mk/license.mk index d7c1882fadf..1bc6bde1a58 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.33 2010/04/26 11:03:10 obache Exp $ +# $NetBSD: license.mk,v 1.34 2010/05/06 13:16:59 obache Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -112,7 +112,8 @@ DEFAULT_ACCEPTABLE_LICENSES= \ mpl-1.0 mpl-1.1 \ zpl \ python-software-foundation \ - ipafont + ipafont \ + isc # not approved by OSI, derived from BSD DEFAULT_ACCEPTABLE_LICENSES+= info-zip |