Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/boot: Convert more files to use SPDX tags

These files are all plain GPL 2.0, with a second sentence about being
licensed as-is.

Similar to the rule in commit 577b61cee5b2 ("treewide: Replace GPLv2
boilerplate/reference with SPDX - gpl-2.0_398.RULE").

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20220819110430.433984-1-mpe@ellerman.id.au

+8 -20
+1 -4
arch/powerpc/boot/44x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * PowerPC 44x related functions 3 4 * 4 5 * Copyright 2007 David Gibson, IBM Corporation. 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 #ifndef _PPC_BOOT_44X_H_ 11 8 #define _PPC_BOOT_44X_H_
+1 -4
arch/powerpc/boot/4xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * PowerPC 4xx related functions 3 4 * 4 5 * Copyright 2007 IBM Corporation. 5 6 * Josh Boyer <jwboyer@linux.vnet.ibm.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 #ifndef _POWERPC_BOOT_4XX_H_ 12 9 #define _POWERPC_BOOT_4XX_H_
+2 -4
arch/powerpc/boot/ops.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Global definition of all the bootwrapper operations. 3 4 * 4 5 * Author: Mark A. Greer <mgreer@mvista.com> 5 6 * 6 - * 2006 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2006 (c) MontaVista Software, Inc. 10 8 */ 11 9 #ifndef _PPC_BOOT_OPS_H_ 12 10 #define _PPC_BOOT_OPS_H_
+2 -4
arch/powerpc/boot/serial.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Generic serial console support 3 4 * ··· 7 6 * Code in serial_edit_cmdline() copied from <file:arch/ppc/boot/simple/misc.c> 8 7 * and was written by Matt Porter <mporter@kernel.crashing.org>. 9 8 * 10 - * 2001,2006 (c) MontaVista Software, Inc. This file is licensed under 11 - * the terms of the GNU General Public License version 2. This program 12 - * is licensed "as is" without any warranty of any kind, whether express 13 - * or implied. 9 + * 2001,2006 (c) MontaVista Software, Inc. 14 10 */ 15 11 #include <stdarg.h> 16 12 #include <stddef.h>
+2 -4
arch/powerpc/boot/simple_alloc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Implement primitive realloc(3) functionality. 3 4 * 4 5 * Author: Mark A. Greer <mgreer@mvista.com> 5 6 * 6 - * 2006 (c) MontaVista, Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 7 + * 2006 (c) MontaVista, Software, Inc. 10 8 */ 11 9 12 10 #include <stddef.h>