diff options
author | obache <obache@pkgsrc.org> | 2010-04-26 11:54:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-26 11:54:31 +0000 |
commit | f6f58c10b0ee2bcfb658b2b6de0abac0d1da6a7c (patch) | |
tree | b7deff2e760a29c2e3dd2537f66b99cde0bba54c /pkgtools | |
parent | 74f6a19ec5f5c27fa5dd1382d64ee4a748d8d75d (diff) | |
download | pkgsrc-f6f58c10b0ee2bcfb658b2b6de0abac0d1da6a7c.tar.gz |
+ ipafont to default_acceptable_license.
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 |