diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-09-07 02:04:19 +0000 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-09-12 10:19:51 +0200 |
commit | 41c4567ce2610b7a87952398756d662e979621fa (patch) | |
tree | 49d4c9ef5878219d82e4759b5369978037b2902d /drivers/soc/renesas/Kconfig | |
parent | 3116d859e7b15d3740afd44c975cdb34a4c1246e (diff) | |
download | linux-41c4567ce2610b7a87952398756d662e979621fa.tar.bz2 |
soc: renesas: convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier
instead of verbose license text.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/soc/renesas/Kconfig')
-rw-r--r-- | drivers/soc/renesas/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 00d4c9db1981..4ba59783e607 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 config SOC_RENESAS bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS default y if ARCH_RENESAS |