Re: [PATCH] watchdog: coh901327: make license text and module licence match

2018-02-22 Thread Linus Walleij
On Sat, Feb 10, 2018 at 10:27 AM, Marcus Folkesson wrote: > 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 Lice

Re: [PATCH] watchdog: coh901327: make license text and module licence match

2018-02-10 Thread Guenter Roeck
On 02/10/2018 01:27 AM, Marcus Folkesson wrote: 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

Re: [PATCH] watchdog: coh901327: make license text and module licence match

2018-02-10 Thread Philippe Ombredanne
On Sat, Feb 10, 2018 at 10:27 AM, Marcus Folkesson wrote: > 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 Licen

[PATCH] watchdog: coh901327: make license text and module licence match

2018-02-10 Thread Marcus Folkesson
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 Fo