1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Revert "add apache2 license"

This reverts commit 508c998318.
This commit is contained in:
Peter Hoeg 2017-08-23 23:50:28 +08:00
parent 9f2ef9c25b
commit f15d7388d8

View file

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