licenses: Add Apache Software License 1.1.

* guix/licenses.scm (asl1.1): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Roel Janssen 2016-03-16 08:50:23 +01:00 committed by Leo Famulari
parent 65829fec47
commit f88ce395e6
1 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#:use-module (srfi srfi-9)
#:export (license? license-name license-uri license-comment
agpl3 agpl3+
asl2.0
asl1.1 asl2.0
boost1.0
bsd-2 bsd-3 bsd-4
non-copyleft
@ -100,6 +100,11 @@
"https://gnu.org/licenses/agpl.html"
"https://gnu.org/licenses/why-affero-gpl.html"))
(define asl1.1
(license "ASL 1.1"
"http://directory.fsf.org/wiki/License:Apache1.1"
"https://www.gnu.org/licenses/license-list#apache1"))
(define asl2.0
(license "ASL 2.0"
"http://directory.fsf.org/wiki/License:Apache2.0"