lib/licenses: add SPDX LLVM-exception

This commit is contained in:
Markus Kowalewski 2020-06-27 11:53:54 +02:00
parent ffa2030338
commit 9143be487b
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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";