Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

watchdog: orion: make license info match the file header

The header says: This file is licensed under the terms of the GNU
General Public License version 2. The right identifier for
MODULE_LICENSE is "GPL v2" then.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Uwe Kleine-König and committed by
Wim Van Sebroeck
ecd94a41 08497f22

+1 -1
+1 -1
drivers/watchdog/orion_wdt.c
··· 651 651 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 652 652 __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); 653 653 654 - MODULE_LICENSE("GPL"); 654 + MODULE_LICENSE("GPL v2"); 655 655 MODULE_ALIAS("platform:orion_wdt");