aboutsummaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-08-23 22:50:06 +0800
committerPeter Hoeg <peter@hoeg.com>2017-08-23 22:50:25 +0800
commit508c9983183b0108c589409c39eb54900898431b (patch)
treef5d79dc5b12c43f4360968e773f15847a5ad75cf /lib/licenses.nix
parent50646af7a88a3163915f879f1b33ed764b6b65a4 (diff)
add apache2 license
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 552874325d41..f93a3998edd1 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -29,6 +29,11 @@ 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/;
@@ -408,7 +413,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";