mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
Input: ft6236 - change module license string to match copyright notice
The copyright/license notice says that the code is licensed under GPL v2 only (not GPL v2+), so let's use proper string in MODULE_LICENSE(). Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
726d0d407b
commit
10fbb8f56b
1 changed files with 1 additions and 1 deletions
|
@ -323,4 +323,4 @@ module_i2c_driver(ft6236_driver);
|
|||
MODULE_AUTHOR("Sean Cross <xobs@kosagi.com>");
|
||||
MODULE_AUTHOR("Noralf Trønnes <noralf@tronnes.org>");
|
||||
MODULE_DESCRIPTION("FocalTech FT6236 TouchScreen driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
Loading…
Add table
Reference in a new issue