Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 498e7e7e authored by Andi Shyti's avatar Andi Shyti Committed by Dmitry Torokhov
Browse files

Input: mms114 - fix license module information



The driver has been released with GNU Public License v2 as stated
in the header, but the module license information has been tagged
as "GPL" (GNU Public License v2 or later).

Fix the module license information so that it matches the one in
the header as "GPL v2".

Fixes: 07b8481d ("Input: add MELFAS mms114 touchscreen driver")
Reported-by: default avatarMarcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: default avatarAndi Shyti <andi.shyti@samsung.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent d67ad78e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -624,4 +624,4 @@ module_i2c_driver(mms114_driver);
/* Module information */
/* Module information */
MODULE_AUTHOR("Joonyoung Shim <jy0922.shim@samsung.com>");
MODULE_AUTHOR("Joonyoung Shim <jy0922.shim@samsung.com>");
MODULE_DESCRIPTION("MELFAS mms114 Touchscreen driver");
MODULE_DESCRIPTION("MELFAS mms114 Touchscreen driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");