add apache2 license

This commit is contained in:
Peter Hoeg 2017-08-23 22:50:06 +08:00
parent 50646af7a8
commit 508c998318

View File

@ -29,6 +29,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
inherit (agpl3) url; inherit (agpl3) url;
}; };
apache2 = spdx {
spdxId = "Apache-2.0";
fullName = "Apache License 2.0";
};
amazonsl = { amazonsl = {
fullName = "Amazon Software License"; fullName = "Amazon Software License";
url = http://aws.amazon.com/asl/; url = http://aws.amazon.com/asl/;
@ -408,7 +413,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
url = "https://raw.githubusercontent.com/raboof/notion/master/LICENSE"; url = "https://raw.githubusercontent.com/raboof/notion/master/LICENSE";
fullName = "Notion modified LGPL"; fullName = "Notion modified LGPL";
}; };
ofl = spdx { ofl = spdx {
spdxId = "OFL-1.1"; spdxId = "OFL-1.1";
fullName = "SIL Open Font License 1.1"; fullName = "SIL Open Font License 1.1";