forked from mirrors/nixpkgs
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";
|
||||
};
|
||||
|
||||
mpl10 = spdx {
|
||||
spdxId = "MPL-1.0";
|
||||
fullName = "Mozilla Public License 1.0";
|
||||
};
|
||||
|
||||
mpl11 = spdx {
|
||||
spdxId = "MPL-1.1";
|
||||
fullName = "Mozilla Public License 1.1";
|
||||
|
|
Loading…
Reference in a new issue