guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: licenses: Add Apache Software License 1.1.


From: Leo Famulari
Subject: 01/01: licenses: Add Apache Software License 1.1.
Date: Thu, 17 Mar 2016 04:50:48 +0000

lfam pushed a commit to branch master
in repository guix.

commit f88ce395e6d4c089462e44baa28191d530ed97c5
Author: Roel Janssen <address@hidden>
Date:   Wed Mar 16 08:50:23 2016 +0100

    licenses: Add Apache Software License 1.1.
    
    * guix/licenses.scm (asl1.1): New variables.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 guix/licenses.scm |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 61e6793..71c0736 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -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";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]