about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorTyler Benster <tbenst@gmail.com>2019-12-23 00:31:09 -0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-11-08 19:06:44 -0300
commit3d1d5533f856e7831d60ad06094b135305f51e0f (patch)
treebdbdbda7ffa051d73aa45086c9b7328f5eda0403 /lib
parentb194c2e086c06dd0c8d3e9c4e518c328c25e7e32 (diff)
lib.licenses: add NVIDIA licenses
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index d9555ca66cb96..e6005c3baef70 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";