From 1212fd6023f5050c096d3765ce155aa37ba6411d Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Tue, 12 Sep 2023 10:21:05 +0100 Subject: [PATCH] scripts: Add copyright/license for conftest The conftest script and Makefile are distributed as part of the 'open-gpu-kernel-modules' project [0]. These files don't have a explicit copyright and license appended to the file, but per the COPYING file for the files are licensed as MIT. Add the copyright and MIT license header to the conftest files. [0] https://github.com/NVIDIA/open-gpu-kernel-modules Bug 4119327 Change-Id: I3f5dd44a4a8475a943660589432ebdf67ac3b255 Signed-off-by: Jon Hunter Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2978871 Reviewed-by: svc-sw-mobile-l4t Reviewed-by: svcacv Reviewed-by: Laxman Dewangan GVS: Gerrit_Virtual_Submit --- scripts/conftest/Makefile | 5 ++++- scripts/conftest/conftest.sh | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/conftest/Makefile b/scripts/conftest/Makefile index feaa2a27..5863a050 100644 --- a/scripts/conftest/Makefile +++ b/scripts/conftest/Makefile @@ -1,5 +1,8 @@ ########################################################################### -# Kbuild file for NVIDIA Linux GPU driver kernel modules +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# +# Makefile file for NVIDIA Linux conftest ########################################################################### # diff --git a/scripts/conftest/conftest.sh b/scripts/conftest/conftest.sh index b4906f8d..73f11bd2 100755 --- a/scripts/conftest/conftest.sh +++ b/scripts/conftest/conftest.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. PATH="${PATH}:/bin:/sbin:/usr/bin"