You can add my Acked-by: Jasmin Jessich <jasmin@xxxxxx> On 06/19/2018 08:51 PM, Daniel Scheller wrote: > From: Daniel Scheller <d.scheller@xxxxxxx> > > In commit 3db30defab4b ("use correct MODULE_LINCESE for GPL v2 only > according to notice in header") in the upstream repository for the > mentioned driver at https://github.com/DigitalDevices/dddvb.git, the > MODULE_LICENSE was fixed to "GPL v2" and is now in sync with the GPL > copyright boilerplate. Apply this change to the kernel tree driver > aswell. > > Cc: Ralph Metzler <rjkm@xxxxxxxxxxxxxx> > Cc: Manfred Voelkel <mvoelkel@xxxxxxxxxxxxxxxxx> > Signed-off-by: Daniel Scheller <d.scheller@xxxxxxx> > --- > drivers/media/dvb-frontends/cxd2099.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/dvb-frontends/cxd2099.c b/drivers/media/dvb-frontends/cxd2099.c > index 4a0ce3037fd6..42de3d0badba 100644 > --- a/drivers/media/dvb-frontends/cxd2099.c > +++ b/drivers/media/dvb-frontends/cxd2099.c > @@ -701,4 +701,4 @@ module_i2c_driver(cxd2099_driver); > > MODULE_DESCRIPTION("Sony CXD2099AR Common Interface controller driver"); > MODULE_AUTHOR("Ralph Metzler"); > -MODULE_LICENSE("GPL"); > +MODULE_LICENSE("GPL v2"); >