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 | 2333a66f624d0e618386da843ff92440ef563b20 (patch) | |
tree | 22940be26f0f7d5db00740857eab1bbfa6318973 /pkgtools/pkg_install | |
parent | d312af94cbf0031e548d552ec00d516a7c878915 (diff) | |
download | pkgsrc-2333a66f624d0e618386da843ff92440ef563b20.tar.gz |
Add isc license as default acceptable license.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/license.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |