diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2018-06-14 04:56:06 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-06-18 13:00:29 +0300 |
commit | c44e182e537492baaa37303fc0ee299222fce921 (patch) | |
tree | 85b941fe1a2648daf46603fce831c0e4928eca30 /arch/arm/include/debug/renesas-scif.S | |
parent | 7e8a50df26f4e7003d09f7e8d1e57fbbb7ebb750 (diff) | |
download | linux-c44e182e537492baaa37303fc0ee299222fce921.tar.xz |
ARM: shmobile: convert to SPDX identifier
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/include/debug/renesas-scif.S')
-rw-r--r-- | arch/arm/include/debug/renesas-scif.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/include/debug/renesas-scif.S b/arch/arm/include/debug/renesas-scif.S index 97820a8df51a..1c5f795587fc 100644 --- a/arch/arm/include/debug/renesas-scif.S +++ b/arch/arm/include/debug/renesas-scif.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Renesas SCIF(A) debugging macro include header * @@ -5,10 +6,6 @@ * * Copyright (C) 2012-2013 Renesas Electronics Corporation * 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. */ #define SCIF_PHYS CONFIG_DEBUG_UART_PHYS |