浏览代码

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 <u.kleine-koenig@pengutronix.de>
Acked-by: Fabio Baltieri <fabio.baltieri@gmail.com>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Uwe Kleine-König 9 年之前
父节点
当前提交
fb65ee94ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/leds/trigger/ledtrig-oneshot.c

+ 1 - 1
drivers/leds/trigger/ledtrig-oneshot.c

@@ -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");