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 | |
parent | d3a1c4bb12fb76a1360cd966699a1a6f369011f5 (diff) | |
download | pkgsrc-a5ddbd786cf529e842fa96d9d67924fd44c4ba6b.tar.gz |
Add isc license as default acceptable license.
-rw-r--r-- | mk/license.mk | 5 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/lib/license.c | 3 |
2 files changed, 5 insertions, 3 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 diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c index dbeccf56d5c..2a6462651b0 100644 --- a/pkgtools/pkg_install/files/lib/license.c +++ b/pkgtools/pkg_install/files/lib/license.c @@ -1,4 +1,4 @@ -/* $NetBSD: license.c,v 1.13 2010/04/26 11:54:31 obache Exp $ */ +/* $NetBSD: license.c,v 1.14 2010/05/06 13:16:59 obache Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>. @@ -61,6 +61,7 @@ const char *default_acceptable_licenses = "zpl " "python-software-foundation " "ipafont " + "isc " "info-zip"; #ifdef DEBUG |