Skip to content

Commit 577b61c

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_398.RULE
Based on the normalized pattern: this file is licensed under the terms of the gnu general public license version 2 this program as licensed as is without any warranty of any kind whether express or implied extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference. Reviewed-by: Allison Randal <allison@lohutok.net> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 828c91f commit 577b61c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

arch/powerpc/kernel/kgdb.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* PowerPC backend to the KGDB stub.
34
*
@@ -8,10 +9,6 @@
89
* PPC32 support restored by Vitaly Wool <vwool@ru.mvista.com> and
910
* Sergei Shtylyov <sshtylyov@ru.mvista.com>
1011
* Copyright (C) 2007-2008 Wind River Systems, Inc.
11-
*
12-
* This file is licensed under the terms of the GNU General Public License
13-
* version 2. This program as licensed "as is" without any warranty of any
14-
* kind, whether express or implied.
1512
*/
1613

1714
#include <linux/kernel.h>

0 commit comments

Comments
 (0)