[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/13] guix: Add MPL1.1 license.
From: |
Eric Bavier |
Subject: |
[PATCH 09/13] guix: Add MPL1.1 license. |
Date: |
Thu, 20 Nov 2014 23:41:04 -0600 |
* guix/licenses.scm (mpl1.1): New variable.
---
guix/licenses.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 8b7ea53..9ed4929 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -39,7 +39,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
@@ -231,6 +231,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"
--
1.7.9.5
- [PATCH 05/13] gnu: Export ghostscript module symbols up-front., (continued)
- [PATCH 05/13] gnu: Export ghostscript module symbols up-front., Eric Bavier, 2014/11/21
- [PATCH 04/13] gnu: Export symbols in (gnu packages image) upfront., Eric Bavier, 2014/11/21
- [PATCH 06/13] gnu: Add python-pillow., Eric Bavier, 2014/11/21
- [PATCH 07/13] gnu: Add python-distutils-extra., Eric Bavier, 2014/11/21
- [PATCH 08/13] gnu: Add python-elib.intl., Eric Bavier, 2014/11/21
- [PATCH 09/13] guix: Add MPL1.1 license.,
Eric Bavier <=
- [PATCH 10/13] gnu: Add python-pycairo., Eric Bavier, 2014/11/21
- [PATCH 11/13] gnu: Add python-pygobject., Eric Bavier, 2014/11/21
- [PATCH 13/13] gnu: Add gourmet., Eric Bavier, 2014/11/21
- [PATCH 12/13] gnu: Add python2-pygtk., Eric Bavier, 2014/11/21
- Re: [PATCH 00/13] Add gourmet (and dependent python packages), Andreas Enge, 2014/11/21