From be08c1d6dca1b6dbaf3e0f3f8d953120c6ee02f9 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 16 Feb 2024 09:12:33 -0700 Subject: Treewide: Fix incorrect SPDX license strings These strings didn't match the license names exactly, so update them to match. Change-Id: Ib946eb15ca5fa64cbd6b657350b989b4a4c1b7b7 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/80583 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- util/nvramtool/hexdump.c | 2 +- util/nvramtool/hexdump.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'util/nvramtool') diff --git a/util/nvramtool/hexdump.c b/util/nvramtool/hexdump.c index a34f4ef88c..1d4fee1a8e 100644 --- a/util/nvramtool/hexdump.c +++ b/util/nvramtool/hexdump.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-3-Clause or GPL-2.0 */ +/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only */ #include "hexdump.h" #include diff --git a/util/nvramtool/hexdump.h b/util/nvramtool/hexdump.h index 4b03d85ff3..2a4e5633a9 100644 --- a/util/nvramtool/hexdump.h +++ b/util/nvramtool/hexdump.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-3-Clause or GPL-2.0 */ +/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only */ #ifndef _HEXDUMP_H #define _HEXDUMP_H -- cgit v1.2.3