mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
guix: licenses: Add CeCILL-C license.
* guix/licenses.scm (cecill-c): New variable.
This commit is contained in:
parent
6ffd11f129
commit
c711f07c3e
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue