mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
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 <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2978871 Reviewed-by: svc-sw-mobile-l4t <svc-sw-mobile-l4t@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ed8e05adbf
commit
1212fd6023
@@ -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
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
|
|
||||||
PATH="${PATH}:/bin:/sbin:/usr/bin"
|
PATH="${PATH}:/bin:/sbin:/usr/bin"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user