From f15d7388d8ea60f77e3feedc6affc4255ee0a17c Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Wed, 23 Aug 2017 23:50:28 +0800 Subject: [PATCH] Revert "add apache2 license" This reverts commit 508c9983183b0108c589409c39eb54900898431b. --- lib/licenses.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index f93a3998edd..552874325d4 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -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";