guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/18: licenses: Add LPL 1.02 (Lucent Public Licence).


From: guix-commits
Subject: 12/18: licenses: Add LPL 1.02 (Lucent Public Licence).
Date: Fri, 10 Mar 2023 11:41:44 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ea2ff18238afddee330e64cb6faf5fe9026d41b9
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Fri Feb 24 03:22:16 2023 +0000

    licenses: Add LPL 1.02 (Lucent Public Licence).
    
    * guix/licenses.scm (lpl1.02): New variable.
    * guix/import/utils.scm (spdx-string->license): Add LPL-1.02 identifier.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 guix/import/utils.scm | 1 +
 guix/licenses.scm     | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/guix/import/utils.scm b/guix/import/utils.scm
index 72795d2c61..ee64faa886 100644
--- a/guix/import/utils.scm
+++ b/guix/import/utils.scm
@@ -244,6 +244,7 @@ thrown."
     ("LGPL-3.0-only"              . license:lgpl3)
     ("LGPL-3.0+"                  . license:lgpl3+)
     ("LGPL-3.0-or-later"          . license:lgpl3+)
+    ("LPL-1.02"                   . license:lpl1.02)
     ("LPPL-1.0"                   . license:lppl)
     ("LPPL-1.1"                   . license:lppl)
     ("LPPL-1.2"                   . license:lppl1.2)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index f7df5826bf..e7e6ef3545 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -75,6 +75,7 @@
             knuth
             lal1.3
             lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+ llgpl
+            lpl1.02
             lppl lppl1.0+ lppl1.1+ lppl1.2 lppl1.2+
             lppl1.3 lppl1.3+
             lppl1.3a lppl1.3a+
@@ -516,6 +517,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "https://opensource.franz.com/preamble.html";
            "Lisp Lesser General Public License"))
 
+(define lpl1.02 ;Lucent
+  (license "LPL 1.02"
+           "https://directory.fsf.org/wiki/License:LPL-1.02";
+           "https://www.gnu.org/licenses/license-list.html#lucent102";))
+
 (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]