[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: licenses: Add Lisp Lesser General Public License.
From: |
guix-commits |
Subject: |
01/08: licenses: Add Lisp Lesser General Public License. |
Date: |
Sat, 6 Apr 2019 22:10:06 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit cd0a9c91b234fae61cd3542ac13fbb1d208873be
Author: Katherine Cox-Buday <address@hidden>
Date: Fri Mar 29 12:21:35 2019 -0500
licenses: Add Lisp Lesser General Public License.
* gnu/licenses.scm (llgpl): New variable.
Signed-off-by: 宋文武 <address@hidden>
---
guix/licenses.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 676e71a..952c3bf 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -65,7 +65,7 @@
imlib2
ipa
knuth
- lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
+ lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+ llgpl
lppl lppl1.0+ lppl1.1+ lppl1.2 lppl1.2+
lppl1.3 lppl1.3+
lppl1.3a lppl1.3a+
@@ -417,6 +417,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 llgpl
+ (license "LLGPL"
+ "https://opensource.franz.com/preamble.html"
+ "Lisp Lesser General Public License"))
+
(define lppl
(license "LPPL (any version)"
"https://www.latex-project.org/lppl/lppl-1-0/"
- branch master updated (31b898e -> 9945a17), guix-commits, 2019/04/06
- 01/08: licenses: Add Lisp Lesser General Public License.,
guix-commits <=
- 02/08: gnu: cl-ansi-text: Correct license to LLGPL., guix-commits, 2019/04/06
- 04/08: gnu: Add trivial-backtrace., guix-commits, 2019/04/06
- 07/08: gnu: Add kmrcl., guix-commits, 2019/04/06
- 08/08: gnu: Add cl-base64., guix-commits, 2019/04/06
- 06/08: gnu: Add sbcl-md5., guix-commits, 2019/04/06
- 03/08: gnu: Add cl+ssl., guix-commits, 2019/04/06
- 05/08: gnu: Add rfc2388., guix-commits, 2019/04/06