Add the Lucent Public License v1.02 to default_acceptable_licenses. It is
approved as open source by OSI.
This commit is contained in:
parent
ddd77f6c00
commit
5953ecd2a0
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: license.c,v 1.27 2012/01/28 10:46:08 wiz Exp $ */
|
||||
/* $NetBSD: license.c,v 1.28 2012/04/15 20:55:50 brook Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
|
||||
|
@ -71,6 +71,7 @@ const char *default_acceptable_licenses =
|
|||
"mplusfont "
|
||||
"cc-by-sa-v3.0 "
|
||||
"lppl-1.3c "
|
||||
"lucent "
|
||||
"epl-v1.0";
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Reference in a new issue