]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: coh901327: make license text and module licence match
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Sat, 10 Feb 2018 09:27:01 +0000 (10:27 +0100)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sat, 3 Mar 2018 16:04:16 +0000 (17:04 +0100)
commit5f379adfc3bd03c6002c72add6d85e983565420e
tree29c00e83aed009858a1c5f428ca4a2619bd6c7ca
parent42045e01380a2468a2f60622dfadeaf303d2a004
watchdog: coh901327: make license text and module licence match

Licence text is specifying "GPLv2" but the MODULE_LICENSE is set to "GPLv2
or later".

See include/linux/module.h:
"GPL" [GNU Public License v2 or later]
"GPL v2" [GNU Public License v2]

When on it, add SPDX identifier tag.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/coh901327_wdt.c