mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
licenses: Add Lisp Lesser General Public License.
* gnu/licenses.scm (llgpl): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
31b898ec5e
commit
cd0a9c91b2
1 changed files with 6 additions and 1 deletions
|
@ -65,7 +65,7 @@ (define-module (guix licenses)
|
|||
imlib2
|
||||
ipa
|
||||
knuth
|
||||
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
|
||||
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+ llgpl
|
||||
lppl lppl1.0+ lppl1.1+ lppl1.2 lppl1.2+
|
||||
lppl1.3 lppl1.3+
|
||||
lppl1.3a lppl1.3a+
|
||||
|
@ -417,6 +417,11 @@ (define lgpl3+
|
|||
"https://www.gnu.org/licenses/lgpl.html"
|
||||
"https://www.gnu.org/licenses/license-list#LGPLv3"))
|
||||
|
||||
(define llgpl
|
||||
(license "LLGPL"
|
||||
"https://opensource.franz.com/preamble.html"
|
||||
"Lisp Lesser General Public License"))
|
||||
|
||||
(define lppl
|
||||
(license "LPPL (any version)"
|
||||
"https://www.latex-project.org/lppl/lppl-1-0/"
|
||||
|
|
Loading…
Reference in a new issue