]> git.baikalelectronics.ru Git - kernel.git/commit
Input: st1232 - convert to SPDX identifiers
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 12 Nov 2018 19:30:06 +0000 (11:30 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 12 Nov 2018 19:52:36 +0000 (11:52 -0800)
commit984ef0ccaf85c9ef58ff56379673f1f7d895ea31
tree8d796b39316363d90c9bd1bfe83ce0716ed8934e
parentfd5ee12a2b260ecc8a18cee8b069bfc16578ae58
Input: st1232 - 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>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/st1232.c