diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-08-06 13:49:09 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2006-08-06 13:49:09 +0200 |
commit | 0802c290c869d13af84794ab256bbe6ef66e08c7 (patch) | |
tree | f06d4e2545efd6bbf0b44cd69bfa093e65a67c96 /linux/drivers/media/dvb/frontends | |
parent | 487a380f105dca61c562573ded6b5748894fcd27 (diff) | |
download | mediapointer-dvb-s2-0802c290c869d13af84794ab256bbe6ef66e08c7.tar.gz mediapointer-dvb-s2-0802c290c869d13af84794ab256bbe6ef66e08c7.tar.bz2 |
Make the dibx000-common-module GPL
From: Patrick Boettcher <pb@linuxtv.org>
Forget to put the MODULE-define and thus to give the license. Now GPL
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dibx000_common.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/dibx000_common.c b/linux/drivers/media/dvb/frontends/dibx000_common.c index 002ab9337..bdc6d7a7d 100644 --- a/linux/drivers/media/dvb/frontends/dibx000_common.c +++ b/linux/drivers/media/dvb/frontends/dibx000_common.c @@ -185,3 +185,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"); |