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>
This commit is contained in:
Martin Roth
2024-02-16 09:12:33 -07:00
committed by Felix Singer
parent 0d97a84855
commit be08c1d6dc
45 changed files with 45 additions and 45 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env perl
# SPDX-License-Identifier: GPL-2.0
# SPDX-License-Identifier: GPL-2.0-only
use strict;
use warnings;