All of lore.kernel.org
 help / color / mirror / Atom feed
* [git:media_tree/master] [media] dvb-usb-dibusb-mc-common: Add MODULE_LICENSE
@ 2017-04-17 15:11 Mauro Carvalho Chehab
  0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2017-04-17 15:11 UTC (permalink / raw)
  To: linuxtv-commits; +Cc: stable, Ben Hutchings

This is an automatic generated email to let you know that the following patch were queued:

Subject: [media] dvb-usb-dibusb-mc-common: Add MODULE_LICENSE
Author:  Ben Hutchings <ben@decadent.org.uk>
Date:    Fri Feb 17 22:30:51 2017 -0200

dvb-usb-dibusb-mc-common is licensed under GPLv2, and if we don't say
so then it won't even load since it needs a GPL-only symbol.

Fixes: e91455a1495a ("[media] dvb-usb: split out common parts of dibusb")

Reported-by: Dominique Dumont <dod@debian.org>
Cc: stable@vger.kernel.org # 4.9+
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

 drivers/media/usb/dvb-usb/dibusb-mc-common.c | 2 ++
 1 file changed, 2 insertions(+)

---

diff --git a/drivers/media/usb/dvb-usb/dibusb-mc-common.c b/drivers/media/usb/dvb-usb/dibusb-mc-common.c
index c989cac9343d..0c2bc97436d5 100644
--- a/drivers/media/usb/dvb-usb/dibusb-mc-common.c
+++ b/drivers/media/usb/dvb-usb/dibusb-mc-common.c
@@ -11,6 +11,8 @@
 
 #include "dibusb.h"
 
+MODULE_LICENSE("GPL");
+
 /* 3000MC/P stuff */
 // Config Adjacent channels  Perf -cal22
 static struct dibx000_agc_config dib3000p_mt2060_agc_config = {

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-17 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-17 15:11 [git:media_tree/master] [media] dvb-usb-dibusb-mc-common: Add MODULE_LICENSE Mauro Carvalho Chehab

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.