guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: licenses: Add NCSA license.


From: Eric Bavier
Subject: 12/14: gnu: licenses: Add NCSA license.
Date: Tue, 09 Dec 2014 20:40:28 +0000

bavier pushed a commit to branch master
in repository guix.

commit 499cdcc6cb9233e0eb20f3016e7e9aa1dda30868
Author: Eric Bavier <address@hidden>
Date:   Sun Dec 7 15:11:28 2014 -0600

    gnu: licenses: Add NCSA license.
    
    * guix/licenses.scm (ncsa): New variable.
---
 guix/licenses.scm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 86929b1..86f3ae4 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -41,6 +41,7 @@
             imlib2
             lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
             mpl1.1 mpl2.0
+            ncsa
             openldap2.8 openssl
             psfl public-domain
             qpl
@@ -249,6 +250,11 @@ which may be a file:// URI pointing the package's tree."
            "http://directory.fsf.org/wiki/License:MPLv2.0";
            "https://www.gnu.org/licenses/license-list#MPL-2.0";))
 
+(define ncsa
+  (license "NCSA/University of Illinois Open Source License"
+           "http://directory.fsf.org/wiki/License:IllinoisNCSA";
+           "https://www.gnu.org/licenses/license-list#NCSA";))
+
 (define openssl
   (license "OpenSSL"
            "http://directory.fsf.org/wiki/License:OpenSSL";



reply via email to

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