mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
licenses: Add EUPL 1.1.
* guix/licenses.scm (eupl1.1): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
committed by
Lars-Dominik Braun
parent
7e0ad0dd0f
commit
50546f9c0c
@@ -57,6 +57,7 @@
|
|||||||
edl1.0
|
edl1.0
|
||||||
epl1.0
|
epl1.0
|
||||||
epl2.0
|
epl2.0
|
||||||
|
eupl1.1
|
||||||
eupl1.2
|
eupl1.2
|
||||||
expat expat-0
|
expat expat-0
|
||||||
freetype
|
freetype
|
||||||
@@ -344,6 +345,11 @@ at URI, which may be a file:// URI pointing the package's tree."
|
|||||||
"https://www.eclipse.org/legal/epl-2.0/"
|
"https://www.eclipse.org/legal/epl-2.0/"
|
||||||
"https://www.gnu.org/licenses/license-list#EPL2"))
|
"https://www.gnu.org/licenses/license-list#EPL2"))
|
||||||
|
|
||||||
|
(define eupl1.1
|
||||||
|
(license "EUPL 1.1"
|
||||||
|
"https://directory.fsf.org/wiki/License:EUPL-1.1"
|
||||||
|
"https://www.gnu.org/licenses/license-list#EUPL-1.1"))
|
||||||
|
|
||||||
(define eupl1.2
|
(define eupl1.2
|
||||||
(license "EUPL 1.2"
|
(license "EUPL 1.2"
|
||||||
"https://directory.fsf.org/wiki/License:EUPL-1.2"
|
"https://directory.fsf.org/wiki/License:EUPL-1.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user