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)
commit8d039d4d3d387d15e6c9bb7a406c6689efdb8540
tree29c00e83aed009858a1c5f428ca4a2619bd6c7ca
parentdf6af78275f6af4a794378ea4d08a4959f959388
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