All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] leds: triggers: oneshot: fix module license specification
@ 2015-11-12  9:20 Uwe Kleine-König
  2015-11-12  9:52 ` Fabio Baltieri
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2015-11-12  9:20 UTC (permalink / raw)
  To: Richard Purdie, Jacek Anaszewski; +Cc: Fabio Baltieri, kernel, linux-leds

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>
---
 drivers/leds/trigger/ledtrig-oneshot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/trigger/ledtrig-oneshot.c b/drivers/leds/trigger/ledtrig-oneshot.c
index fbd02cdc3ad7..c1bab74b22a0 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 <fabio.baltieri@gmail.com>");
 MODULE_DESCRIPTION("One-shot LED trigger");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
-- 
2.6.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] leds: triggers: oneshot: fix module license specification
  2015-11-12  9:20 [PATCH] leds: triggers: oneshot: fix module license specification Uwe Kleine-König
@ 2015-11-12  9:52 ` Fabio Baltieri
  2015-11-16 13:18   ` Jacek Anaszewski
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Baltieri @ 2015-11-12  9:52 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Richard Purdie, Jacek Anaszewski, kernel, linux-leds

On Thu, Nov 12, 2015 at 9:20 AM, Uwe Kleine-König
<u.kleine-koenig@pengutronix.de> wrote:
> 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>

> ---
>  drivers/leds/trigger/ledtrig-oneshot.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/leds/trigger/ledtrig-oneshot.c b/drivers/leds/trigger/ledtrig-oneshot.c
> index fbd02cdc3ad7..c1bab74b22a0 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 <fabio.baltieri@gmail.com>");
>  MODULE_DESCRIPTION("One-shot LED trigger");
> -MODULE_LICENSE("GPL");
> +MODULE_LICENSE("GPL v2");
> --
> 2.6.1
>



-- 
Fabio Baltieri

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] leds: triggers: oneshot: fix module license specification
  2015-11-12  9:52 ` Fabio Baltieri
@ 2015-11-16 13:18   ` Jacek Anaszewski
  0 siblings, 0 replies; 3+ messages in thread
From: Jacek Anaszewski @ 2015-11-16 13:18 UTC (permalink / raw)
  To: Fabio Baltieri; +Cc: Uwe Kleine-König, Richard Purdie, kernel, linux-leds

On 11/12/2015 10:52 AM, Fabio Baltieri wrote:
> On Thu, Nov 12, 2015 at 9:20 AM, Uwe Kleine-König
> <u.kleine-koenig@pengutronix.de> wrote:
>> 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>

Applied, thanks.

>> ---
>>   drivers/leds/trigger/ledtrig-oneshot.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/leds/trigger/ledtrig-oneshot.c b/drivers/leds/trigger/ledtrig-oneshot.c
>> index fbd02cdc3ad7..c1bab74b22a0 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 <fabio.baltieri@gmail.com>");
>>   MODULE_DESCRIPTION("One-shot LED trigger");
>> -MODULE_LICENSE("GPL");
>> +MODULE_LICENSE("GPL v2");
>> --
>> 2.6.1
>>
>
>
>


-- 
Best Regards,
Jacek Anaszewski

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-16 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12  9:20 [PATCH] leds: triggers: oneshot: fix module license specification Uwe Kleine-König
2015-11-12  9:52 ` Fabio Baltieri
2015-11-16 13:18   ` Jacek Anaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.