+ ipafont to default_acceptable_license.
This commit is contained in:
parent
2b53dec846
commit
ebe456dbe4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue