Skip to content

Commit

Permalink
lib/licenses: add SPDX LLVM-exception
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Jun 27, 2020
1 parent ffa2030 commit 9143be4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/licenses.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 9143be4

Please sign in to comment.