guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: licenses: Add Mozilla Public License 1.0.


From: Eric Bavier
Subject: 01/02: gnu: licenses: Add Mozilla Public License 1.0.
Date: Thu, 21 Jan 2016 04:06:54 +0000

bavier pushed a commit to branch master
in repository guix.

commit ea4a0e81cbab5f4d15f3957a2675a437690aef81
Author: Eric Bavier <address@hidden>
Date:   Sun Jan 17 01:55:11 2016 -0600

    gnu: licenses: Add Mozilla Public License 1.0.
    
    * guix/licenses.scm (mpl1.0): New variable.
---
 guix/licenses.scm |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 9ace7f5..1def1ac 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2012, 2013 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2016 Eric Bavier <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -49,7 +50,7 @@
             imlib2
             ipa
             lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
-            mpl1.1 mpl2.0
+            mpl1.0 mpl1.1 mpl2.0
             ms-pl
             ncsa
             openldap2.8 openssl
@@ -302,6 +303,11 @@ at URI, 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.0
+  (license "MPL 1.0"
+           "http://www.mozilla.org/MPL/1.0/";
+           "https://www.gnu.org/licenses/license-list.html#MPL";))
+
 (define mpl1.1
   (license "MPL 1.1"
            "http://directory.fsf.org/wiki/License:MPLv1.1";



reply via email to

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