From 0802c290c869d13af84794ab256bbe6ef66e08c7 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Sun, 6 Aug 2006 13:49:09 +0200 Subject: Make the dibx000-common-module GPL From: Patrick Boettcher Forget to put the MODULE-define and thus to give the license. Now GPL Signed-off-by: Patrick Boettcher --- linux/drivers/media/dvb/frontends/dibx000_common.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux/drivers/media/dvb/frontends') 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 "); +MODULE_DESCRIPTION("Common function the DiBcom demodulator family"); +MODULE_LICENSE("GPL"); -- cgit v1.2.3