mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
5d32fa526d
commit
74a625ebad
2 changed files with 8 additions and 0 deletions
|
@ -169,6 +169,7 @@ of the string VERSION is replaced by the symbol 'version."
|
||||||
("Imlib2" 'license:imlib2)
|
("Imlib2" 'license:imlib2)
|
||||||
("IPA" 'license:ipa)
|
("IPA" 'license:ipa)
|
||||||
("IPL-1.0" 'license:ibmpl1.0)
|
("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.0+" 'license:lgpl2.0+)
|
("LGPL-2.0+" 'license:lgpl2.0+)
|
||||||
("LGPL-2.1" 'license:lgpl2.1)
|
("LGPL-2.1" 'license:lgpl2.1)
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;; Copyright © 2020 André Batista <nandre@riseup.net>
|
;;; Copyright © 2020 André Batista <nandre@riseup.net>
|
||||||
;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com>
|
;;; Copyright © 2020 Helio Machado <0x2b3bfa0+guix@googlemail.com>
|
||||||
|
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -68,6 +69,7 @@
|
||||||
imlib2
|
imlib2
|
||||||
ipa
|
ipa
|
||||||
knuth
|
knuth
|
||||||
|
lal1.3
|
||||||
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+ llgpl
|
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+ llgpl
|
||||||
lppl lppl1.0+ lppl1.1+ lppl1.2 lppl1.2+
|
lppl lppl1.0+ lppl1.1+ lppl1.2 lppl1.2+
|
||||||
lppl1.3 lppl1.3+
|
lppl1.3 lppl1.3+
|
||||||
|
@ -411,6 +413,11 @@ at URI, which may be a file:// URI pointing the package's tree."
|
||||||
"http://www.ctan.org/license/knuth"
|
"http://www.ctan.org/license/knuth"
|
||||||
"Modification are only permitted under a different name."))
|
"Modification are only permitted under a different name."))
|
||||||
|
|
||||||
|
(define lal1.3
|
||||||
|
(license "Free Art License 1.3"
|
||||||
|
"http://artlibre.org/licence/lal/en/"
|
||||||
|
"https://www.gnu.org/licenses/license-list#FreeArt"))
|
||||||
|
|
||||||
(define lgpl2.0
|
(define lgpl2.0
|
||||||
(license "LGPL 2.0"
|
(license "LGPL 2.0"
|
||||||
"https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html"
|
"https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue