dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2/3] dma: bcm2835: make license text and module license match
@ 2018-10-23 11:06 Stefan Wahren
  0 siblings, 0 replies; 2+ 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/dma/bcm2835-dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c
index 847f84a..112b071 100644
--- a/drivers/dma/bcm2835-dma.c
+++ b/drivers/dma/bcm2835-dma.c
@@ -1064,4 +1064,4 @@ module_platform_driver(bcm2835_dma_driver);
 MODULE_ALIAS("platform:bcm2835-dma");
 MODULE_DESCRIPTION("BCM2835 DMA engine driver");
 MODULE_AUTHOR("Florian Meier <florian.meier@koalo.de>");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");

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

On 23-10-18, 13:06, Stefan Wahren wrote:
> 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.

Applied after fixing subsystem name, thanks

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

end of thread, other threads:[~2018-11-11  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-23 11:06 [2/3] dma: bcm2835: make license text and module license match Stefan Wahren
  -- strict thread matches above, loose matches on Subject: below --
2018-11-11  9:09 Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).