From 1e6bbc5185bcd113c8d2f7aa0a02f588a6bdbe5d Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Mon, 22 Jan 2024 08:55:39 -0600 Subject: [PATCH] arm64: dts: ti: Makefile: Clarify GPL-2.0 as GPL-2.0-only SPDX identifier GPL-2.0 has been deprecated since license list version 3.0. Use GPL-2.0-only to be specific. Signed-off-by: Nishanth Menon Acked-by: Rob Herring Link: https://lore.kernel.org/r/20240122145539.194512-17-nm@ti.com Signed-off-by: Vignesh Raghavendra --- arch/arm64/boot/dts/ti/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile index a0304fcd6b5e..4a570dffb638 100644 --- a/arch/arm64/boot/dts/ti/Makefile +++ b/arch/arm64/boot/dts/ti/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # # Make file to build device tree binaries for boards based on # Texas Instruments Inc processors -- 2.50.1