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

Commit 22aeddb5 authored by William Breathitt Gray's avatar William Breathitt Gray Committed by Linus Walleij
Browse files

gpio: misc: Pass correct license string to MODULE_LICENSE



The GPIO driver copyright boilerplate lacks the "or
later" verbiage regarding GPL compliant distribution. The MODULE_LICENSE
string should reflect the actual copyright license terms used.

Signed-off-by: default avatarWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 33a68e86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,4 +436,4 @@ module_exit(dio48e_exit);

MODULE_AUTHOR("William Breathitt Gray <vilhelm.gray@gmail.com>");
MODULE_DESCRIPTION("ACCES 104-DIO-48E GPIO driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
+1 −1
Original line number Diff line number Diff line
@@ -341,4 +341,4 @@ module_exit(idi_48_exit);

MODULE_AUTHOR("William Breathitt Gray <vilhelm.gray@gmail.com>");
MODULE_DESCRIPTION("ACCES 104-IDI-48 GPIO driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
+1 −1
Original line number Diff line number Diff line
@@ -317,4 +317,4 @@ module_exit(idio_16_exit);

MODULE_AUTHOR("William Breathitt Gray <vilhelm.gray@gmail.com>");
MODULE_DESCRIPTION("ACCES 104-IDIO-16 GPIO driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
+1 −1
Original line number Diff line number Diff line
@@ -433,4 +433,4 @@ module_exit(ws16c48_exit);

MODULE_AUTHOR("William Breathitt Gray <vilhelm.gray@gmail.com>");
MODULE_DESCRIPTION("WinSystems WS16C48 GPIO driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");