licenses: Add cddl1.1.
* guix/licenses.scm (cddl1.1): New variable.
This commit is contained in:
parent
823997e969
commit
965ba54be0
|
@ -42,7 +42,7 @@
|
||||||
cc-by2.0 cc-by3.0 cc-by4.0
|
cc-by2.0 cc-by3.0 cc-by4.0
|
||||||
cc-by-sa2.0 cc-by-sa3.0 cc-by-sa4.0
|
cc-by-sa2.0 cc-by-sa3.0 cc-by-sa4.0
|
||||||
cc-sampling-plus-1.0
|
cc-sampling-plus-1.0
|
||||||
cddl1.0
|
cddl1.0 cddl1.1
|
||||||
cecill cecill-b cecill-c
|
cecill cecill-b cecill-c
|
||||||
artistic2.0 clarified-artistic
|
artistic2.0 clarified-artistic
|
||||||
copyleft-next
|
copyleft-next
|
||||||
|
@ -217,6 +217,14 @@ at URI, which may be a file:// URI pointing the package's tree."
|
||||||
"http://directory.fsf.org/wiki/License:CDDLv1.0"
|
"http://directory.fsf.org/wiki/License:CDDLv1.0"
|
||||||
"https://www.gnu.org/licenses/license-list#CDDL"))
|
"https://www.gnu.org/licenses/license-list#CDDL"))
|
||||||
|
|
||||||
|
;; CDDL1.1 is the same as 1.0, except that "Sun Microsystems, Inc" becomes "Oracle",
|
||||||
|
;; "LOST PROFITS" becoms "LOSS OF GOODWILL" and a section is added between 6.2
|
||||||
|
;; and 6.3.
|
||||||
|
(define cddl1.1
|
||||||
|
(license "CDDL 1.1"
|
||||||
|
"https://oss.oracle.com/licenses/CDDL+GPL-1.1"
|
||||||
|
"https://www.gnu.org/licenses/license-list#CDDL"))
|
||||||
|
|
||||||
(define cecill ;copyleft
|
(define cecill ;copyleft
|
||||||
(license "CeCILL"
|
(license "CeCILL"
|
||||||
"http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html"
|
"http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html"
|
||||||
|
|
Loading…
Reference in New Issue