All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ata: sata_mv: fix module license specification
@ 2016-12-20 21:15 Uwe Kleine-König
  2017-01-06 20:37 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2016-12-20 21:15 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide

The header allows GPL v2 only, so declare "GPL v2" for MODULE_LICENSE

Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
---
 drivers/ata/sata_mv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c
index 823e938c9a78..bcbfe23a45f6 100644
--- a/drivers/ata/sata_mv.c
+++ b/drivers/ata/sata_mv.c
@@ -4526,7 +4526,7 @@ static void __exit mv_exit(void)
 
 MODULE_AUTHOR("Brett Russ");
 MODULE_DESCRIPTION("SCSI low-level driver for Marvell SATA controllers");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 MODULE_DEVICE_TABLE(pci, mv_pci_tbl);
 MODULE_VERSION(DRV_VERSION);
 MODULE_ALIAS("platform:" DRV_NAME);
-- 
2.10.2


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

* Re: [PATCH] ata: sata_mv: fix module license specification
  2016-12-20 21:15 [PATCH] ata: sata_mv: fix module license specification Uwe Kleine-König
@ 2017-01-06 20:37 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2017-01-06 20:37 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: linux-ide

On Tue, Dec 20, 2016 at 10:15:22PM +0100, Uwe Kleine-König wrote:
> The header allows GPL v2 only, so declare "GPL v2" for MODULE_LICENSE
> 
> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>

Applied to libata/for-4.11.

Thanks.

-- 
tejun

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

end of thread, other threads:[~2017-01-06 20:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20 21:15 [PATCH] ata: sata_mv: fix module license specification Uwe Kleine-König
2017-01-06 20:37 ` Tejun Heo

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.