Skip to content

Commit be08c1d

Browse files
martinlrothFelix Singer
authored and
Felix Singer
committed
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 <[email protected]> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80583 Tested-by: build bot (Jenkins) <[email protected]> Reviewed-by: Felix Singer <[email protected]>
1 parent 0d97a84 commit be08c1d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: GPL-2.0-only
22
#
33
# clang-format configuration file. Intended for clang-format >= 16.
44
#

payloads/libpayload/tests/libcbfs/cbfs-lookup-test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0.-only */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22

33
#include <libpayload-config.h>
44
#include <cbfs.h>

src/vendorcode/amd/pi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## SPDX-License-Identifier: BSD-3-clause
1+
## SPDX-License-Identifier: BSD-3-Clause
22

33
#
44
# Copyright (c) 2013 - 2014, Sage Electronic Engineering, LLC

util/kconfig/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0
1+
# SPDX-License-Identifier: GPL-2.0-only
22
# ===========================================================================
33
# Kernel configuration targets
44
# These targets are used from top-level makefile

util/kconfig/conf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/confdata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/expr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/expr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/gconf-cfg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# SPDX-License-Identifier: GPL-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
33

44
cflags=$1
55
libs=$2

util/kconfig/gconf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002-2003 Romain Lievin <[email protected]>
44
*/

util/kconfig/images.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/images.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/lexer.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/lexer.lex.c_shipped

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ int yy_flex_debug = 0;
22212221
#define YY_MORE_ADJ 0
22222222
#define YY_RESTORE_YY_MORE_OFFSET
22232223
char *yytext;
2224-
/* SPDX-License-Identifier: GPL-2.0 */
2224+
/* SPDX-License-Identifier: GPL-2.0-only */
22252225
/*
22262226
* Copyright (C) 2002 Roman Zippel <[email protected]>
22272227
*/

util/kconfig/list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
#ifndef LIST_H
33
#define LIST_H
44

util/kconfig/lkc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/lkc_proto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
#include <stdarg.h>
33

44
/* confdata.c */

util/kconfig/lxdialog/checklist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* checklist.c -- implements the checklist box
44
*

util/kconfig/lxdialog/dialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0+ */
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
22
/*
33
* dialog.h -- common declarations for all dialog modules
44
*

util/kconfig/lxdialog/inputbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* inputbox.c -- implements the input box
44
*

util/kconfig/lxdialog/menubox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* menubox.c -- implements the menu box
44
*

util/kconfig/lxdialog/textbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* textbox.c -- implements the text box
44
*

util/kconfig/lxdialog/util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* util.c
44
*

util/kconfig/lxdialog/yesno.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* yesno.c -- implements the yes/no box
44
*

util/kconfig/mconf-cfg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# SPDX-License-Identifier: GPL-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
33

44
cflags=$1
55
libs=$2

util/kconfig/mconf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*

util/kconfig/menu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/merge_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# SPDX-License-Identifier: GPL-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
33
#
44
# merge_config.sh - Takes a list of config fragment values, and merges
55
# them one by one. Provides warnings on overridden values, and specified

util/kconfig/nconf-cfg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# SPDX-License-Identifier: GPL-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
33

44
cflags=$1
55
libs=$2

util/kconfig/nconf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2008 Nir Tzachar <[email protected]>
44
*

util/kconfig/nconf.gui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2008 Nir Tzachar <[email protected]>
44
*

util/kconfig/nconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Copyright (C) 2008 Nir Tzachar <[email protected]>
44
*

util/kconfig/parser.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/preprocess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
//
33
// Copyright (C) 2018 Masahiro Yamada <[email protected]>
44

util/kconfig/qconf-cfg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# SPDX-License-Identifier: GPL-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
33

44
cflags=$1
55
libs=$2

util/kconfig/qconf.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
* Copyright (C) 2015 Boris Barbulovski <[email protected]>

util/kconfig/qconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/streamline_config.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# SPDX-License-Identifier: GPL-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
33
#
44
# Copyright 2005-2009 - Steven Rostedt
55
#

util/kconfig/symbol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002 Roman Zippel <[email protected]>
44
*/

util/kconfig/util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2002-2005 Roman Zippel <[email protected]>
44
* Copyright (C) 2002-2005 Sam Ravnborg <[email protected]>

util/lint/checkpatch.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# SPDX-License-Identifier: GPL-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
33
#
44
# (c) 2001, Dave Jones. (the file handling bit)
55
# (c) 2005, Joel Schopp <[email protected]> (the ugly bit)

util/nvramtool/hexdump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: BSD-3-Clause or GPL-2.0 */
1+
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only */
22

33
#include "hexdump.h"
44
#include <ctype.h>

util/nvramtool/hexdump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: BSD-3-Clause or GPL-2.0 */
1+
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only */
22

33
#ifndef _HEXDUMP_H
44
#define _HEXDUMP_H

util/scripts/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# SPDX-License-Identifier: GPL-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
33
# Manipulate options in a .config file from the command line
44

55
myname=${0##*/}

util/scripts/parse-maintainers.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# SPDX-License-Identifier: GPL-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
33

44
use strict;
55
use warnings;

0 commit comments

Comments
 (0)