]> git.baikalelectronics.ru Git - kernel.git/commit
media: fbdev: sh7760fb: convert to SPDX identifiers
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 6 Aug 2018 03:18:42 +0000 (23:18 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Sep 2018 13:31:04 +0000 (09:31 -0400)
commit0f00a1a1f8bb588ecc5f4409e81cf25482773da3
tree5c1a454eec0312cdf9b9f90428eca8eefe2ff5f0
parent57738e630b28a45b059dbafca2a17f5bc842946c
media: fbdev: sh7760fb: convert to SPDX identifiers

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

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: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/video/fbdev/sh7760fb.c