aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/stv6111.c
diff options
context:
space:
mode:
authorGravatar Daniel Scheller <d.scheller@gmx.net> 2018-06-19 14:50:08 -0400
committerGravatar Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 2018-09-12 07:18:30 -0400
commit229b6ea6894be4714e49dbcb0e2f391ea7d20d02 (patch)
treef0b753e09dcb0837cf1db7651c3c2a8086c2a2b6 /drivers/media/dvb-frontends/stv6111.c
parentmedia: dt-bindings: adv748x: Fix decimal unit addresses (diff)
downloadlinux-229b6ea6894be4714e49dbcb0e2f391ea7d20d02.tar.gz
linux-229b6ea6894be4714e49dbcb0e2f391ea7d20d02.tar.bz2
linux-229b6ea6894be4714e49dbcb0e2f391ea7d20d02.zip
media: mxl5xx/stv0910/stv6111/ddbridge: fix MODULE_LICENSE to 'GPL v2'
In commit 3db30defab4b ("use correct MODULE_LINCESE for GPL v2 only according to notice in header") in the upstream repository for the mentioned four drivers at https://github.com/DigitalDevices/dddvb.git (plus a few more which aren't part of the mainline kernel tree), the MODULE_LICENSE was fixed to "GPL v2" and are now in sync with the GPL copyright boilerplate. Apply this change to the kernel tree drivers as well. Cc: Ralph Metzler <rjkm@metzlerbros.de> Cc: Manfred Voelkel <mvoelkel@DigitalDevices.de> Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/dvb-frontends/stv6111.c')
-rw-r--r--drivers/media/dvb-frontends/stv6111.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/stv6111.c b/drivers/media/dvb-frontends/stv6111.c
index 0cf460111acb..7831f08ac06c 100644
--- a/drivers/media/dvb-frontends/stv6111.c
+++ b/drivers/media/dvb-frontends/stv6111.c
@@ -687,4 +687,4 @@ EXPORT_SYMBOL_GPL(stv6111_attach);
MODULE_DESCRIPTION("ST STV6111 satellite tuner driver");
MODULE_AUTHOR("Ralph Metzler, Manfred Voelkel");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");