From 7bca2b2466d234900a09cfb511b6dba23aef4bf1 Mon Sep 17 00:00:00 2001 From: Jerry Chang Date: Tue, 1 Apr 2025 16:49:38 +0800 Subject: [PATCH] tegra: rtcpu: revise copyright incorrect use of NVIDIA Properitary License in Linux driver code Bug 5197152 Change-Id: Id23b8cbd4fd6315664c77d7f42014206d1ef8d5c Signed-off-by: Jerry Chang Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3330623 Reviewed-by: svcacv Reviewed-by: Jon Hunter GVS: buildbot_gerritrpt --- drivers/platform/tegra/rtcpu/capture-ivc-priv.h | 16 +++------------- drivers/platform/tegra/rtcpu/capture-ivc.c | 16 ++-------------- 2 files changed, 5 insertions(+), 27 deletions(-) diff --git a/drivers/platform/tegra/rtcpu/capture-ivc-priv.h b/drivers/platform/tegra/rtcpu/capture-ivc-priv.h index c6eac69a..a9d25da3 100644 --- a/drivers/platform/tegra/rtcpu/capture-ivc-priv.h +++ b/drivers/platform/tegra/rtcpu/capture-ivc-priv.h @@ -1,18 +1,8 @@ -/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary - * - * SPDX-FileCopyrightText: Copyright (c) 2017-2025 NVIDIA CORPORATION. +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * SPDX-FileCopyrightText: Copyright (c) 2017-2025 NVIDIA CORPORATION & AFFILIATES. * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. */ - #ifndef __CAPTURE_IVC_PRIV_H__ #define __CAPTURE_IVC_PRIV_H__ diff --git a/drivers/platform/tegra/rtcpu/capture-ivc.c b/drivers/platform/tegra/rtcpu/capture-ivc.c index 3287ae1a..b0d3db1d 100644 --- a/drivers/platform/tegra/rtcpu/capture-ivc.c +++ b/drivers/platform/tegra/rtcpu/capture-ivc.c @@ -1,19 +1,7 @@ -// SPDX-License-Identifier: LicenseRef-NvidiaProprietary +// SPDX-License-Identifier: GPL-2.0-only /* - * SPDX-FileCopyrightText: Copyright (c) 2017-2025 NVIDIA CORPORATION. + * SPDX-FileCopyrightText: Copyright (c) 2017-2025 NVIDIA CORPORATION & AFFILIATES. * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #include