From 3d1d5533f856e7831d60ad06094b135305f51e0f Mon Sep 17 00:00:00 2001 From: Tyler Benster Date: Mon, 23 Dec 2019 00:31:09 -0800 Subject: [PATCH] lib.licenses: add NVIDIA licenses --- lib/licenses.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index d9555ca66cb9..e6005c3baef7 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -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";