licenses: Add mpl-1.0

This commit is contained in:
William A. Kennington III 2015-03-26 17:22:11 -07:00
parent 06ea226495
commit 611a4bfc0d

View file

@ -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";