From 5358e6f54ea27ceeb2829eda50fac3a93ea48abf Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 20 Apr 2023 04:24:02 +0000 Subject: [PATCH] video: virt: gr_comm: Use SPDX license GPL 2.0 format Use SPDX license GPL-V2.0 format. Bug 4078035 Change-Id: I5e64abc24987a811e0518809de54baaedea1badb Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2891212 Reviewed-by: Jonathan Hunter GVS: Gerrit_Virtual_Submit --- drivers/video/tegra/virt/tegra_gr_comm.c | 15 ++------------- include/linux/tegra_gr_comm.h | 17 +++-------------- 2 files changed, 5 insertions(+), 27 deletions(-) diff --git a/drivers/video/tegra/virt/tegra_gr_comm.c b/drivers/video/tegra/virt/tegra_gr_comm.c index 8df04fc6..0af693b3 100644 --- a/drivers/video/tegra/virt/tegra_gr_comm.c +++ b/drivers/video/tegra/virt/tegra_gr_comm.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* - * Tegra Graphics Virtualization Communication Framework - * * Copyright (c) 2013-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 . + * Tegra Graphics Virtualization Communication Framework */ #include diff --git a/include/linux/tegra_gr_comm.h b/include/linux/tegra_gr_comm.h index f1de97f4..c5d02fc8 100644 --- a/include/linux/tegra_gr_comm.h +++ b/include/linux/tegra_gr_comm.h @@ -1,19 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* + * Copyright (c) 2013-2023, NVIDIA Corporation. All rights reserved. + * * Tegra Graphics Virtualization Communication Framework - * - * Copyright (c) 2013-2018, 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 . */ #ifndef __TEGRA_GR_COMM_H