licenses: Add the Ms-PL.
* guix/licenses.scm (ms-pl): New variable.
This commit is contained in:
parent
a0db8b4dcc
commit
fdbb9ded00
|
@ -44,6 +44,7 @@
|
||||||
ipa
|
ipa
|
||||||
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
|
lgpl2.0 lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3 lgpl3+
|
||||||
mpl1.1 mpl2.0
|
mpl1.1 mpl2.0
|
||||||
|
ms-pl
|
||||||
ncsa
|
ncsa
|
||||||
openldap2.8 openssl
|
openldap2.8 openssl
|
||||||
psfl public-domain
|
psfl public-domain
|
||||||
|
@ -270,6 +271,11 @@ at URI, which may be a file:// URI pointing the package's tree."
|
||||||
"http://directory.fsf.org/wiki/License:MPLv2.0"
|
"http://directory.fsf.org/wiki/License:MPLv2.0"
|
||||||
"https://www.gnu.org/licenses/license-list#MPL-2.0"))
|
"https://www.gnu.org/licenses/license-list#MPL-2.0"))
|
||||||
|
|
||||||
|
(define ms-pl
|
||||||
|
(license "Ms-PL" ;Microsoft Public License
|
||||||
|
"http://directory.fsf.org/wiki/License:MsPL"
|
||||||
|
"http://www.gnu.org/licenses/license-list.html#ms-pl"))
|
||||||
|
|
||||||
(define ncsa
|
(define ncsa
|
||||||
(license "NCSA/University of Illinois Open Source License"
|
(license "NCSA/University of Illinois Open Source License"
|
||||||
"http://directory.fsf.org/wiki/License:IllinoisNCSA"
|
"http://directory.fsf.org/wiki/License:IllinoisNCSA"
|
||||||
|
|
Loading…
Reference in New Issue