diff options
-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 |