summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorHolger Waechtler <devnull@localhost>2003-02-14 15:53:36 +0000
committerHolger Waechtler <devnull@localhost>2003-02-14 15:53:36 +0000
commit60f5569f4b39586fc41174ef5ebd6c98ea9b014c (patch)
tree8acf713bc57c9433e9f5c0ffc9a797e4ad53564b /linux/drivers/media
parent19db32279dad582563449480e6b8f938f1c437c0 (diff)
downloadmediapointer-dvb-s2-60f5569f4b39586fc41174ef5ebd6c98ea9b014c.tar.gz
mediapointer-dvb-s2-60f5569f4b39586fc41174ef5ebd6c98ea9b014c.tar.bz2
removed Metzlerbros from MODULE_AUTHOR list, there is no code left frmo them...
Add Jack Thomasson.
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/ttpci-budget/budget-ci.c10
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");