thermal: rcar_thermal: convert to SPDX identifiers
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 30 Jul 2018 07:56:06 +0000 (07:56 +0000)
committerEduardo Valentin <edubezval@gmail.com>
Mon, 20 Aug 2018 18:35:43 +0000 (11:35 -0700)
commitc954579087f4c0185206cfa777e697874b1e7d13
tree39c5562a64b2be35b29135929dc14b48abe7b622
parent2dfef650217c0e24754cd4c3abbb43e98131a7cf
thermal: rcar_thermal: convert to SPDX identifiers

As original license mentioned, it is GPL-2.0 in SPDX.
Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL".
See ${LINUX}/include/linux/module.h

"GPL"           [GNU Public License v2 or later]
"GPL v2"        [GNU Public License v2]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/rcar_thermal.c