LF-8313-2: Update License to GPL-2.0

The license was wrong by mistake, this commit updates the license to
GPL-2.0 and removes the author name from file for maintaining
confidentiality as this code is NXP owned.

Signed-off-by: Kshitiz Varshney <kshitiz.varshney@nxp.com>
This commit is contained in:
Kshitiz Varshney 2023-02-06 19:18:25 +01:00 committed by Jindong Yue
parent 30a8dff58e
commit d1df3e94ee

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-3.0-only */
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2022 NXP, Kshitiz Varshney <kshitiz.varshney@nxp.com>
* Copyright (C) 2022 NXP
*/
#ifndef __DCP_BLOB_H__