Adding sgi-free-software-b-v2.0 to DEFAULT_ACCEPTABLE. Approved by FSF:
http://www.gnu.org/licenses/license-list.en.html#SGIFreeB
This commit is contained in:
parent
a2466a6525
commit
c839138986
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: license.mk,v 1.57 2013/04/19 11:25:26 rodent Exp $
|
||||
# $NetBSD: license.mk,v 1.58 2013/05/05 21:09:59 rodent Exp $
|
||||
#
|
||||
# This file handles everything about the LICENSE variable. It is
|
||||
# included automatically by bsd.pkg.mk.
|
||||
|
@ -131,6 +131,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
|
|||
public-domain \
|
||||
python-software-foundation \
|
||||
qpl-v1.0 \
|
||||
sgi-free-software-b-v2.0 \
|
||||
sleepycat-public \
|
||||
unlicense \
|
||||
x11 \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: license.c,v 1.32 2013/04/19 17:22:23 rodent Exp $ */
|
||||
/* $NetBSD: license.c,v 1.33 2013/05/05 21:09:59 rodent Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
|
||||
|
@ -75,6 +75,7 @@ const char *default_acceptable_licenses =
|
|||
"public-domain "
|
||||
"python-software-foundation "
|
||||
"qpl-v1.0 "
|
||||
"sgi-free-software-b-v2.0 "
|
||||
"sleepycat-public "
|
||||
"unlicense "
|
||||
"x11 "
|
||||
|
|
Loading…
Reference in a new issue