guix: licenses: Add CeCILL-C license.
* guix/licenses.scm (cecill-c): New variable.
This commit is contained in:
parent
6ffd11f129
commit
c711f07c3e
|
@ -26,6 +26,7 @@
|
||||||
boost1.0
|
boost1.0
|
||||||
bsd-2 bsd-3 bsd-4 bsd-style
|
bsd-2 bsd-3 bsd-4 bsd-style
|
||||||
cddl1.0
|
cddl1.0
|
||||||
|
cecill-c
|
||||||
cpl1.0
|
cpl1.0
|
||||||
epl1.0
|
epl1.0
|
||||||
expat
|
expat
|
||||||
|
@ -112,6 +113,11 @@ 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"))
|
||||||
|
|
||||||
|
(define cecill-c
|
||||||
|
(license "CeCILL-C"
|
||||||
|
"http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"
|
||||||
|
"https://www.gnu.org/licenses/license-list.html#CeCILL"))
|
||||||
|
|
||||||
(define cpl1.0
|
(define cpl1.0
|
||||||
(license "CPL 1.0"
|
(license "CPL 1.0"
|
||||||
"http://directory.fsf.org/wiki/License:CPLv1.0"
|
"http://directory.fsf.org/wiki/License:CPLv1.0"
|
||||||
|
|
Loading…
Reference in New Issue