diff options
author | Antero Mejr <antero@mailbox.org> | 2023-02-24 03:22:16 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-10 14:49:58 +0100 |
commit | ea2ff18238afddee330e64cb6faf5fe9026d41b9 (patch) | |
tree | e615da4d0f0cf1bd193965f6a3d5e92d94af17d0 /guix/import | |
parent | bc876cf08e8e93d6f46794aaf170003036d15066 (diff) |
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>
Diffstat (limited to 'guix/import')
-rw-r--r-- | guix/import/utils.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |