mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add epl2.0.
* guix/licenses.scm (epl2.0): New variable.
This commit is contained in:
parent
8b6acb1f20
commit
8057c9e906
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,7 @@ (define-module (guix licenses)
|
|||
cpl1.0
|
||||
edl1.0
|
||||
epl1.0
|
||||
epl2.0
|
||||
expat
|
||||
freetype
|
||||
freebsd-doc
|
||||
|
@ -274,6 +275,11 @@ (define epl1.0
|
|||
"http://directory.fsf.org/wiki/License:EPLv1.0"
|
||||
"https://www.gnu.org/licenses/license-list#EPL"))
|
||||
|
||||
(define epl2.0
|
||||
(license "EPL 2.0"
|
||||
"https://www.eclipse.org/legal/epl-2.0/"
|
||||
"https://www.gnu.org/licenses/license-list#EPL2"))
|
||||
|
||||
(define expat
|
||||
(license "Expat"
|
||||
"http://directory.fsf.org/wiki/License:Expat"
|
||||
|
|
Loading…
Reference in a new issue