From 6476bb40a4ba05bab0541df39a3347f4ecb8eb54 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Mon, 15 May 2023 08:18:44 +0000 Subject: [PATCH] cvnas: Drop license paragraphs The cvnas files are having the SPDX license forma. Hence, it is not required to have the license paragraphs. Remove the non-required license paragraphs details. Bug 4038415 Change-Id: I8f6212255cb9ce2cff3af5492599cf4f3946f04d Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2904300 Reviewed-by: svcacv Reviewed-by: svc-mobile-coverity Reviewed-by: svc-mobile-cert GVS: Gerrit_Virtual_Submit --- drivers/platform/tegra/cvnas/cvnas.c | 15 ++------------- include/linux/cvnas.h | 18 ++---------------- 2 files changed, 4 insertions(+), 29 deletions(-) diff --git a/drivers/platform/tegra/cvnas/cvnas.c b/drivers/platform/tegra/cvnas/cvnas.c index e4e0e8ab..345f6f23 100644 --- a/drivers/platform/tegra/cvnas/cvnas.c +++ b/drivers/platform/tegra/cvnas/cvnas.c @@ -1,17 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-only /* - * drivers/platform/tegra/cvnas.c - * - * Copyright (C) 2017-2022, NVIDIA Corporation. All rights reserved. - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * This program is distributed in the hope that 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. - * + * Copyright (C) 2017-2023, NVIDIA Corporation. All rights reserved. */ #ifdef pr_fmt diff --git a/include/linux/cvnas.h b/include/linux/cvnas.h index 956b993b..e4192813 100644 --- a/include/linux/cvnas.h +++ b/include/linux/cvnas.h @@ -1,20 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* - * include/linux/cvnas.h - * - * Tegra cvnas driver - * - * Copyright (c) 2018-2022, NVIDIA Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that 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. - * + * Copyright (c) 2018-2023, NVIDIA Corporation. All rights reserved. */ #ifndef __LINUX_CVNAS_H