Skip to content

Commit

Permalink
leds: triggers: oneshot: fix module license specification
Browse files Browse the repository at this point in the history
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 <u.kleine-koenig@pengutronix.de>
Acked-by: Fabio Baltieri <fabio.baltieri@gmail.com>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
  • Loading branch information
Uwe Kleine-König authored and Jacek Anaszewski committed Jan 4, 2016
1 parent 22f933a commit fb65ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/trigger/ledtrig-oneshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ module_exit(oneshot_trig_exit);

MODULE_AUTHOR("Fabio Baltieri <fabio.baltieri@gmail.com>");
MODULE_DESCRIPTION("One-shot LED trigger");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");

0 comments on commit fb65ee9

Please sign in to comment.