Skip to content

Commit

Permalink
kernel: debug: Convert to SPDX identifier
Browse files Browse the repository at this point in the history
use SPDX-License-Identifier instead of a verbose license text

Signed-off-by: Cai Huoqing <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Daniel Thompson <[email protected]>
  • Loading branch information
caihuoqing1990 authored and daniel-thompson committed Sep 6, 2021
1 parent e868f0a commit f8416aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions kernel/debug/debug_core.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Kernel Debug Core
*
Expand All @@ -22,10 +23,6 @@
*
* Original KGDB stub: David Grothe <[email protected]>,
* Tigran Aivazian <[email protected]>
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any
* kind, whether express or implied.
*/

#define pr_fmt(fmt) "KGDB: " fmt
Expand Down
5 changes: 1 addition & 4 deletions kernel/debug/gdbstub.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Kernel Debug Core
*
Expand All @@ -22,10 +23,6 @@
*
* Original KGDB stub: David Grothe <[email protected]>,
* Tigran Aivazian <[email protected]>
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any
* kind, whether express or implied.
*/

#include <linux/kernel.h>
Expand Down

0 comments on commit f8416aa

Please sign in to comment.