1 commit be08c1d6dca1b6dbaf3e0f3f8d953120c6ee02f9
2 Author: Martin Roth <gaumless@gmail.com>
3 Date: Fri Feb 16 09:12:33 2024 -0700
5 Treewide: Fix incorrect SPDX license strings
7 These strings didn't match the license names exactly, so update them
10 Change-Id: Ib946eb15ca5fa64cbd6b657350b989b4a4c1b7b7
11 Signed-off-by: Martin Roth <gaumless@gmail.com>
12 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80583
13 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
14 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
16 Index: kconfig/Makefile
17 ===================================================================
18 --- kconfig.orig/Makefile
21 -# SPDX-License-Identifier: GPL-2.0
22 +# SPDX-License-Identifier: GPL-2.0-only
23 # ===========================================================================
24 # Kernel configuration targets
25 # These targets are used from top-level makefile
27 ===================================================================
28 --- kconfig.orig/conf.c
31 -// SPDX-License-Identifier: GPL-2.0
32 +// SPDX-License-Identifier: GPL-2.0-only
34 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
36 Index: kconfig/confdata.c
37 ===================================================================
38 --- kconfig.orig/confdata.c
39 +++ kconfig/confdata.c
41 -// SPDX-License-Identifier: GPL-2.0
42 +// SPDX-License-Identifier: GPL-2.0-only
44 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
47 ===================================================================
48 --- kconfig.orig/expr.c
51 -// SPDX-License-Identifier: GPL-2.0
52 +// SPDX-License-Identifier: GPL-2.0-only
54 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
57 ===================================================================
58 --- kconfig.orig/expr.h
61 -/* SPDX-License-Identifier: GPL-2.0 */
62 +/* SPDX-License-Identifier: GPL-2.0-only */
64 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
66 Index: kconfig/gconf-cfg.sh
67 ===================================================================
68 --- kconfig.orig/gconf-cfg.sh
69 +++ kconfig/gconf-cfg.sh
72 -# SPDX-License-Identifier: GPL-2.0
73 +# SPDX-License-Identifier: GPL-2.0-only
77 Index: kconfig/gconf.c
78 ===================================================================
79 --- kconfig.orig/gconf.c
82 -// SPDX-License-Identifier: GPL-2.0
83 +// SPDX-License-Identifier: GPL-2.0-only
85 * Copyright (C) 2002-2003 Romain Lievin <roms@tilp.info>
87 Index: kconfig/images.c
88 ===================================================================
89 --- kconfig.orig/images.c
92 -// SPDX-License-Identifier: GPL-2.0
93 +// SPDX-License-Identifier: GPL-2.0-only
95 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
97 Index: kconfig/images.h
98 ===================================================================
99 --- kconfig.orig/images.h
102 -/* SPDX-License-Identifier: GPL-2.0 */
103 +/* SPDX-License-Identifier: GPL-2.0-only */
105 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
107 Index: kconfig/lexer.l
108 ===================================================================
109 --- kconfig.orig/lexer.l
112 -/* SPDX-License-Identifier: GPL-2.0 */
113 +/* SPDX-License-Identifier: GPL-2.0-only */
115 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
117 Index: kconfig/lexer.lex.c_shipped
118 ===================================================================
119 --- kconfig.orig/lexer.lex.c_shipped
120 +++ kconfig/lexer.lex.c_shipped
121 @@ -2221,7 +2221,7 @@ int yy_flex_debug = 0;
122 #define YY_MORE_ADJ 0
123 #define YY_RESTORE_YY_MORE_OFFSET
125 -/* SPDX-License-Identifier: GPL-2.0 */
126 +/* SPDX-License-Identifier: GPL-2.0-only */
128 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
130 Index: kconfig/list.h
131 ===================================================================
132 --- kconfig.orig/list.h
135 -/* SPDX-License-Identifier: GPL-2.0 */
136 +/* SPDX-License-Identifier: GPL-2.0-only */
141 ===================================================================
142 --- kconfig.orig/lkc.h
145 -/* SPDX-License-Identifier: GPL-2.0 */
146 +/* SPDX-License-Identifier: GPL-2.0-only */
148 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
150 Index: kconfig/lkc_proto.h
151 ===================================================================
152 --- kconfig.orig/lkc_proto.h
153 +++ kconfig/lkc_proto.h
155 -/* SPDX-License-Identifier: GPL-2.0 */
156 +/* SPDX-License-Identifier: GPL-2.0-only */
160 Index: kconfig/lxdialog/checklist.c
161 ===================================================================
162 --- kconfig.orig/lxdialog/checklist.c
163 +++ kconfig/lxdialog/checklist.c
165 -// SPDX-License-Identifier: GPL-2.0+
166 +// SPDX-License-Identifier: GPL-2.0-or-later
168 * checklist.c -- implements the checklist box
170 Index: kconfig/lxdialog/dialog.h
171 ===================================================================
172 --- kconfig.orig/lxdialog/dialog.h
173 +++ kconfig/lxdialog/dialog.h
175 -/* SPDX-License-Identifier: GPL-2.0+ */
176 +/* SPDX-License-Identifier: GPL-2.0-or-later */
178 * dialog.h -- common declarations for all dialog modules
180 Index: kconfig/lxdialog/inputbox.c
181 ===================================================================
182 --- kconfig.orig/lxdialog/inputbox.c
183 +++ kconfig/lxdialog/inputbox.c
185 -// SPDX-License-Identifier: GPL-2.0+
186 +// SPDX-License-Identifier: GPL-2.0-or-later
188 * inputbox.c -- implements the input box
190 Index: kconfig/lxdialog/menubox.c
191 ===================================================================
192 --- kconfig.orig/lxdialog/menubox.c
193 +++ kconfig/lxdialog/menubox.c
195 -// SPDX-License-Identifier: GPL-2.0+
196 +// SPDX-License-Identifier: GPL-2.0-or-later
198 * menubox.c -- implements the menu box
200 Index: kconfig/lxdialog/textbox.c
201 ===================================================================
202 --- kconfig.orig/lxdialog/textbox.c
203 +++ kconfig/lxdialog/textbox.c
205 -// SPDX-License-Identifier: GPL-2.0+
206 +// SPDX-License-Identifier: GPL-2.0-or-later
208 * textbox.c -- implements the text box
210 Index: kconfig/lxdialog/util.c
211 ===================================================================
212 --- kconfig.orig/lxdialog/util.c
213 +++ kconfig/lxdialog/util.c
215 -// SPDX-License-Identifier: GPL-2.0+
216 +// SPDX-License-Identifier: GPL-2.0-or-later
220 Index: kconfig/lxdialog/yesno.c
221 ===================================================================
222 --- kconfig.orig/lxdialog/yesno.c
223 +++ kconfig/lxdialog/yesno.c
225 -// SPDX-License-Identifier: GPL-2.0+
226 +// SPDX-License-Identifier: GPL-2.0-or-later
228 * yesno.c -- implements the yes/no box
230 Index: kconfig/mconf-cfg.sh
231 ===================================================================
232 --- kconfig.orig/mconf-cfg.sh
233 +++ kconfig/mconf-cfg.sh
236 -# SPDX-License-Identifier: GPL-2.0
237 +# SPDX-License-Identifier: GPL-2.0-only
241 Index: kconfig/mconf.c
242 ===================================================================
243 --- kconfig.orig/mconf.c
246 -// SPDX-License-Identifier: GPL-2.0
247 +// SPDX-License-Identifier: GPL-2.0-only
249 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
251 Index: kconfig/menu.c
252 ===================================================================
253 --- kconfig.orig/menu.c
256 -// SPDX-License-Identifier: GPL-2.0
257 +// SPDX-License-Identifier: GPL-2.0-only
259 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
261 Index: kconfig/merge_config.sh
262 ===================================================================
263 --- kconfig.orig/merge_config.sh
264 +++ kconfig/merge_config.sh
267 -# SPDX-License-Identifier: GPL-2.0
268 +# SPDX-License-Identifier: GPL-2.0-only
270 # merge_config.sh - Takes a list of config fragment values, and merges
271 # them one by one. Provides warnings on overridden values, and specified
272 Index: kconfig/nconf-cfg.sh
273 ===================================================================
274 --- kconfig.orig/nconf-cfg.sh
275 +++ kconfig/nconf-cfg.sh
278 -# SPDX-License-Identifier: GPL-2.0
279 +# SPDX-License-Identifier: GPL-2.0-only
283 Index: kconfig/nconf.c
284 ===================================================================
285 --- kconfig.orig/nconf.c
288 -// SPDX-License-Identifier: GPL-2.0
289 +// SPDX-License-Identifier: GPL-2.0-only
291 * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com>
293 Index: kconfig/nconf.gui.c
294 ===================================================================
295 --- kconfig.orig/nconf.gui.c
296 +++ kconfig/nconf.gui.c
298 -// SPDX-License-Identifier: GPL-2.0
299 +// SPDX-License-Identifier: GPL-2.0-only
301 * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com>
303 Index: kconfig/nconf.h
304 ===================================================================
305 --- kconfig.orig/nconf.h
308 -/* SPDX-License-Identifier: GPL-2.0 */
309 +/* SPDX-License-Identifier: GPL-2.0-only */
311 * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com>
313 Index: kconfig/parser.y
314 ===================================================================
315 --- kconfig.orig/parser.y
318 -/* SPDX-License-Identifier: GPL-2.0 */
319 +/* SPDX-License-Identifier: GPL-2.0-only */
321 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
323 Index: kconfig/preprocess.c
324 ===================================================================
325 --- kconfig.orig/preprocess.c
326 +++ kconfig/preprocess.c
328 -// SPDX-License-Identifier: GPL-2.0
329 +// SPDX-License-Identifier: GPL-2.0-only
331 // Copyright (C) 2018 Masahiro Yamada <yamada.masahiro@socionext.com>
333 Index: kconfig/qconf-cfg.sh
334 ===================================================================
335 --- kconfig.orig/qconf-cfg.sh
336 +++ kconfig/qconf-cfg.sh
339 -# SPDX-License-Identifier: GPL-2.0
340 +# SPDX-License-Identifier: GPL-2.0-only
344 Index: kconfig/qconf.cc
345 ===================================================================
346 --- kconfig.orig/qconf.cc
349 -// SPDX-License-Identifier: GPL-2.0
350 +// SPDX-License-Identifier: GPL-2.0-only
352 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
353 * Copyright (C) 2015 Boris Barbulovski <bbarbulovski@gmail.com>
354 Index: kconfig/qconf.h
355 ===================================================================
356 --- kconfig.orig/qconf.h
359 -/* SPDX-License-Identifier: GPL-2.0 */
360 +/* SPDX-License-Identifier: GPL-2.0-only */
362 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
364 Index: kconfig/streamline_config.pl
365 ===================================================================
366 --- kconfig.orig/streamline_config.pl
367 +++ kconfig/streamline_config.pl
370 -# SPDX-License-Identifier: GPL-2.0
371 +# SPDX-License-Identifier: GPL-2.0-only
373 # Copyright 2005-2009 - Steven Rostedt
375 Index: kconfig/symbol.c
376 ===================================================================
377 --- kconfig.orig/symbol.c
380 -// SPDX-License-Identifier: GPL-2.0
381 +// SPDX-License-Identifier: GPL-2.0-only
383 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
385 Index: kconfig/util.c
386 ===================================================================
387 --- kconfig.orig/util.c
390 -// SPDX-License-Identifier: GPL-2.0
391 +// SPDX-License-Identifier: GPL-2.0-only
393 * Copyright (C) 2002-2005 Roman Zippel <zippel@linux-m68k.org>
394 * Copyright (C) 2002-2005 Sam Ravnborg <sam@ravnborg.org>