diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/ttpci-budget/budget-ci.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/linux/drivers/media/dvb/ttpci-budget/budget-ci.c b/linux/drivers/media/dvb/ttpci-budget/budget-ci.c index f89a7f200..9c6c9534b 100644 --- a/linux/drivers/media/dvb/ttpci-budget/budget-ci.c +++ b/linux/drivers/media/dvb/ttpci-budget/budget-ci.c @@ -3,12 +3,8 @@ * * Compiled from various sources by Michael Hunold <michael@mihu.de> * - * Copyright (C) 2002 Ralph Metzler <rjkm@metzlerbros.de> - * - * Copyright (C) 1999-2002 Ralph Metzler - * & Marcus Metzler for convergence integrated media GmbH - * - * msp430 IR support contributed by Jack Thomasson <jkt@Helius.COM> + * msp430 IR support contributed by Jack Thomasson <jkt@Helius.COM> + * partially based on the Siemens DVB driver by Ralph+Marcus Metzler * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -430,7 +426,7 @@ module_init(budget_ci_init); module_exit(budget_ci_exit); MODULE_LICENSE("GPL"); -MODULE_AUTHOR("Ralph Metzler, Marcus Metzler, others"); +MODULE_AUTHOR("Michael Hunold, Jack Thomasson, others"); MODULE_DESCRIPTION("driver for the SAA7146 based so-called " "budget PCI DVB cards w/ CI-module produced by " "Siemens, Technotrend, Hauppauge"); |