pkg_install: Sync with DEFAULT_ACCEPTABLE_LICENSES in mk/license.mk
Add `cc-by-sa-v4.0', `cc-by-v4.0' and `osl' to *default_acceptable_licenses to sync it with DEFAULT_ACCEPTABLE_LICENSES of mk/license.mk.
This commit is contained in:
parent
9617b34e5f
commit
8102f20bb9
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: license.c,v 1.51 2018/02/05 00:07:56 kamil Exp $ */
|
||||
/* $NetBSD: license.c,v 1.52 2018/08/14 13:21:07 leot Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
|
||||
|
@ -51,6 +51,8 @@ const char *default_acceptable_licenses =
|
|||
"artistic artistic-2.0 "
|
||||
"boost-license "
|
||||
"cc-by-sa-v3.0 "
|
||||
"cc-by-sa-v4.0 "
|
||||
"cc-by-v4.0 "
|
||||
"cc0-1.0-universal "
|
||||
"cddl-1.0 "
|
||||
"cecill-2.1 "
|
||||
|
@ -77,6 +79,7 @@ const char *default_acceptable_licenses =
|
|||
"ofl-v1.0 ofl-v1.1 "
|
||||
"openssl "
|
||||
"original-bsd modified-bsd 2-clause-bsd "
|
||||
"osl "
|
||||
"paratype "
|
||||
"php "
|
||||
"png-license "
|
||||
|
|
Loading…
Reference in a new issue