me
/
guix
Archived
1
0
Fork 0

licenses: Add Zero-Clause BSD License.

* guix/licenses.scm (bsd-0): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Alexandros Theodotou 2021-02-25 23:57:15 +00:00 committed by Ludovic Courtès
parent 634dacd27a
commit 60d1df78ad
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 7 additions and 1 deletions

View File

@ -136,6 +136,7 @@ of the string VERSION is replaced by the symbol 'version."
("Apache-1.1" 'license:asl1.1)
("Apache-2.0" 'license:asl2.0)
("BSL-1.0" 'license:boost1.0)
("0BSD" 'license:bsd-0)
("BSD-2-Clause-FreeBSD" 'license:bsd-2)
("BSD-3-Clause" 'license:bsd-3)
("BSD-4-Clause" 'license:bsd-4)

View File

@ -39,7 +39,7 @@
apsl2
asl1.1 asl2.0
boost1.0
bsd-2 bsd-3 bsd-4
bsd-0 bsd-2 bsd-3 bsd-4
non-copyleft
cc0
cc-by2.0 cc-by3.0 cc-by4.0
@ -159,6 +159,11 @@
"http://directory.fsf.org/wiki/License:Boost1.0"
"https://www.gnu.org/licenses/license-list#boost"))
(define bsd-0
(license "Zero-Clause BSD"
"https://spdx.org/licenses/0BSD.html"
"https://opensource.org/licenses/0BSD"))
(define bsd-2
(license "FreeBSD"
"http://directory.fsf.org/wiki/License:FreeBSD"