summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-08-23 23:50:28 +0800
committerPeter Hoeg <peter@hoeg.com>2017-08-23 23:50:28 +0800
commitf15d7388d8ea60f77e3feedc6affc4255ee0a17c (patch)
tree2f4ecae90704ba0b1b4d5bedf060e427939e126f /lib/licenses.nix
parent9f2ef9c25b6b80cb70e2ce7cb3c78b4d1dec3b6b (diff)
downloadnixlib-f15d7388d8ea60f77e3feedc6affc4255ee0a17c.tar
nixlib-f15d7388d8ea60f77e3feedc6affc4255ee0a17c.tar.gz
nixlib-f15d7388d8ea60f77e3feedc6affc4255ee0a17c.tar.bz2
nixlib-f15d7388d8ea60f77e3feedc6affc4255ee0a17c.tar.lz
nixlib-f15d7388d8ea60f77e3feedc6affc4255ee0a17c.tar.xz
nixlib-f15d7388d8ea60f77e3feedc6affc4255ee0a17c.tar.zst
nixlib-f15d7388d8ea60f77e3feedc6affc4255ee0a17c.zip
Revert "add apache2 license"
This reverts commit 508c9983183b0108c589409c39eb54900898431b.
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index f93a3998edd1..552874325d41 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";