mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
licenses: Add EDL 1.0.
* guix/licenses.scm (edl1.0): New variable.
This commit is contained in:
parent
0e660c4de9
commit
095494ed6c
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,7 @@ (define-module (guix licenses)
|
|||
artistic2.0 clarified-artistic
|
||||
copyleft-next
|
||||
cpl1.0
|
||||
edl1.0
|
||||
epl1.0
|
||||
expat
|
||||
freetype
|
||||
|
@ -231,6 +232,11 @@ (define cpl1.0
|
|||
"http://directory.fsf.org/wiki/License:CPLv1.0"
|
||||
"https://www.gnu.org/licenses/license-list#CommonPublicLicense10"))
|
||||
|
||||
(define edl1.0
|
||||
(license "EDL 1.0"
|
||||
"http://directory.fsf.org/wiki/License:EDLv1.0"
|
||||
"https://eclipse.org/org/documents/edl-v10.php"))
|
||||
|
||||
(define epl1.0
|
||||
(license "EPL 1.0"
|
||||
"http://directory.fsf.org/wiki/License:EPLv1.0"
|
||||
|
|
Loading…
Reference in a new issue