From d0e44c84c1d07827b21b46b73dc0af0549099a4b Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Mon, 21 Jul 2025 15:53:11 -0700 Subject: [PATCH] Add license header to files Signed-off-by: Christopher Desiniotis --- .github/copy-pr-bot.yaml | 3 +++ .github/dependabot.yml | 3 +++ .github/workflows/ci.yaml | 3 +++ .github/workflows/image.yaml | 3 +++ .github/workflows/precompiled.yaml | 3 +++ azurelinux/Dockerfile | 3 +++ azurelinux/nvidia-driver | 3 +++ base/Dockerfile | 3 +++ base/generate-ci-config | 3 +++ centos7/Dockerfile | 3 +++ centos7/install.sh | 3 +++ centos7/nvidia-driver | 3 +++ centos8/Dockerfile | 3 +++ centos8/nvidia-driver | 3 +++ ci/Dockerfile | 3 +++ ci/build.sh | 3 +++ ci/centos/CentOS-Base.repo | 3 +++ ci/coreos/build.sh | 3 +++ ci/fedora/.gitlab-ci-fcos.yml | 3 +++ ci/flatcar/build.sh | 3 +++ ci/gitlab-get-driver-tags.sh | 3 +++ ci/localbuild.sh | 3 +++ ci/run.sh | 3 +++ ci/terraform.tf | 3 +++ coreos/Dockerfile | 3 +++ coreos/nvidia-driver | 3 +++ fedora/Dockerfile | 3 +++ fedora/common.sh | 3 +++ fedora/install.sh | 3 +++ fedora/nvidia-driver | 3 +++ flatcar/Dockerfile | 3 +++ flatcar/nvidia-driver | 3 +++ photon3.0/Dockerfile | 3 +++ photon3.0/nvidia-driver | 3 +++ rhel7/Dockerfile | 3 +++ rhel7/nvidia-driver | 3 +++ rhel8/Dockerfile | 3 +++ rhel8/common.sh | 3 +++ rhel8/install.sh | 3 +++ rhel8/nvidia-driver | 3 +++ rhel8/ocp_dtk_entrypoint | 3 +++ rhel8/precompiled/Dockerfile | 3 +++ rhel8/precompiled/Makefile | 3 +++ rhel8/precompiled/common.sh | 3 +++ rhel8/precompiled/nvidia-driver | 3 +++ rhel8/precompiled/rhsm-register | 3 +++ rhel8/precompiled/x509-configuration.ini | 3 +++ rhel9/Dockerfile | 3 +++ rhel9/common.sh | 3 +++ rhel9/install.sh | 3 +++ rhel9/nvidia-driver | 3 +++ rhel9/ocp_dtk_entrypoint | 3 +++ rhel9/precompiled/Dockerfile | 3 +++ rhel9/precompiled/Makefile | 3 +++ rhel9/precompiled/common.sh | 3 +++ rhel9/precompiled/nvidia-driver | 3 +++ rhel9/precompiled/rhsm-register | 3 +++ rhel9/precompiled/x509-configuration.ini | 3 +++ scripts/precompiled.sh | 3 +++ sle15/Dockerfile | 3 +++ sle15/install.sh | 3 +++ sle15/nvidia-driver | 3 +++ tests/cases/nvidia-driver.sh | 3 +++ tests/ci-remote-exec.sh | 3 +++ tests/ci-run-e2e.sh | 3 +++ tests/holodeck_ubuntu22.04.yaml | 3 +++ tests/holodeck_ubuntu24.04.yaml | 3 +++ tests/local.sh | 3 +++ tests/remote-exec-local.sh | 3 +++ tests/scripts/.definitions.sh | 3 +++ tests/scripts/.local.sh | 3 +++ tests/scripts/.rsync-includes | 3 +++ tests/scripts/checks.sh | 3 +++ tests/scripts/ci-precompiled-helpers.sh | 3 +++ tests/scripts/end-to-end-nvidia-driver.sh | 3 +++ tests/scripts/findkernelversion.sh | 3 +++ tests/scripts/install-operator.sh | 3 +++ tests/scripts/kernel-upgrade-helper.sh | 3 +++ tests/scripts/prerequisites.sh | 3 +++ tests/scripts/pull.sh | 3 +++ tests/scripts/push.sh | 3 +++ tests/scripts/remote.sh | 3 +++ tests/scripts/remote_retry.sh | 3 +++ tests/scripts/sync.sh | 3 +++ tests/scripts/uninstall-operator.sh | 3 +++ tests/scripts/upgrade-kernel.sh | 3 +++ tests/scripts/verify-operator.sh | 3 +++ ubuntu16.04/Dockerfile | 3 +++ ubuntu16.04/nvidia-driver | 3 +++ ubuntu18.04/Dockerfile | 3 +++ ubuntu18.04/nvidia-driver | 3 +++ ubuntu20.04/Dockerfile | 3 +++ ubuntu20.04/install.sh | 3 +++ ubuntu20.04/nvidia-driver | 3 +++ ubuntu20.04/precompiled/Dockerfile | 3 +++ ubuntu20.04/precompiled/nvidia-driver | 3 +++ ubuntu22.04/Dockerfile | 3 +++ ubuntu22.04/install.sh | 3 +++ ubuntu22.04/nvidia-driver | 3 +++ ubuntu22.04/precompiled/Dockerfile | 3 +++ ubuntu22.04/precompiled/local-repo.sh | 3 +++ ubuntu22.04/precompiled/nvidia-driver | 3 +++ ubuntu24.04/Dockerfile | 3 +++ ubuntu24.04/install.sh | 3 +++ ubuntu24.04/nvidia-driver | 3 +++ ubuntu24.04/precompiled/Dockerfile | 3 +++ ubuntu24.04/precompiled/local-repo.sh | 3 +++ ubuntu24.04/precompiled/nvidia-driver | 3 +++ vgpu-manager/rhel8/Dockerfile | 3 +++ vgpu-manager/rhel8/nvidia-driver | 3 +++ vgpu-manager/rhel8/ocp_dtk_entrypoint | 3 +++ vgpu-manager/ubuntu20.04/Dockerfile | 3 +++ vgpu-manager/ubuntu20.04/nvidia-driver | 3 +++ vgpu-manager/ubuntu22.04/Dockerfile | 3 +++ vgpu-manager/ubuntu22.04/nvidia-driver | 3 +++ vgpu/Dockerfile | 3 +++ 116 files changed, 348 insertions(+) diff --git a/.github/copy-pr-bot.yaml b/.github/copy-pr-bot.yaml index c61a81b13..f0bd0e022 100644 --- a/.github/copy-pr-bot.yaml +++ b/.github/copy-pr-bot.yaml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + # https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#configuration enabled: true diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16cf1c549..432b89791 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 713ad0c0e..c604cfe6d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2024 NVIDIA CORPORATION # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 9cf3ec745..210864dd4 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2024 NVIDIA CORPORATION # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index 66cba8fe0..674cf0d94 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + # Copyright 2024 NVIDIA CORPORATION # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/azurelinux/Dockerfile b/azurelinux/Dockerfile index ee809d821..73ce884a8 100644 --- a/azurelinux/Dockerfile +++ b/azurelinux/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + ARG AZURE_LINUX_VERSION='' FROM mcr.microsoft.com/azurelinux/base/core:${AZURE_LINUX_VERSION} diff --git a/azurelinux/nvidia-driver b/azurelinux/nvidia-driver index 19d2b31ab..1bf70e324 100755 --- a/azurelinux/nvidia-driver +++ b/azurelinux/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash -x # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/base/Dockerfile b/base/Dockerfile index 69c035230..94dc08245 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + # Ubuntu 24.04 FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu24.04 AS noble diff --git a/base/generate-ci-config b/base/generate-ci-config index 94ba87943..1495b2562 100755 --- a/base/generate-ci-config +++ b/base/generate-ci-config @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash echo "Generating kernel_version.txt" diff --git a/centos7/Dockerfile b/centos7/Dockerfile index d4833ec67..d47b70c19 100644 --- a/centos7/Dockerfile +++ b/centos7/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.4.0-base-centos7 ENV NVIDIA_VISIBLE_DEVICES=void diff --git a/centos7/install.sh b/centos7/install.sh index 3bb6665ab..578cf32f4 100755 --- a/centos7/install.sh +++ b/centos7/install.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -eu diff --git a/centos7/nvidia-driver b/centos7/nvidia-driver index a185906f6..0996405bf 100755 --- a/centos7/nvidia-driver +++ b/centos7/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. diff --git a/centos8/Dockerfile b/centos8/Dockerfile index 7b08016f2..5a7b4790e 100644 --- a/centos8/Dockerfile +++ b/centos8/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:11.4.1-base-centos8 ENV NVIDIA_VISIBLE_DEVICES=void diff --git a/centos8/nvidia-driver b/centos8/nvidia-driver index 3dea528dc..741973a73 100755 --- a/centos8/nvidia-driver +++ b/centos8/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. diff --git a/ci/Dockerfile b/ci/Dockerfile index ad9568e61..3bdc0ea0f 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM ubuntu:16.04 RUN apt-get update && apt-get install -y --no-install-recommends \ diff --git a/ci/build.sh b/ci/build.sh index 118f80a9b..9e6eb293f 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -o errexit diff --git a/ci/centos/CentOS-Base.repo b/ci/centos/CentOS-Base.repo index 084fba0b3..64c008df4 100644 --- a/ci/centos/CentOS-Base.repo +++ b/ci/centos/CentOS-Base.repo @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + [base] name=CentOS-7 - Base baseurl=http://mirror.centos.org/centos/7/os/$basearch/ diff --git a/ci/coreos/build.sh b/ci/coreos/build.sh index d840b436b..b032955fb 100755 --- a/ci/coreos/build.sh +++ b/ci/coreos/build.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -o errexit diff --git a/ci/fedora/.gitlab-ci-fcos.yml b/ci/fedora/.gitlab-ci-fcos.yml index a37feada0..b23bcaf0f 100644 --- a/ci/fedora/.gitlab-ci-fcos.yml +++ b/ci/fedora/.gitlab-ci-fcos.yml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ci/flatcar/build.sh b/ci/flatcar/build.sh index 843d0b344..57261da0f 100755 --- a/ci/flatcar/build.sh +++ b/ci/flatcar/build.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -o errexit diff --git a/ci/gitlab-get-driver-tags.sh b/ci/gitlab-get-driver-tags.sh index f57a3ffaa..a422bed9c 100644 --- a/ci/gitlab-get-driver-tags.sh +++ b/ci/gitlab-get-driver-tags.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash # # Gets all tags from a gitlab container registry, saving them to a file. diff --git a/ci/localbuild.sh b/ci/localbuild.sh index b176360b0..379d86157 100755 --- a/ci/localbuild.sh +++ b/ci/localbuild.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash # BUG: assumes you're running script from the top-level directory. (e.g. ci/localbuild.sh) diff --git a/ci/run.sh b/ci/run.sh index 0728e8fb8..6de959230 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -o errexit diff --git a/ci/terraform.tf b/ci/terraform.tf index 7f3dd8938..838f474b1 100644 --- a/ci/terraform.tf +++ b/ci/terraform.tf @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + provider "aws" { region = "us-west-2" } diff --git a/coreos/Dockerfile b/coreos/Dockerfile index 1e16fc49d..d851a4c8b 100644 --- a/coreos/Dockerfile +++ b/coreos/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi8 as license # Build nvidia-container-runtime binary diff --git a/coreos/nvidia-driver b/coreos/nvidia-driver index 10d690a1f..d286d15b4 100755 --- a/coreos/nvidia-driver +++ b/coreos/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. diff --git a/fedora/Dockerfile b/fedora/Dockerfile index 83439a0cd..1b12b3e1a 100644 --- a/fedora/Dockerfile +++ b/fedora/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + ARG FEDORA_VERSION=36 FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi8 as build diff --git a/fedora/common.sh b/fedora/common.sh index ea1d73c73..b6798cf46 100644 --- a/fedora/common.sh +++ b/fedora/common.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash # Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. diff --git a/fedora/install.sh b/fedora/install.sh index a2fb946b5..84d64c5d7 100644 --- a/fedora/install.sh +++ b/fedora/install.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash DRIVER_ARCH=${TARGETARCH/amd64/x86_64} && DRIVER_ARCH=${DRIVER_ARCH/arm64/aarch64} diff --git a/fedora/nvidia-driver b/fedora/nvidia-driver index a8468ad8e..51a15f556 100755 --- a/fedora/nvidia-driver +++ b/fedora/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/flatcar/Dockerfile b/flatcar/Dockerfile index 2de3ae907..d4c77e925 100644 --- a/flatcar/Dockerfile +++ b/flatcar/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04 ENV NVIDIA_VISIBLE_DEVICES=void diff --git a/flatcar/nvidia-driver b/flatcar/nvidia-driver index cf29ae1be..d6814f0e3 100755 --- a/flatcar/nvidia-driver +++ b/flatcar/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved. diff --git a/photon3.0/Dockerfile b/photon3.0/Dockerfile index 0751945ff..0427f1f2e 100644 --- a/photon3.0/Dockerfile +++ b/photon3.0/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi8 as license FROM photon:3.0 diff --git a/photon3.0/nvidia-driver b/photon3.0/nvidia-driver index c95236774..7a223d515 100755 --- a/photon3.0/nvidia-driver +++ b/photon3.0/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel7/Dockerfile b/rhel7/Dockerfile index d72c33086..f0ae3e4eb 100644 --- a/rhel7/Dockerfile +++ b/rhel7/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:11.4.1-base-ubi7 ENV NVIDIA_VISIBLE_DEVICES=void diff --git a/rhel7/nvidia-driver b/rhel7/nvidia-driver index 528c1632d..9b586eee3 100755 --- a/rhel7/nvidia-driver +++ b/rhel7/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash -x # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel8/Dockerfile b/rhel8/Dockerfile index 6e9b7cde4..14491e555 100644 --- a/rhel8/Dockerfile +++ b/rhel8/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi8 as build ARG TARGETARCH diff --git a/rhel8/common.sh b/rhel8/common.sh index a41a14a12..82e1928e1 100755 --- a/rhel8/common.sh +++ b/rhel8/common.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash # Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel8/install.sh b/rhel8/install.sh index 28c088e08..b5d69ad2c 100755 --- a/rhel8/install.sh +++ b/rhel8/install.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash # Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel8/nvidia-driver b/rhel8/nvidia-driver index b015912f8..9b6288647 100755 --- a/rhel8/nvidia-driver +++ b/rhel8/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash -x # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel8/ocp_dtk_entrypoint b/rhel8/ocp_dtk_entrypoint index 458ecd57a..806ef84db 100755 --- a/rhel8/ocp_dtk_entrypoint +++ b/rhel8/ocp_dtk_entrypoint @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel8/precompiled/Dockerfile b/rhel8/precompiled/Dockerfile index 2c7eda749..175cd51e3 100644 --- a/rhel8/precompiled/Dockerfile +++ b/rhel8/precompiled/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + ARG DRIVER_TOOLKIT_IMAGE='' ARG CUDA_DIST='' diff --git a/rhel8/precompiled/Makefile b/rhel8/precompiled/Makefile index b7b2a925d..fbe122c2d 100644 --- a/rhel8/precompiled/Makefile +++ b/rhel8/precompiled/Makefile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + DOCKERFILE = Dockerfile RHEL_VERSION ?= 8.6 CUDA_VERSION ?= 12.6.0 diff --git a/rhel8/precompiled/common.sh b/rhel8/precompiled/common.sh index ea1d73c73..b6798cf46 100755 --- a/rhel8/precompiled/common.sh +++ b/rhel8/precompiled/common.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash # Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel8/precompiled/nvidia-driver b/rhel8/precompiled/nvidia-driver index de85549bc..52b400ea5 100755 --- a/rhel8/precompiled/nvidia-driver +++ b/rhel8/precompiled/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash -x # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel8/precompiled/rhsm-register b/rhel8/precompiled/rhsm-register index 8158589e7..f7b4d03b9 100644 --- a/rhel8/precompiled/rhsm-register +++ b/rhel8/precompiled/rhsm-register @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash set -e diff --git a/rhel8/precompiled/x509-configuration.ini b/rhel8/precompiled/x509-configuration.ini index 79af6db39..031bcac6f 100644 --- a/rhel8/precompiled/x509-configuration.ini +++ b/rhel8/precompiled/x509-configuration.ini @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + [ req ] default_bits = 4096 distinguished_name = req_distinguished_name diff --git a/rhel9/Dockerfile b/rhel9/Dockerfile index 85c4b5c98..b5de092c0 100644 --- a/rhel9/Dockerfile +++ b/rhel9/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 as build ARG TARGETARCH diff --git a/rhel9/common.sh b/rhel9/common.sh index a41a14a12..82e1928e1 100755 --- a/rhel9/common.sh +++ b/rhel9/common.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash # Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel9/install.sh b/rhel9/install.sh index 819a0c6c3..3aa7d2a11 100755 --- a/rhel9/install.sh +++ b/rhel9/install.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash # Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel9/nvidia-driver b/rhel9/nvidia-driver index cff6a0c82..0fdf7c6e0 100755 --- a/rhel9/nvidia-driver +++ b/rhel9/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash -x # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel9/ocp_dtk_entrypoint b/rhel9/ocp_dtk_entrypoint index 3bca68c20..55406666d 100755 --- a/rhel9/ocp_dtk_entrypoint +++ b/rhel9/ocp_dtk_entrypoint @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel9/precompiled/Dockerfile b/rhel9/precompiled/Dockerfile index 3b73e72c9..eac1993af 100644 --- a/rhel9/precompiled/Dockerfile +++ b/rhel9/precompiled/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + ARG DRIVER_TOOLKIT_IMAGE ARG CUDA_VERSION ARG CUDA_DIST diff --git a/rhel9/precompiled/Makefile b/rhel9/precompiled/Makefile index b587dc208..00a066f82 100644 --- a/rhel9/precompiled/Makefile +++ b/rhel9/precompiled/Makefile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + RHEL_VERSION ?= 9.4 RHEL_VERSION_MAJOR = $(shell echo "${RHEL_VERSION}" | awk -F. '{print $$1}') diff --git a/rhel9/precompiled/common.sh b/rhel9/precompiled/common.sh index ea1d73c73..b6798cf46 100755 --- a/rhel9/precompiled/common.sh +++ b/rhel9/precompiled/common.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash # Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel9/precompiled/nvidia-driver b/rhel9/precompiled/nvidia-driver index 32081ffad..41686821e 100755 --- a/rhel9/precompiled/nvidia-driver +++ b/rhel9/precompiled/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash -x # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/rhel9/precompiled/rhsm-register b/rhel9/precompiled/rhsm-register index 8158589e7..f7b4d03b9 100644 --- a/rhel9/precompiled/rhsm-register +++ b/rhel9/precompiled/rhsm-register @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash set -e diff --git a/rhel9/precompiled/x509-configuration.ini b/rhel9/precompiled/x509-configuration.ini index 79af6db39..031bcac6f 100644 --- a/rhel9/precompiled/x509-configuration.ini +++ b/rhel9/precompiled/x509-configuration.ini @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + [ req ] default_bits = 4096 distinguished_name = req_distinguished_name diff --git a/scripts/precompiled.sh b/scripts/precompiled.sh index 13311ca11..420b5299f 100755 --- a/scripts/precompiled.sh +++ b/scripts/precompiled.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash # precompiled.sh holds extra steps needed for handling precompiled images # during GitLab pipelines diff --git a/sle15/Dockerfile b/sle15/Dockerfile index 3720fe815..3e00e9938 100644 --- a/sle15/Dockerfile +++ b/sle15/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + ARG SLES_VERSION FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi8 as license diff --git a/sle15/install.sh b/sle15/install.sh index 52917e15b..e0cf08347 100755 --- a/sle15/install.sh +++ b/sle15/install.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash dep_installer () { diff --git a/sle15/nvidia-driver b/sle15/nvidia-driver index 57c96e201..99c505690 100755 --- a/sle15/nvidia-driver +++ b/sle15/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/tests/cases/nvidia-driver.sh b/tests/cases/nvidia-driver.sh index 8ddafad02..0c212aed1 100755 --- a/tests/cases/nvidia-driver.sh +++ b/tests/cases/nvidia-driver.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # This test case runs the operator installation / test case with the default options. diff --git a/tests/ci-remote-exec.sh b/tests/ci-remote-exec.sh index e9ed1b975..f3cd208ff 100755 --- a/tests/ci-remote-exec.sh +++ b/tests/ci-remote-exec.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -xe diff --git a/tests/ci-run-e2e.sh b/tests/ci-run-e2e.sh index 452bb369b..187905f36 100755 --- a/tests/ci-run-e2e.sh +++ b/tests/ci-run-e2e.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -xe diff --git a/tests/holodeck_ubuntu22.04.yaml b/tests/holodeck_ubuntu22.04.yaml index 007854d2d..c295094e7 100644 --- a/tests/holodeck_ubuntu22.04.yaml +++ b/tests/holodeck_ubuntu22.04.yaml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + apiVersion: holodeck.nvidia.com/v1alpha1 kind: Environment metadata: diff --git a/tests/holodeck_ubuntu24.04.yaml b/tests/holodeck_ubuntu24.04.yaml index 3bd312b70..2b638431f 100644 --- a/tests/holodeck_ubuntu24.04.yaml +++ b/tests/holodeck_ubuntu24.04.yaml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + apiVersion: holodeck.nvidia.com/v1alpha1 kind: Environment metadata: diff --git a/tests/local.sh b/tests/local.sh index a8acd3bf7..689af6cf2 100755 --- a/tests/local.sh +++ b/tests/local.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash if [[ $# -ge 1 ]]; then diff --git a/tests/remote-exec-local.sh b/tests/remote-exec-local.sh index 20dcf163e..64ccd3c99 100755 --- a/tests/remote-exec-local.sh +++ b/tests/remote-exec-local.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash if [[ $# -ge 1 ]]; then diff --git a/tests/scripts/.definitions.sh b/tests/scripts/.definitions.sh index 945bb04c6..6aff37480 100644 --- a/tests/scripts/.definitions.sh +++ b/tests/scripts/.definitions.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -e diff --git a/tests/scripts/.local.sh b/tests/scripts/.local.sh index f3d98b2fe..cdfb3bd58 100644 --- a/tests/scripts/.local.sh +++ b/tests/scripts/.local.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/env bash function remote() { diff --git a/tests/scripts/.rsync-includes b/tests/scripts/.rsync-includes index f91de9591..592521b17 100644 --- a/tests/scripts/.rsync-includes +++ b/tests/scripts/.rsync-includes @@ -1,2 +1,5 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + tests/ tests/*** diff --git a/tests/scripts/checks.sh b/tests/scripts/checks.sh index c30b2d4f9..fabb4f0fa 100755 --- a/tests/scripts/checks.sh +++ b/tests/scripts/checks.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash check_pod_ready() { diff --git a/tests/scripts/ci-precompiled-helpers.sh b/tests/scripts/ci-precompiled-helpers.sh index 3050049db..e42fcf2e9 100644 --- a/tests/scripts/ci-precompiled-helpers.sh +++ b/tests/scripts/ci-precompiled-helpers.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + get_kernel_versions_to_test() { if [[ "$#" -ne 4 ]]; then echo " Error:$0 must be called with KERNEL_FLAVORS DRIVER_BRANCHES DIST LTS_KERNEL" >&2 diff --git a/tests/scripts/end-to-end-nvidia-driver.sh b/tests/scripts/end-to-end-nvidia-driver.sh index ab2db9a1a..fa549ee75 100755 --- a/tests/scripts/end-to-end-nvidia-driver.sh +++ b/tests/scripts/end-to-end-nvidia-driver.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/tests/scripts/findkernelversion.sh b/tests/scripts/findkernelversion.sh index 85a18c89f..813f1ba22 100755 --- a/tests/scripts/findkernelversion.sh +++ b/tests/scripts/findkernelversion.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash if [[ $# -ne 4 ]]; then diff --git a/tests/scripts/install-operator.sh b/tests/scripts/install-operator.sh index 2b4bcbaf3..4492768c1 100755 --- a/tests/scripts/install-operator.sh +++ b/tests/scripts/install-operator.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash if [[ "${SKIP_INSTALL}" == "true" ]]; then diff --git a/tests/scripts/kernel-upgrade-helper.sh b/tests/scripts/kernel-upgrade-helper.sh index a89263973..ae3832c1b 100755 --- a/tests/scripts/kernel-upgrade-helper.sh +++ b/tests/scripts/kernel-upgrade-helper.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash if [[ "${SKIP_INSTALL}" == "true" ]]; then diff --git a/tests/scripts/prerequisites.sh b/tests/scripts/prerequisites.sh index a5ccbdd3d..fd89757d4 100755 --- a/tests/scripts/prerequisites.sh +++ b/tests/scripts/prerequisites.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash if [[ "${SKIP_PREREQUISITES}" == "true" ]]; then diff --git a/tests/scripts/pull.sh b/tests/scripts/pull.sh index ab5a0f6ad..2a37a46ec 100755 --- a/tests/scripts/pull.sh +++ b/tests/scripts/pull.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash if [[ $# -ne 2 ]]; then diff --git a/tests/scripts/push.sh b/tests/scripts/push.sh index afc350ab9..f79eb3cb6 100755 --- a/tests/scripts/push.sh +++ b/tests/scripts/push.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/tests/scripts/remote.sh b/tests/scripts/remote.sh index dcd8cf9cc..c8922c3ef 100755 --- a/tests/scripts/remote.sh +++ b/tests/scripts/remote.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/tests/scripts/remote_retry.sh b/tests/scripts/remote_retry.sh index e8e6038df..d549480b7 100755 --- a/tests/scripts/remote_retry.sh +++ b/tests/scripts/remote_retry.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/tests/scripts/sync.sh b/tests/scripts/sync.sh index 555d7b86e..068863337 100755 --- a/tests/scripts/sync.sh +++ b/tests/scripts/sync.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash if [[ "${SKIP_SYNC}" == "true" ]]; then diff --git a/tests/scripts/uninstall-operator.sh b/tests/scripts/uninstall-operator.sh index 8c45132ab..50264abaa 100755 --- a/tests/scripts/uninstall-operator.sh +++ b/tests/scripts/uninstall-operator.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash if [[ "${SKIP_INSTALL}" == "true" ]]; then diff --git a/tests/scripts/upgrade-kernel.sh b/tests/scripts/upgrade-kernel.sh index 0c575574e..0fa64ed47 100755 --- a/tests/scripts/upgrade-kernel.sh +++ b/tests/scripts/upgrade-kernel.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # This test case runs the operator installation / test case with the default options. diff --git a/tests/scripts/verify-operator.sh b/tests/scripts/verify-operator.sh index d663db373..dd74c72ed 100755 --- a/tests/scripts/verify-operator.sh +++ b/tests/scripts/verify-operator.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash if [[ "${SKIP_VERIFY}" == "true" ]]; then diff --git a/ubuntu16.04/Dockerfile b/ubuntu16.04/Dockerfile index 562d7e0b1..545207236 100644 --- a/ubuntu16.04/Dockerfile +++ b/ubuntu16.04/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:11.3.0-base-ubuntu16.04 ENV NVIDIA_VISIBLE_DEVICES=void diff --git a/ubuntu16.04/nvidia-driver b/ubuntu16.04/nvidia-driver index 7786b22df..20df21f96 100755 --- a/ubuntu16.04/nvidia-driver +++ b/ubuntu16.04/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. diff --git a/ubuntu18.04/Dockerfile b/ubuntu18.04/Dockerfile index c111237f1..1ff663f1f 100644 --- a/ubuntu18.04/Dockerfile +++ b/ubuntu18.04/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.1.0-base-ubuntu18.04 #ARG BASE_URL=http://us.download.nvidia.com/XFree86/Linux-x86_64 diff --git a/ubuntu18.04/nvidia-driver b/ubuntu18.04/nvidia-driver index c61c8454c..82cfb040e 100755 --- a/ubuntu18.04/nvidia-driver +++ b/ubuntu18.04/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. diff --git a/ubuntu20.04/Dockerfile b/ubuntu20.04/Dockerfile index 5e4968739..c802ec747 100644 --- a/ubuntu20.04/Dockerfile +++ b/ubuntu20.04/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu20.04 as build ARG TARGETARCH diff --git a/ubuntu20.04/install.sh b/ubuntu20.04/install.sh index 5802cdcb4..8792db774 100755 --- a/ubuntu20.04/install.sh +++ b/ubuntu20.04/install.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash set -eu diff --git a/ubuntu20.04/nvidia-driver b/ubuntu20.04/nvidia-driver index ca924b39a..befc4e2cf 100755 --- a/ubuntu20.04/nvidia-driver +++ b/ubuntu20.04/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/ubuntu20.04/precompiled/Dockerfile b/ubuntu20.04/precompiled/Dockerfile index 047e8b08c..a99e0187c 100644 --- a/ubuntu20.04/precompiled/Dockerfile +++ b/ubuntu20.04/precompiled/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu20.04 ENV DEBIAN_FRONTEND=noninteractive diff --git a/ubuntu20.04/precompiled/nvidia-driver b/ubuntu20.04/precompiled/nvidia-driver index ba4a2a054..eedee0889 100755 --- a/ubuntu20.04/precompiled/nvidia-driver +++ b/ubuntu20.04/precompiled/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. diff --git a/ubuntu22.04/Dockerfile b/ubuntu22.04/Dockerfile index efd05c1f0..d01403644 100644 --- a/ubuntu22.04/Dockerfile +++ b/ubuntu22.04/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04 as build ARG TARGETARCH diff --git a/ubuntu22.04/install.sh b/ubuntu22.04/install.sh index 925124061..620e23f1c 100755 --- a/ubuntu22.04/install.sh +++ b/ubuntu22.04/install.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash set -eu diff --git a/ubuntu22.04/nvidia-driver b/ubuntu22.04/nvidia-driver index ca4a64ec5..3fda9bc10 100755 --- a/ubuntu22.04/nvidia-driver +++ b/ubuntu22.04/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/ubuntu22.04/precompiled/Dockerfile b/ubuntu22.04/precompiled/Dockerfile index ad3562c78..4b90d3418 100644 --- a/ubuntu22.04/precompiled/Dockerfile +++ b/ubuntu22.04/precompiled/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04 ENV DEBIAN_FRONTEND=noninteractive diff --git a/ubuntu22.04/precompiled/local-repo.sh b/ubuntu22.04/precompiled/local-repo.sh index ae3ed1cda..3ea5a5513 100755 --- a/ubuntu22.04/precompiled/local-repo.sh +++ b/ubuntu22.04/precompiled/local-repo.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash set -eu diff --git a/ubuntu22.04/precompiled/nvidia-driver b/ubuntu22.04/precompiled/nvidia-driver index 74a104680..1da1a4b17 100755 --- a/ubuntu22.04/precompiled/nvidia-driver +++ b/ubuntu22.04/precompiled/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. diff --git a/ubuntu24.04/Dockerfile b/ubuntu24.04/Dockerfile index c41d0a65c..8300f74dc 100644 --- a/ubuntu24.04/Dockerfile +++ b/ubuntu24.04/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu24.04 as build ARG TARGETARCH diff --git a/ubuntu24.04/install.sh b/ubuntu24.04/install.sh index c25f1773e..a8c42f462 100755 --- a/ubuntu24.04/install.sh +++ b/ubuntu24.04/install.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash set -eu diff --git a/ubuntu24.04/nvidia-driver b/ubuntu24.04/nvidia-driver index 48c896d5f..95a9a3677 100755 --- a/ubuntu24.04/nvidia-driver +++ b/ubuntu24.04/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. diff --git a/ubuntu24.04/precompiled/Dockerfile b/ubuntu24.04/precompiled/Dockerfile index f4972101a..bf0ccbaa3 100644 --- a/ubuntu24.04/precompiled/Dockerfile +++ b/ubuntu24.04/precompiled/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu24.04 ENV DEBIAN_FRONTEND=noninteractive diff --git a/ubuntu24.04/precompiled/local-repo.sh b/ubuntu24.04/precompiled/local-repo.sh index ae3ed1cda..3ea5a5513 100755 --- a/ubuntu24.04/precompiled/local-repo.sh +++ b/ubuntu24.04/precompiled/local-repo.sh @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash set -eu diff --git a/ubuntu24.04/precompiled/nvidia-driver b/ubuntu24.04/precompiled/nvidia-driver index 54eb9947f..3fab8906b 100755 --- a/ubuntu24.04/precompiled/nvidia-driver +++ b/ubuntu24.04/precompiled/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #! /bin/bash # Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. diff --git a/vgpu-manager/rhel8/Dockerfile b/vgpu-manager/rhel8/Dockerfile index da9c12f21..be131ee0e 100644 --- a/vgpu-manager/rhel8/Dockerfile +++ b/vgpu-manager/rhel8/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi8 ARG DRIVER_VERSION diff --git a/vgpu-manager/rhel8/nvidia-driver b/vgpu-manager/rhel8/nvidia-driver index 26d8a9f54..3ce7d3bfd 100755 --- a/vgpu-manager/rhel8/nvidia-driver +++ b/vgpu-manager/rhel8/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. diff --git a/vgpu-manager/rhel8/ocp_dtk_entrypoint b/vgpu-manager/rhel8/ocp_dtk_entrypoint index e5d502f55..0ed07fedb 100755 --- a/vgpu-manager/rhel8/ocp_dtk_entrypoint +++ b/vgpu-manager/rhel8/ocp_dtk_entrypoint @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/usr/bin/env bash # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. diff --git a/vgpu-manager/ubuntu20.04/Dockerfile b/vgpu-manager/ubuntu20.04/Dockerfile index ded5b1250..a8317b0d3 100644 --- a/vgpu-manager/ubuntu20.04/Dockerfile +++ b/vgpu-manager/ubuntu20.04/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu20.04 ARG DRIVER_VERSION diff --git a/vgpu-manager/ubuntu20.04/nvidia-driver b/vgpu-manager/ubuntu20.04/nvidia-driver index bce3d1caa..d66dd4dd6 100755 --- a/vgpu-manager/ubuntu20.04/nvidia-driver +++ b/vgpu-manager/ubuntu20.04/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -xeu diff --git a/vgpu-manager/ubuntu22.04/Dockerfile b/vgpu-manager/ubuntu22.04/Dockerfile index 6998e6b85..4d1980e72 100644 --- a/vgpu-manager/ubuntu22.04/Dockerfile +++ b/vgpu-manager/ubuntu22.04/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04 ARG DRIVER_VERSION diff --git a/vgpu-manager/ubuntu22.04/nvidia-driver b/vgpu-manager/ubuntu22.04/nvidia-driver index 6f13038fb..32c86222e 100755 --- a/vgpu-manager/ubuntu22.04/nvidia-driver +++ b/vgpu-manager/ubuntu22.04/nvidia-driver @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + #!/bin/bash set -xeu diff --git a/vgpu/Dockerfile b/vgpu/Dockerfile index 88ccddf5d..748187b99 100644 --- a/vgpu/Dockerfile +++ b/vgpu/Dockerfile @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Copyright (c) NVIDIA CORPORATION. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + # Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License");