From d1df3e94eeac1cf4ee9b5fabfe80cacdbf148567 Mon Sep 17 00:00:00 2001 From: Kshitiz Varshney Date: Mon, 6 Feb 2023 19:18:25 +0100 Subject: [PATCH] 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 --- include/soc/fsl/dcp-blob.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/soc/fsl/dcp-blob.h b/include/soc/fsl/dcp-blob.h index 95ceaadcd4ad..d2801cfc48c3 100644 --- a/include/soc/fsl/dcp-blob.h +++ b/include/soc/fsl/dcp-blob.h @@ -1,6 +1,6 @@ -/* SPDX-License-Identifier: GPL-3.0-only */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (C) 2022 NXP, Kshitiz Varshney + * Copyright (C) 2022 NXP */ #ifndef __DCP_BLOB_H__