mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
licenses: Add MPL 1.1.
* guix/licenses.scm (mpl1.1): New variable.
This commit is contained in:
parent
68ff528c75
commit
0ae332d3ef
1 changed files with 6 additions and 1 deletions
|
@ -40,7 +40,7 @@ (define-module (guix licenses)
|
|||
ibmpl1.0
|
||||
imlib2
|
||||
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
|
||||
mpl2.0
|
||||
mpl1.1 mpl2.0
|
||||
openldap2.8 openssl
|
||||
psfl public-domain
|
||||
qpl
|
||||
|
@ -239,6 +239,11 @@ (define lgpl3+
|
|||
"https://www.gnu.org/licenses/lgpl.html"
|
||||
"https://www.gnu.org/licenses/license-list#LGPLv3"))
|
||||
|
||||
(define mpl1.1
|
||||
(license "MPL 1.1"
|
||||
"http://directory.fsf.org/wiki/License:MPLv1.1"
|
||||
"https://www.gnu.org/licenses/license-list#MPL"))
|
||||
|
||||
(define mpl2.0
|
||||
(license "MPL 2.0"
|
||||
"http://directory.fsf.org/wiki/License:MPLv2.0"
|
||||
|
|
Loading…
Reference in a new issue