From 48e336f384fc79adb58ab4357a6d81a39323ec61 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Sun, 23 Apr 2023 06:34:14 +0000 Subject: [PATCH] tegra: isomgr: Use SPDX license GPL 2.0 format Use SPDX license GPL-V2.0 format and change Nvidia copyright year to include 2023. Bug 4078035 Change-Id: I6ba874843e12f3f6df21de4e937fbd3c795c72ae Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2892620 Reviewed-by: svc-mobile-coverity Reviewed-by: svc-mobile-cert Reviewed-by: svcacv GVS: Gerrit_Virtual_Submit --- sound/soc/tegra/tegra_isomgr_bw.c | 17 +++-------------- sound/soc/tegra/tegra_isomgr_bw.h | 19 ++----------------- sound/soc/tegra/tegra_machine_driver.c | 17 +++-------------- 3 files changed, 8 insertions(+), 45 deletions(-) diff --git a/sound/soc/tegra/tegra_isomgr_bw.c b/sound/soc/tegra/tegra_isomgr_bw.c index 514882e6..ca5859e1 100644 --- a/sound/soc/tegra/tegra_isomgr_bw.c +++ b/sound/soc/tegra/tegra_isomgr_bw.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* - * tegra_isomgr_bw.c - ADMA bandwidth calculation + * Copyright (c) 2017-2023 NVIDIA CORPORATION. All rights reserved. * - * Copyright (c) 2016-2023 NVIDIA CORPORATION. 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 . + * ADMA bandwidth calculation */ #include diff --git a/sound/soc/tegra/tegra_isomgr_bw.h b/sound/soc/tegra/tegra_isomgr_bw.h index bbbadd87..19f651b6 100644 --- a/sound/soc/tegra/tegra_isomgr_bw.h +++ b/sound/soc/tegra/tegra_isomgr_bw.h @@ -1,20 +1,5 @@ -/* - * tegra_isomgr_bw.h - * - * Copyright (c) 2016-2020 NVIDIA CORPORATION. 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 . - */ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* Copyright (c) 2016-2023 NVIDIA CORPORATION. All rights reserved. */ #ifndef __TEGRA_ISOMGR_BW_H__ #define __TEGRA_ISOMGR_BW_H__ diff --git a/sound/soc/tegra/tegra_machine_driver.c b/sound/soc/tegra/tegra_machine_driver.c index f51a4c88..2a342a55 100644 --- a/sound/soc/tegra/tegra_machine_driver.c +++ b/sound/soc/tegra/tegra_machine_driver.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* - * tegra_machine_driver.c - Tegra ASoC Machine driver + * Copyright (c) 2017-2023 NVIDIA CORPORATION. All rights reserved. * - * Copyright (c) 2017-2021 NVIDIA CORPORATION. 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 . + * Tegra ASoC Machine driver */ #include