From: Uwe Kleine-König Date: Fri, 15 Jan 2016 17:35:34 +0000 (+0100) Subject: watchdog: max63xx: make module's license marker match the header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=29efefb9091dc7b58a2ac9d054c92295101e6bb2;p=linux-beck.git watchdog: max63xx: make module's license marker match the header The header specifies GPL version 2 only, so make the MODULE_LICENSE string use the respective string for that. Signed-off-by: Uwe Kleine-König Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/max63xx_wdt.c b/drivers/watchdog/max63xx_wdt.c index f36ca4be0720..ac5840d9689a 100644 --- a/drivers/watchdog/max63xx_wdt.c +++ b/drivers/watchdog/max63xx_wdt.c @@ -292,4 +292,4 @@ MODULE_PARM_DESC(nodelay, "Force selection of a timeout setting without initial delay " "(max6373/74 only, default=0)"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2");