lib.licenses: nvidia*: add shortName-s

This commit is contained in:
Someone Serge 2023-10-17 23:57:02 +03:00 committed by Anderson Torres
parent 47209852a9
commit dd8e4b0a02
2 changed files with 2 additions and 0 deletions

View File

@ -878,6 +878,7 @@ in mkLicense lset) ({
};
nvidiaCuda = {
shortName = "CUDA EULA";
fullName = "CUDA Toolkit End User License Agreement (EULA)";
url = "https://docs.nvidia.com/cuda/eula/index.html#cuda-toolkit-supplement-license-agreement";
free = false;

View File

@ -154,6 +154,7 @@ in
homepage = "https://developer.nvidia.com/cudnn";
sourceProvenance = with sourceTypes; [binaryNativeCode];
license = {
shortName = "cuDNN EULA";
fullName = "NVIDIA cuDNN Software License Agreement (EULA)";
url = "https://docs.nvidia.com/deeplearning/sdk/cudnn-sla/index.html#supplement";
free = false;