Skip to content

Commit 40b0b3f

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Based on 2 normalized pattern(s): this source code is licensed under the gnu general public license version 2 see the file copying for more details this source code is licensed under general public license version 2 see extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 52 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Enrico Weigelt <info@metux.net> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190602204653.449021192@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 33eea06 commit 40b0b3f

Some content is hidden

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

52 files changed

+52
-158
lines changed

arch/ia64/kernel/machine_kexec.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* arch/ia64/kernel/machine_kexec.c
34
*
45
* Handle transition of Linux booting another kernel
56
* Copyright (C) 2005 Hewlett-Packard Development Comapny, L.P.
67
* Copyright (C) 2005 Khalid Aziz <khalid.aziz@hp.com>
78
* Copyright (C) 2006 Intel Corp, Zou Nan hai <nanhai.zou@intel.com>
8-
*
9-
* This source code is licensed under the GNU General Public License,
10-
* Version 2. See the file COPYING for more details.
119
*/
1210

1311
#include <linux/mm.h>

arch/ia64/kernel/relocate_kernel.S

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* arch/ia64/kernel/relocate_kernel.S
34
*
@@ -6,9 +7,6 @@
67
* Copyright (C) 2005 Hewlett-Packard Development Company, L.P.
78
* Copyright (C) 2005 Khalid Aziz <khalid.aziz@hp.com>
89
* Copyright (C) 2005 Intel Corp, Zou Nan hai <nanhai.zou@intel.com>
9-
*
10-
* This source code is licensed under the GNU General Public License,
11-
* Version 2. See the file COPYING for more details.
1210
*/
1311
#include <asm/asmmacro.h>
1412
#include <asm/kregs.h>

arch/mips/include/asm/kexec.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* kexec.h for kexec
34
* Created by <nschichan@corp.free.fr> on Thu Oct 12 14:59:34 2006
4-
*
5-
* This source code is licensed under the GNU General Public License,
6-
* Version 2. See the file COPYING for more details.
75
*/
86

97
#ifndef _MIPS_KEXEC

arch/mips/kernel/machine_kexec.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* machine_kexec.c for kexec
34
* Created by <nschichan@corp.free.fr> on Thu Oct 12 15:15:06 2006
4-
*
5-
* This source code is licensed under the GNU General Public License,
6-
* Version 2. See the file COPYING for more details.
75
*/
86
#include <linux/compiler.h>
97
#include <linux/kexec.h>

arch/mips/kernel/relocate_kernel.S

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* relocate_kernel.S for kexec
34
* Created by <nschichan@corp.free.fr> on Thu Oct 12 17:49:57 2006
4-
*
5-
* This source code is licensed under the GNU General Public License,
6-
* Version 2. See the file COPYING for more details.
75
*/
86

97
#include <asm/asm.h>

arch/powerpc/kernel/crash.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Architecture specific (PPC64) functions for kexec based crash dumps.
34
*
45
* Copyright (C) 2005, IBM Corp.
56
*
67
* Created by: Haren Myneni
7-
*
8-
* This source code is licensed under the GNU General Public License,
9-
* Version 2. See the file COPYING for more details.
10-
*
118
*/
129

1310
#include <linux/kernel.h>

arch/powerpc/kernel/crash_dump.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Routines for doing kexec-based kdump.
34
*
45
* Copyright (C) 2005, IBM Corp.
56
*
67
* Created by: Michael Ellerman
7-
*
8-
* This source code is licensed under the GNU General Public License,
9-
* Version 2. See the file COPYING for more details.
108
*/
119

1210
#undef DEBUG

arch/powerpc/kernel/machine_kexec.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Code to handle transition of Linux booting another kernel.
34
*
45
* Copyright (C) 2002-2003 Eric Biederman <ebiederm@xmission.com>
56
* GameCube/ppc32 port Copyright (C) 2004 Albert Herranz
67
* Copyright (C) 2005 IBM Corporation.
7-
*
8-
* This source code is licensed under the GNU General Public License,
9-
* Version 2. See the file COPYING for more details.
108
*/
119

1210
#include <linux/kexec.h>

arch/powerpc/kernel/machine_kexec_32.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* PPC32 code to handle Linux booting another kernel.
34
*
45
* Copyright (C) 2002-2003 Eric Biederman <ebiederm@xmission.com>
56
* GameCube/ppc32 port Copyright (C) 2004 Albert Herranz
67
* Copyright (C) 2005 IBM Corporation.
7-
*
8-
* This source code is licensed under the GNU General Public License,
9-
* Version 2. See the file COPYING for more details.
108
*/
119

1210
#include <linux/kexec.h>

arch/powerpc/kernel/machine_kexec_64.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* PPC64 code to handle Linux booting another kernel.
34
*
45
* Copyright (C) 2004-2005, IBM Corp.
56
*
67
* Created by: Milton D Miller II
7-
*
8-
* This source code is licensed under the GNU General Public License,
9-
* Version 2. See the file COPYING for more details.
108
*/
119

1210

0 commit comments

Comments
 (0)