OSDN Git Service

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)
commit4aeba6418a160d8e58501cd57800252ba349ad1a
tree8d796b39316363d90c9bd1bfe83ce0716ed8934e
parentdda2af7418db9dd51913cb71d9ec9266d4f7924d
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