guix-commits
[Top][All Lists]
Advanced

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

01/02: licenses: Add the Ms-PL.


From: Ludovic Courtès
Subject: 01/02: licenses: Add the Ms-PL.
Date: Tue, 17 Mar 2015 17:16:39 +0000

civodul pushed a commit to branch master
in repository guix.

commit fdbb9ded00c84582ee2429cc720a876c5aebf767
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 17 18:12:47 2015 +0100

    licenses: Add the Ms-PL.
    
    * guix/licenses.scm (ms-pl): New variable.
---
 guix/licenses.scm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index dfc8c6a..1be3500 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -44,6 +44,7 @@
             ipa
             lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
             mpl1.1 mpl2.0
+            ms-pl
             ncsa
             openldap2.8 openssl
             psfl public-domain
@@ -270,6 +271,11 @@ at URI, 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 ms-pl
+  (license "Ms-PL"                                ;Microsoft Public License
+           "http://directory.fsf.org/wiki/License:MsPL";
+           "http://www.gnu.org/licenses/license-list.html#ms-pl";))
+
 (define ncsa
   (license "NCSA/University of Illinois Open Source License"
            "http://directory.fsf.org/wiki/License:IllinoisNCSA";



reply via email to

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