diff options
Diffstat (limited to 'tools/gdb/remote.c')
-rw-r--r-- | tools/gdb/remote.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gdb/remote.c b/tools/gdb/remote.c index f3681043f9..3cd0421351 100644 --- a/tools/gdb/remote.c +++ b/tools/gdb/remote.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * taken from gdb/remote.c * @@ -106,8 +107,6 @@ remote_continue(void) Free Software Foundation, Inc. This file is part of GDB. - - * SPDX-License-Identifier: GPL-2.0+ */ /* *INDENT-OFF* */ /* Remote communication protocol. |