summary refs log tree commit diff
path: root/lib
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
parentffa20303385c6a47ae3539c2824c2577c4023e9b (diff)
downloadnixpkgs-9143be487b485420ea9722a3cede4da472188e0c.tar
nixpkgs-9143be487b485420ea9722a3cede4da472188e0c.tar.gz
nixpkgs-9143be487b485420ea9722a3cede4da472188e0c.tar.bz2
nixpkgs-9143be487b485420ea9722a3cede4da472188e0c.tar.lz
nixpkgs-9143be487b485420ea9722a3cede4da472188e0c.tar.xz
nixpkgs-9143be487b485420ea9722a3cede4da472188e0c.tar.zst
nixpkgs-9143be487b485420ea9722a3cede4da472188e0c.zip
lib/licenses: add SPDX LLVM-exception
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index b799a6ae8a4..641184af639 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";