All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] leds: lt3593: sync module license information with header
@ 2018-06-23 19:57 Daniel Mack
  2018-06-24 10:37 ` Jacek Anaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2018-06-23 19:57 UTC (permalink / raw)
  To: jacek.anaszewski, robh+dt; +Cc: linux-leds, devicetree, Daniel Mack

Use GPLv2 for both the module information and the header.

Signed-off-by: Daniel Mack <daniel@zonque.org>
---
 drivers/leds/leds-lt3593.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/leds-lt3593.c b/drivers/leds/leds-lt3593.c
index f6aae616242e..90a8c86c5341 100644
--- a/drivers/leds/leds-lt3593.c
+++ b/drivers/leds/leds-lt3593.c
@@ -202,5 +202,5 @@ module_platform_driver(lt3593_led_driver);
 
 MODULE_AUTHOR("Daniel Mack <daniel@zonque.org>");
 MODULE_DESCRIPTION("LED driver for LT3593 controllers");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPLv2");
 MODULE_ALIAS("platform:leds-lt3593");
-- 
2.17.1

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

* Re: [PATCH] leds: lt3593: sync module license information with header
  2018-06-23 19:57 [PATCH] leds: lt3593: sync module license information with header Daniel Mack
@ 2018-06-24 10:37 ` Jacek Anaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Jacek Anaszewski @ 2018-06-24 10:37 UTC (permalink / raw)
  To: Daniel Mack, robh+dt; +Cc: linux-leds, devicetree

Hi Daniel,

Thank you for the patch.

On 06/23/2018 09:57 PM, Daniel Mack wrote:
> Use GPLv2 for both the module information and the header.
> 
> Signed-off-by: Daniel Mack <daniel@zonque.org>
> ---
>   drivers/leds/leds-lt3593.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/leds/leds-lt3593.c b/drivers/leds/leds-lt3593.c
> index f6aae616242e..90a8c86c5341 100644
> --- a/drivers/leds/leds-lt3593.c
> +++ b/drivers/leds/leds-lt3593.c
> @@ -202,5 +202,5 @@ module_platform_driver(lt3593_led_driver);
>   
>   MODULE_AUTHOR("Daniel Mack <daniel@zonque.org>");
>   MODULE_DESCRIPTION("LED driver for LT3593 controllers");
> -MODULE_LICENSE("GPL");
> +MODULE_LICENSE("GPLv2");

s/GPLv2/GPL v2/

checkpatch.pl would catch that.

I've fixed it up by myself and applied.

-- 
Best regards,
Jacek Anaszewski

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

end of thread, other threads:[~2018-06-24 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-23 19:57 [PATCH] leds: lt3593: sync module license information with header Daniel Mack
2018-06-24 10:37 ` 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.