lib.licenses: add NVIDIA licenses

This commit is contained in:
Tyler Benster 2019-12-23 00:31:09 -08:00 committed by Anderson Torres
parent b194c2e086
commit 3d1d5533f8

View File

@ -877,6 +877,18 @@ in mkLicense lset) ({
fullName = "Non-Profit Open Software License 3.0";
};
nvidiaCuda = {
fullName = "CUDA Toolkit Supplement to Software License Agreement for NVIDIA Software Development Kits";
url = "https://docs.nvidia.com/cuda/eula/index.html#cuda-toolkit-supplement-license-agreement";
free = false;
};
nvidiaCudnn = {
fullName = "cuDNN Supplement to Software License Agreement for NVIDIA Software Development Kits";
url = "https://docs.nvidia.com/deeplearning/sdk/cudnn-sla/index.html#supplement";
free = false;
};
obsidian = {
fullName = "Obsidian End User Agreement";
url = "https://obsidian.md/eula";