mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
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:
committed by
mobile promotions
parent
5f8a0b1583
commit
6476bb40a4
@@ -1,17 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* drivers/platform/tegra/cvnas.c
|
* Copyright (C) 2017-2023, NVIDIA Corporation. All rights reserved.
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef pr_fmt
|
#ifdef pr_fmt
|
||||||
|
|||||||
@@ -1,20 +1,6 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* include/linux/cvnas.h
|
* Copyright (c) 2018-2023, NVIDIA Corporation. All rights reserved.
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __LINUX_CVNAS_H
|
#ifndef __LINUX_CVNAS_H
|
||||||
|
|||||||
Reference in New Issue
Block a user