guix-commits
[Top][All Lists]
Advanced

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

03/09: licenses: Add MPL 1.1.


From: Ludovic Courtès
Subject: 03/09: licenses: Add MPL 1.1.
Date: Tue, 25 Nov 2014 17:02:35 +0000

civodul pushed a commit to branch master
in repository guix.

commit 0ae332d3ef463ab8a6caec991724e8c930e0bcec
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 25 14:56:28 2014 +0100

    licenses: Add MPL 1.1.
    
    * guix/licenses.scm (mpl1.1): New variable.
---
 guix/licenses.scm |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 3a21f4f..86929b1 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -40,7 +40,7 @@
             ibmpl1.0
             imlib2
             lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
-            mpl2.0
+            mpl1.1 mpl2.0
             openldap2.8 openssl
             psfl public-domain
             qpl
@@ -239,6 +239,11 @@ which may be a file:// URI pointing the package's tree."
            "https://www.gnu.org/licenses/lgpl.html";
            "https://www.gnu.org/licenses/license-list#LGPLv3";))
 
+(define mpl1.1
+  (license "MPL 1.1"
+           "http://directory.fsf.org/wiki/License:MPLv1.1";
+           "https://www.gnu.org/licenses/license-list#MPL";))
+
 (define mpl2.0
   (license "MPL 2.0"
            "http://directory.fsf.org/wiki/License:MPLv2.0";



reply via email to

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