From cafcc24336d65b071fbb4e205187a609742eab20 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 20 Apr 2023 04:39:58 +0000 Subject: [PATCH] include: nvhost: 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: I0baf1b4d579ac7414e0936c99ba0861abee241e6 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2891215 Reviewed-by: Jonathan Hunter GVS: Gerrit_Virtual_Submit --- include/linux/nvhost.h | 17 ++--------------- include/linux/nvhost_t194.h | 17 ++--------------- include/uapi/linux/nvhost_ioctl.h | 19 ++----------------- 3 files changed, 6 insertions(+), 47 deletions(-) diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h index ce1e4228..05814e33 100644 --- a/include/linux/nvhost.h +++ b/include/linux/nvhost.h @@ -1,19 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2009-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. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * Copyright (c) 2009-2023, NVIDIA Corporation. All rights reserved. */ #ifndef __LINUX_NVHOST_H diff --git a/include/linux/nvhost_t194.h b/include/linux/nvhost_t194.h index 0f1e4c25..ceae4ee1 100644 --- a/include/linux/nvhost_t194.h +++ b/include/linux/nvhost_t194.h @@ -1,19 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2017, 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. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * Copyright (c) 2017-2023, NVIDIA Corporation. All rights reserved. */ #ifndef __LINUX_NVHOST_T194_H__ diff --git a/include/uapi/linux/nvhost_ioctl.h b/include/uapi/linux/nvhost_ioctl.h index 4c2fb053..45a640c3 100644 --- a/include/uapi/linux/nvhost_ioctl.h +++ b/include/uapi/linux/nvhost_ioctl.h @@ -1,23 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* - * include/uapi/linux/nvhost_ioctl.h + * Copyright (c) 2009-2023, NVIDIA CORPORATION. All rights reserved. * * Tegra graphics host driver - * - * Copyright (c) 2009-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. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __UAPI_LINUX_NVHOST_IOCTL_H