mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
licenses: Add CC-Sampling+ 1.0.
* guix/licenses.scm (cc-sampling-plus-1.0): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
This commit is contained in:
parent
3c399e9b60
commit
2374dee7bc
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,7 @@ (define-module (guix licenses)
|
|||
cc0
|
||||
cc-by2.0 cc-by3.0 cc-by4.0
|
||||
cc-by-sa2.0 cc-by-sa3.0 cc-by-sa4.0
|
||||
cc-sampling-plus-1.0
|
||||
cddl1.0
|
||||
cecill cecill-b cecill-c
|
||||
artistic2.0 clarified-artistic
|
||||
|
@ -206,6 +207,11 @@ (define cc-by2.0
|
|||
"http://creativecommons.org/licenses/by/2.0/"
|
||||
"Creative Commons Attribution 2.0 Generic"))
|
||||
|
||||
(define cc-sampling-plus-1.0
|
||||
(license "CC-Sampling+ 1.0"
|
||||
"https://creativecommons.org/licenses/sampling+/1.0"
|
||||
"Creative Commons Sampling Plus 1.0"))
|
||||
|
||||
(define cddl1.0
|
||||
(license "CDDL 1.0"
|
||||
"http://directory.fsf.org/wiki/License:CDDLv1.0"
|
||||
|
|
Loading…
Reference in a new issue