diff options
Diffstat (limited to 'pkgtools')
-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 5207ae94218..dbeccf56d5c 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.12 2010/04/20 00:39:13 joerg Exp $ */ +/* $NetBSD: license.c,v 1.13 2010/04/26 11:54:31 obache Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>. @@ -60,6 +60,7 @@ const char *default_acceptable_licenses = "mpl-1.0 mpl-1.1 " "zpl " "python-software-foundation " + "ipafont " "info-zip"; #ifdef DEBUG |