DMA Engine development
 help / color / mirror / Atom feed
* [1/3] clk: bcm2835: make license text and module license match
@ 2018-10-23 18:31 Eric Anholt
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Anholt @ 2018-10-23 18:31 UTC (permalink / raw)
  To: Stefan Wahren, Florian Meier, Chris Boot, Martin Sperl
  Cc: Michael Turquette, Stephen Boyd, Mark Brown, Vinod Koul,
	linux-clk, dmaengine, linux-spi, linux-arm-kernel

Stefan Wahren <stefan.wahren@i2se.com> writes:

> The license text is specifying GPL v2 or later but the MODULE_LICENSE
> is set to GPL v2 which means GNU Public License v2 only. So choose the
> license text as the correct one.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

For the series:

Reviewed-by: Eric Anholt <eric@anholt.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [1/3] clk: bcm2835: make license text and module license match
@ 2018-11-06 17:35 Stephen Boyd
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2018-11-06 17:35 UTC (permalink / raw)
  To: Chris Boot, Eric Anholt, Florian Meier, Martin Sperl,
	Stefan Wahren
  Cc: Michael Turquette, Mark Brown, Vinod Koul, linux-clk, dmaengine,
	linux-spi, linux-arm-kernel

Quoting Stefan Wahren (2018-10-23 04:06:06)
> The license text is specifying GPL v2 or later but the MODULE_LICENSE
> is set to GPL v2 which means GNU Public License v2 only. So choose the
> license text as the correct one.
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [1/3] clk: bcm2835: make license text and module license match
@ 2018-10-23 11:06 Stefan Wahren
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Wahren @ 2018-10-23 11:06 UTC (permalink / raw)
  To: Florian Meier, Chris Boot, Martin Sperl, Eric Anholt
  Cc: Michael Turquette, Stephen Boyd, Mark Brown, Vinod Koul,
	linux-clk, dmaengine, linux-spi, linux-arm-kernel, Stefan Wahren

The license text is specifying GPL v2 or later but the MODULE_LICENSE
is set to GPL v2 which means GNU Public License v2 only. So choose the
license text as the correct one.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/clk/bcm/clk-bcm2835-aux.c | 2 +-
 drivers/clk/bcm/clk-bcm2835.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/bcm/clk-bcm2835-aux.c b/drivers/clk/bcm/clk-bcm2835-aux.c
index f225ad2..e01d557 100644
--- a/drivers/clk/bcm/clk-bcm2835-aux.c
+++ b/drivers/clk/bcm/clk-bcm2835-aux.c
@@ -79,4 +79,4 @@ builtin_platform_driver(bcm2835_aux_clk_driver);
 
 MODULE_AUTHOR("Eric Anholt <eric@anholt.net>");
 MODULE_DESCRIPTION("BCM2835 auxiliary peripheral clock driver");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");
diff --git a/drivers/clk/bcm/clk-bcm2835.c b/drivers/clk/bcm/clk-bcm2835.c
index 7bef066..6b6d836 100644
--- a/drivers/clk/bcm/clk-bcm2835.c
+++ b/drivers/clk/bcm/clk-bcm2835.c
@@ -2206,4 +2206,4 @@ builtin_platform_driver(bcm2835_clk_driver);
 
 MODULE_AUTHOR("Eric Anholt <eric@anholt.net>");
 MODULE_DESCRIPTION("BCM2835 clock driver");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");

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

end of thread, other threads:[~2018-11-06 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-23 18:31 [1/3] clk: bcm2835: make license text and module license match Eric Anholt
  -- strict thread matches above, loose matches on Subject: below --
2018-11-06 17:35 Stephen Boyd
2018-10-23 11:06 Stefan Wahren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox