summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/dibx000_common.c
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-08-06 08:49:09 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 12:30:31 -0300
commitc6d74c2ce86a80c9859010eb65e622214a6993ed (patch)
tree89f6540555fc6e80c0d7af0c6f448fb0bdbe8758 /drivers/media/dvb/frontends/dibx000_common.c
parent0e367a15ed08710098e2ff59aa25cec723c0a9d4 (diff)
downloadlinux-stable-c6d74c2ce86a80c9859010eb65e622214a6993ed.tar.gz
linux-stable-c6d74c2ce86a80c9859010eb65e622214a6993ed.tar.bz2
linux-stable-c6d74c2ce86a80c9859010eb65e622214a6993ed.zip
V4L/DVB (4481): Make the dibx000-common-module GPL
Forget to put the MODULE-define and thus to give the license. Now GPL Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/dibx000_common.c')
-rw-r--r--drivers/media/dvb/frontends/dibx000_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/dibx000_common.c b/drivers/media/dvb/frontends/dibx000_common.c
index 0a4d9b83c6fd..61d28de30305 100644
--- a/drivers/media/dvb/frontends/dibx000_common.c
+++ b/drivers/media/dvb/frontends/dibx000_common.c
@@ -146,3 +146,7 @@ void dibx000_exit_i2c_master(struct dibx000_i2c_master *mst)
i2c_del_adapter(&mst->gated_tuner_i2c_adap);
}
EXPORT_SYMBOL(dibx000_exit_i2c_master);
+
+MODULE_AUTHOR("Patrick Boettcher <pboettcher@dibcom.fr>");
+MODULE_DESCRIPTION("Common function the DiBcom demodulator family");
+MODULE_LICENSE("GPL");