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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 76

Based on 1 normalized pattern(s):

gdb gas and the gnu binutils are free software you can redistribute
them and or modify them under the terms of the gnu general public
license as published by the free software foundation either version
2 or at your option any later version gdb gas and the gnu binutils
are distributed in the hope that they will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
for more details you should have received a copy of the gnu general
public license along with this file see the file copying if not
write to the free software foundation 51 franklin street fifth floor
boston ma 02110 1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 2 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520075210.666183009@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
d135b9cf 6fa41b31

+4 -27
+2 -13
arch/powerpc/xmon/ppc-dis.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* ppc-dis.c -- Disassemble PowerPC instructions 2 3 Copyright (C) 1994-2016 Free Software Foundation, Inc. 3 4 Written by Ian Lance Taylor, Cygnus Support 4 5 5 6 This file is part of GDB, GAS, and the GNU binutils. 6 7 7 - GDB, GAS, and the GNU binutils are free software; you can redistribute 8 - them and/or modify them under the terms of the GNU General Public 9 - License as published by the Free Software Foundation; either version 10 - 2, or (at your option) any later version. 11 - 12 - GDB, GAS, and the GNU binutils are distributed in the hope that they 13 - will be useful, but WITHOUT ANY WARRANTY; without even the implied 14 - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 - the GNU General Public License for more details. 16 - 17 - You should have received a copy of the GNU General Public License 18 - along with this file; see the file COPYING. If not, write to the Free 19 - Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ 8 + */ 20 9 21 10 #include <asm/cputable.h> 22 11 #include <asm/cpu_has_feature.h>
+2 -14
arch/powerpc/xmon/ppc-opc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* ppc-opc.c -- PowerPC opcode list 2 3 Copyright (C) 1994-2016 Free Software Foundation, Inc. 3 4 Written by Ian Lance Taylor, Cygnus Support 4 5 5 6 This file is part of GDB, GAS, and the GNU binutils. 6 7 7 - GDB, GAS, and the GNU binutils are free software; you can redistribute 8 - them and/or modify them under the terms of the GNU General Public 9 - License as published by the Free Software Foundation; either version 10 - 2, or (at your option) any later version. 11 - 12 - GDB, GAS, and the GNU binutils are distributed in the hope that they 13 - will be useful, but WITHOUT ANY WARRANTY; without even the implied 14 - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 15 - the GNU General Public License for more details. 16 - 17 - You should have received a copy of the GNU General Public License 18 - along with this file; see the file COPYING. If not, write to the Free 19 - Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 20 - 02110-1301, USA. */ 8 + */ 21 9 22 10 #include <linux/stddef.h> 23 11 #include <linux/kernel.h>