summaryrefslogtreecommitdiffstats
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2020-06-27 11:53:54 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2020-06-27 12:51:13 +0200
commit9143be487b485420ea9722a3cede4da472188e0c (patch)
tree0a744ef9eb529a14d4d9c33aab84e4c74ac190a1 /lib/licenses.nix
parentffa20303385c6a47ae3539c2824c2577c4023e9b (diff)
lib/licenses: add SPDX LLVM-exception
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index b799a6ae8a43..641184af639e 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -482,6 +482,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
url = "https://opensource.franz.com/preamble.html";
};
+ llvm-exception = spdx {
+ spdxId = "LLVM-exception";
+ fullName = "LLVM Exception"; # LLVM exceptions to the Apache 2.0 License
+ };
+
lppl12 = spdx {
spdxId = "LPPL-1.2";
fullName = "LaTeX Project Public License v1.2";