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 <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2904300
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-05-15 08:18:44 +00:00
committed by mobile promotions
parent 5f8a0b1583
commit 6476bb40a4
2 changed files with 4 additions and 29 deletions

View File

@@ -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

View File

@@ -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