licenses: Add CC BY SA 3.0.
* guix/licenses.scm (cc-by-sa3.0): New variable.
This commit is contained in:
parent
0084aaf3d4
commit
b7fa2f9321
|
@ -30,7 +30,7 @@
|
||||||
non-copyleft
|
non-copyleft
|
||||||
bsd-style ;deprecated!
|
bsd-style ;deprecated!
|
||||||
cc0
|
cc0
|
||||||
cc-by-sa4.0 cc-by3.0
|
cc-by-sa4.0 cc-by-sa3.0 cc-by3.0
|
||||||
cddl1.0
|
cddl1.0
|
||||||
cecill-c
|
cecill-c
|
||||||
artistic2.0 clarified-artistic
|
artistic2.0 clarified-artistic
|
||||||
|
@ -144,6 +144,11 @@ at URI, which may be a file:// URI pointing the package's tree."
|
||||||
"http://creativecommons.org/licenses/by-sa/4.0/"
|
"http://creativecommons.org/licenses/by-sa/4.0/"
|
||||||
"Creative Commons Attribution-ShareAlike 4.0 International"))
|
"Creative Commons Attribution-ShareAlike 4.0 International"))
|
||||||
|
|
||||||
|
(define cc-by-sa3.0
|
||||||
|
(license "CC-BY-SA 3.0"
|
||||||
|
"http://creativecommons.org/licenses/by-sa/3.0/"
|
||||||
|
"Creative Commons Attribution-ShareAlike 3.0 Unported"))
|
||||||
|
|
||||||
(define cc-by3.0
|
(define cc-by3.0
|
||||||
(license "CC-BY 3.0"
|
(license "CC-BY 3.0"
|
||||||
"http://creativecommons.org/licenses/by/3.0/"
|
"http://creativecommons.org/licenses/by/3.0/"
|
||||||
|
|
Loading…
Reference in New Issue