nvadsp: Update license and remove kernel ver check

- Update license of all files in nvadsp that will be used
 - Remove kernel version checks in the code

Bug 4164138
Bug 3682950

Change-Id: Ie1f9ba95c1d46c3dd9bc5614e502b1b444484df6
Signed-off-by: Viswanath L <viswanathl@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2980528
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Viswanath L
2023-09-20 10:33:02 +00:00
committed by mobile promotions
parent ac4912cb26
commit 119c4f87e2
26 changed files with 81 additions and 445 deletions

View File

@@ -1,19 +1,6 @@
/*
* adsp_shared_struct.h
*
* A header file containing shared data structures shared with ADSP OS
*
* Copyright (C) 2015-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.
*
/* SPDX-License-Identifier: GPL-2.0-only */
/**
* Copyright (c) 2015-2023, NVIDIA CORPORATION. All rights reserved.
*/
#ifndef __ADSP_SHARED_STRUCT