diff options
author | Felix Gruber <felgru@posteo.net> | 2021-03-28 10:40:20 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-03-29 11:56:05 +0200 |
commit | 74a625ebadc5f0cb8ec4b2028e50f04c448b9f69 (patch) | |
tree | b21a4f108313200d6caff541d14e35c34e7b1e76 /guix/import | |
parent | 5d32fa526d9d054f21fa3a40b7cb3e3cf468e4b9 (diff) |
licenses: Add Free Art License 1.3.
* guix/licenses.scm (lal1.3): New variable.
* guix/import/utils.scm (spdx-string->license): Add LAL-1.3.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
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 64d1385164..6b85b3aa1d 100644 --- a/guix/import/utils.scm +++ b/guix/import/utils.scm @@ -169,6 +169,7 @@ of the string VERSION is replaced by the symbol 'version." ("Imlib2" 'license:imlib2) ("IPA" 'license:ipa) ("IPL-1.0" 'license:ibmpl1.0) + ("LAL-1.3" 'license:lal1.3) ("LGPL-2.0" 'license:lgpl2.0) ("LGPL-2.0+" 'license:lgpl2.0+) ("LGPL-2.1" 'license:lgpl2.1) |