From 9116ef8c3e1ef737b32a6bcdb3a932dce7457d8d Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Thu, 15 Dec 2022 13:56:34 +0000 Subject: [PATCH] platform: dce: Add license and copyright to Makefile Add the GPL v2.0 license and NVIDIA copyright to the DCE Makefile. Bug 3912236 Signed-off-by: Jon Hunter Change-Id: I75044962d68a556c8b6b5ae7d09d44f8ff61b515 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2828593 (cherry picked from commit 15f8adb73788f0073f3f6e960fdadb04246c869a) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2829455 Reviewed-by: Bibek Basu Reviewed-by: svc_kernel_abi GVS: Gerrit_Virtual_Submit --- drivers/platform/tegra/dce/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/platform/tegra/dce/Makefile b/drivers/platform/tegra/dce/Makefile index 7e16e282..29708708 100644 --- a/drivers/platform/tegra/dce/Makefile +++ b/drivers/platform/tegra/dce/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 +# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Display Controller Engine code. #