summaryrefslogtreecommitdiff
path: root/guix/licenses.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-25 14:56:28 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-25 18:01:59 +0100
commit0ae332d3ef463ab8a6caec991724e8c930e0bcec (patch)
treec979b3460c907e8994c137c38a17cf5181987556 /guix/licenses.scm
parent68ff528c75e7624f2c8e542b32398704d8db7d32 (diff)
downloadgnu-guix-0ae332d3ef463ab8a6caec991724e8c930e0bcec.tar
gnu-guix-0ae332d3ef463ab8a6caec991724e8c930e0bcec.tar.gz
licenses: Add MPL 1.1.
* guix/licenses.scm (mpl1.1): New variable.
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r--guix/licenses.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 3a21f4f5cf..86929b1719 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"