mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
lib/licenses: add SPDX LLVM-exception
This commit is contained in:
parent
ffa2030338
commit
9143be487b
@ -482,6 +482,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
|
|||||||
url = "https://opensource.franz.com/preamble.html";
|
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 {
|
lppl12 = spdx {
|
||||||
spdxId = "LPPL-1.2";
|
spdxId = "LPPL-1.2";
|
||||||
fullName = "LaTeX Project Public License v1.2";
|
fullName = "LaTeX Project Public License v1.2";
|
||||||
|
Loading…
Reference in New Issue
Block a user