mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
guix: Add CC0 license.
* guix/licenses.scm (cc0): New variable.
This commit is contained in:
parent
a480bc4157
commit
71639e1f17
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,7 @@ (define-module (guix licenses)
|
|||
asl2.0
|
||||
boost1.0
|
||||
bsd-2 bsd-3 bsd-4 bsd-style
|
||||
cc0
|
||||
cddl1.0
|
||||
cecill-c
|
||||
cpl1.0
|
||||
|
@ -108,6 +109,11 @@ (define* (bsd-style uri #:optional (comment ""))
|
|||
"Check the URI for details. "
|
||||
comment)))
|
||||
|
||||
(define cc0
|
||||
(license "CC0"
|
||||
"http://directory.fsf.org/wiki/License:CC0"
|
||||
"http://www.gnu.org/licenses/license-list.html#CC0"))
|
||||
|
||||
(define cddl1.0
|
||||
(license "CDDL 1.0"
|
||||
"http://directory.fsf.org/wiki/License:CDDLv1.0"
|
||||
|
|
Loading…
Reference in a new issue