Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Uwe Kleine-König and committed by
Jacek Anaszewski
fb65ee94 22f933ad

+1 -1
+1 -1
drivers/leds/trigger/ledtrig-oneshot.c
··· 201 201 202 202 MODULE_AUTHOR("Fabio Baltieri <fabio.baltieri@gmail.com>"); 203 203 MODULE_DESCRIPTION("One-shot LED trigger"); 204 - MODULE_LICENSE("GPL"); 204 + MODULE_LICENSE("GPL v2");