aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/trigger/ledtrig-camera.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-07-02 22:05:20 +0200
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2018-07-05 22:59:36 +0200
commit033692eb3ec8305f6e9998b297aaec6899680637 (patch)
tree6e888b4b81375631d1fd336ece9ba921a3ea23c8 /drivers/leds/trigger/ledtrig-camera.c
parentleds: lm3692x: Support LED sync configuration (diff)
downloadlinux-dev-033692eb3ec8305f6e9998b297aaec6899680637.tar.xz
linux-dev-033692eb3ec8305f6e9998b297aaec6899680637.zip
leds: triggers: make the MODULE_LICENSE string match the actual license
These files are licensed under GPL version 2 only. So use "GPL v2" instead of "GPL" (which means v2 or later). Also remove an empty (but commented) line at the end of the license header which nicely proves in the context that the drivers are really v2 only :-) Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/trigger/ledtrig-camera.c')
-rw-r--r--drivers/leds/trigger/ledtrig-camera.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/leds/trigger/ledtrig-camera.c b/drivers/leds/trigger/ledtrig-camera.c
index 9bd73a8bad5c..091a09a20c58 100644
--- a/drivers/leds/trigger/ledtrig-camera.c
+++ b/drivers/leds/trigger/ledtrig-camera.c
@@ -10,7 +10,6 @@
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
- *
*/
#include <linux/module.h>
@@ -54,4 +53,4 @@ module_exit(ledtrig_camera_exit);
MODULE_DESCRIPTION("LED Trigger for Camera Flash/Torch Control");
MODULE_AUTHOR("Milo Kim");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");