diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/debug/8250.S | 4 | ||||
-rw-r--r-- | arch/arm/lib/debug.S | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/include/debug/8250.S b/arch/arm/include/debug/8250.S index 7a2baf9..d47a892 100644 --- a/arch/arm/include/debug/8250.S +++ b/arch/arm/include/debug/8250.S @@ -3,9 +3,7 @@ * * Copyright (C) 1994-2013 Russell King * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. + * SPDX-License-Identifier: GPL-2.0+ */ #include <linux/serial_reg.h> diff --git a/arch/arm/lib/debug.S b/arch/arm/lib/debug.S index 14f7c3b..ddee7c0 100644 --- a/arch/arm/lib/debug.S +++ b/arch/arm/lib/debug.S @@ -3,9 +3,7 @@ * * Copyright (C) 1994-1999 Russell King * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. + * SPDX-License-Identifier: GPL-2.0+ * * 32-bit debugging code */ |