guix-commits
[Top][All Lists]
Advanced

[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/";



reply via email to

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