diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 09:12:33 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 01:55:57 +0000 |
commit | be08c1d6dca1b6dbaf3e0f3f8d953120c6ee02f9 (patch) | |
tree | ba67c5ceb97da3000bfb0004f1ab8f4ef3df23ed /util/scripts | |
parent | 0d97a84855476bf123f6952dc95ee33ab752e88b (diff) |
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 'util/scripts')
-rwxr-xr-x | util/scripts/config | 2 | ||||
-rwxr-xr-x | util/scripts/parse-maintainers.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/scripts/config b/util/scripts/config index ba11e350e8..084de65f9a 100755 --- a/util/scripts/config +++ b/util/scripts/config @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # Manipulate options in a .config file from the command line myname=${0##*/} diff --git a/util/scripts/parse-maintainers.pl b/util/scripts/parse-maintainers.pl index 2b5d6f7858..4b47efe300 100755 --- a/util/scripts/parse-maintainers.pl +++ b/util/scripts/parse-maintainers.pl @@ -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; |