mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
licenses: Add blue-oak1.0.0.
* guix/licenses.scm (blue-oak1.0.0): New variable. * guix/import/utils.scm (%spdx-license-identifiers): Add license blueoak1.0.0. Change-Id: I89058136da55fdb4267bd2dbe56954153d7d6dde
This commit is contained in:
parent
66971cc90b
commit
efb386dd3a
2 changed files with 7 additions and 0 deletions
|
@ -183,6 +183,7 @@ (define %spdx-license-identifiers
|
|||
("Apache-1.1" . license:asl1.1)
|
||||
("Apache-2.0" . license:asl2.0)
|
||||
("APSL-2.0" . license:apsl2)
|
||||
("BlueOak-1.0.0" . license:blue-oak1.0.0)
|
||||
("BSL-1.0" . license:boost1.0)
|
||||
("0BSD" . license:bsd-0)
|
||||
("BSD-2-Clause" . license:bsd-2)
|
||||
|
|
|
@ -44,6 +44,7 @@ (define-module (guix licenses)
|
|||
apsl2
|
||||
arphic-1999
|
||||
asl1.1 asl2.0
|
||||
blue-oak1.0.0
|
||||
boost1.0
|
||||
bsd-0 bsd-1 bsd-2 bsd-3 bsd-4
|
||||
non-copyleft
|
||||
|
@ -216,6 +217,11 @@ (define asl2.0
|
|||
"http://directory.fsf.org/wiki/License:Apache2.0"
|
||||
"https://www.gnu.org/licenses/license-list#apache2"))
|
||||
|
||||
(define blue-oak1.0.0
|
||||
(license "BlueOak-1.0.0"
|
||||
"https://blueoakcouncil.org/license/1.0.0"
|
||||
"https://opensource.org/license/blue-oak-model-license"))
|
||||
|
||||
(define boost1.0
|
||||
(license "Boost 1.0"
|
||||
"http://directory.fsf.org/wiki/License:Boost1.0"
|
||||
|
|
Loading…
Reference in a new issue