[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"
- branch master updated (e6c1e91 -> 77c9286), Ludovic Courtès, 2014/11/25
- 02/09: gnu: Add mp3info., Ludovic Courtès, 2014/11/25
- 01/09: import: gnu: Write the hash in nix-base32 format., Ludovic Courtès, 2014/11/25
- 04/09: gnu: Add TagLib., Ludovic Courtès, 2014/11/25
- 03/09: licenses: Add MPL 1.1.,
Ludovic Courtès <=
- 05/09: install: Add wpa-supplicant to the image., Ludovic Courtès, 2014/11/25
- 06/09: build: Bump version number., Ludovic Courtès, 2014/11/25
- 08/09: file-systems: 'file-system-needed-for-boot?' always returns #t for "/"., Ludovic Courtès, 2014/11/25
- 07/09: gnu: libksba: Update to 1.3.2 [security fix]., Ludovic Courtès, 2014/11/25
- 09/09: gnu: Add EMMS., Ludovic Courtès, 2014/11/25