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>
This commit is contained in:
Antero Mejr 2023-02-24 03:22:16 +00:00 committed by Ludovic Courtès
parent bc876cf08e
commit ea2ff18238
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

@ -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/"