nvdla: 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: Ie5d525f06dde5b3e3d332caff3d135198059d325
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2890634
Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com>
Reviewed-by: Ken Adams <kadams@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-04-19 07:24:14 +00:00
committed by mobile promotions
parent 13556fa7d2
commit c526d32af3
19 changed files with 44 additions and 201 deletions

View File

@@ -1,21 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* include/uapi/linux/nvhost_nvdla_ioctl.h
* Copyright (c) 2016-2023, NVIDIA CORPORATION. All rights reserved.
*
* Tegra NvDLA Driver
*
* Copyright (c) 2016-2022, 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __UAPI_LINUX_NVHOST_NVDLA_IOCTL_H