licenses: Add mpl-1.0
This commit is contained in:
parent
06ea226495
commit
611a4bfc0d
@ -287,6 +287,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
|
|||||||
fullName = "MIT License";
|
fullName = "MIT License";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mpl10 = spdx {
|
||||||
|
spdxId = "MPL-1.0";
|
||||||
|
fullName = "Mozilla Public License 1.0";
|
||||||
|
};
|
||||||
|
|
||||||
mpl11 = spdx {
|
mpl11 = spdx {
|
||||||
spdxId = "MPL-1.1";
|
spdxId = "MPL-1.1";
|
||||||
fullName = "Mozilla Public License 1.1";
|
fullName = "Mozilla Public License 1.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user