aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2015-11-12 10:20:39 +0100
committerJacek Anaszewski <[email protected]>2016-01-04 09:57:36 +0100
commitfb65ee94ee3ae8fde4922262f73dddea2172e3ef (patch)
tree1a8ad44b27e8b8045f91d8edf9898c6157ee2ad1
parent22f933add429523923360e3d0c171c7df1bd4981 (diff)
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 <[email protected]> Acked-by: Fabio Baltieri <[email protected]> Signed-off-by: Jacek Anaszewski <[email protected]>
-rw-r--r--drivers/leds/trigger/ledtrig-oneshot.c2
1 files changed, 1 insertions, 1 deletions
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 <[email protected]>");
MODULE_DESCRIPTION("One-shot LED trigger");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");