guix: licenses: Add CeCILL-C license.

* guix/licenses.scm (cecill-c): New variable.
This commit is contained in:
Eric Bavier 2014-05-18 23:49:07 -05:00
parent 6ffd11f129
commit c711f07c3e

View file

@ -26,6 +26,7 @@ (define-module (guix licenses)
boost1.0
bsd-2 bsd-3 bsd-4 bsd-style
cddl1.0
cecill-c
cpl1.0
epl1.0
expat
@ -112,6 +113,11 @@ (define cddl1.0
"http://directory.fsf.org/wiki/License:CDDLv1.0"
"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
(license "CPL 1.0"
"http://directory.fsf.org/wiki/License:CPLv1.0"