From: Uwe Kleine-König Date: Thu, 12 Nov 2015 09:20:39 +0000 (+0100) Subject: leds: triggers: oneshot: fix module license specification X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fb65ee94ee3ae8fde4922262f73dddea2172e3ef;p=deliverable%2Flinux.git leds: triggers: oneshot: fix module license specification The header of this file fixes the license to GPL 2 only without the option to use later version. So use the string "GPL v2" that is to be used in this case. Signed-off-by: Uwe Kleine-König Acked-by: Fabio Baltieri Signed-off-by: Jacek Anaszewski --- diff --git a/drivers/leds/trigger/ledtrig-oneshot.c b/drivers/leds/trigger/ledtrig-oneshot.c index 67293177a07b..b8ea9f0f1e19 100644 --- a/drivers/leds/trigger/ledtrig-oneshot.c +++ b/drivers/leds/trigger/ledtrig-oneshot.c @@ -201,4 +201,4 @@ module_exit(oneshot_trig_exit); MODULE_AUTHOR("Fabio Baltieri "); MODULE_DESCRIPTION("One-shot LED trigger"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2");