summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-02-16 09:12:33 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 01:55:57 +0000
commitbe08c1d6dca1b6dbaf3e0f3f8d953120c6ee02f9 (patch)
treeba67c5ceb97da3000bfb0004f1ab8f4ef3df23ed /payloads
parent0d97a84855476bf123f6952dc95ee33ab752e88b (diff)
downloadcoreboot-be08c1d6dca1b6dbaf3e0f3f8d953120c6ee02f9.tar.gz
coreboot-be08c1d6dca1b6dbaf3e0f3f8d953120c6ee02f9.tar.bz2
coreboot-be08c1d6dca1b6dbaf3e0f3f8d953120c6ee02f9.zip
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 <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80583 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/tests/libcbfs/cbfs-lookup-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/tests/libcbfs/cbfs-lookup-test.c b/payloads/libpayload/tests/libcbfs/cbfs-lookup-test.c
index 0650e313e73a..5c2105fe925e 100644
--- a/payloads/libpayload/tests/libcbfs/cbfs-lookup-test.c
+++ b/payloads/libpayload/tests/libcbfs/cbfs-lookup-test.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0.-only */
+/* SPDX-License-Identifier: GPL-2.0-only */
#include <libpayload-config.h>
#include <cbfs.h>