diff options
author | Andreas Oberritter <devnull@localhost> | 2003-12-20 22:22:18 +0000 |
---|---|---|
committer | Andreas Oberritter <devnull@localhost> | 2003-12-20 22:22:18 +0000 |
commit | 7225302ef8db1b869af8423c0612f3928b711ffc (patch) | |
tree | 276403a954bd064b60717ed04944ec5f0c132c1c /linux/drivers/media/dvb | |
parent | e5173879d44b0c5c66084054745e19260228b7d0 (diff) | |
download | mediapointer-dvb-s2-7225302ef8db1b869af8423c0612f3928b711ffc.tar.gz mediapointer-dvb-s2-7225302ef8db1b869af8423c0612f3928b711ffc.tar.bz2 |
updated contributors.txt and some email addresses
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c | 4 | ||||
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/at76c651.c | 5 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt312.c | 4 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt312.h | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/nxt6000.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv0299.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/ves1x93.c | 4 | ||||
-rw-r--r-- | linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c | 2 |
9 files changed, 14 insertions, 13 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c index fa9073dd8..9925456b5 100644 --- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c +++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c @@ -1,7 +1,7 @@ /* * Bt8xx based DVB adapter driver * - * Copyright (C) 2002,2003 Florian Schirmer <schirmer@taytron.net> + * Copyright (C) 2002,2003 Florian Schirmer <jolt@tuxbox.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -560,6 +560,6 @@ static void __exit dvb_bt8xx_exit(void) module_init(dvb_bt8xx_init); module_exit(dvb_bt8xx_exit); MODULE_DESCRIPTION("Bt8xx based DVB adapter driver"); -MODULE_AUTHOR("Florian Schirmer <schirmer@taytron.net>"); +MODULE_AUTHOR("Florian Schirmer <jolt@tuxbox.org>"); MODULE_LICENSE("GPL"); MODULE_PARM(debug, "i"); diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h index 973e69e50..969606ecc 100644 --- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h +++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h @@ -1,7 +1,7 @@ /* * Bt8xx based DVB adapter driver * - * Copyright (C) 2002,2003 Florian Schirmer <schirmer@taytron.net> + * Copyright (C) 2002,2003 Florian Schirmer <jolt@tuxbox.org> * Copyright (C) 2002 Peter Hettkamp <peter.hettkamp@t-online.de> * Copyright (C) 1999-2001 Ralph Metzler & Marcus Metzler for convergence integrated media GmbH * Copyright (C) 1998,1999 Christian Theiss <mistert@rz.fh-augsburg.de> diff --git a/linux/drivers/media/dvb/frontends/at76c651.c b/linux/drivers/media/dvb/frontends/at76c651.c index 5cdc60df4..51940343b 100644 --- a/linux/drivers/media/dvb/frontends/at76c651.c +++ b/linux/drivers/media/dvb/frontends/at76c651.c @@ -4,7 +4,8 @@ * Atmel DVB-C Frontend Driver (at76c651/dat7021) * * Copyright (C) 2001 fnbrd <fnbrd@gmx.de> - * & 2002 Andreas Oberritter <andreas@oberritter.de> + * & 2002 Andreas Oberritter <obi@linuxtv.org> + * & 2003 Wolfram Joost <dbox2@frokaschwei.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -522,6 +523,6 @@ module_init(at76c651_init); module_exit(at76c651_exit); MODULE_DESCRIPTION("at76c651/dat7021 dvb-c frontend driver"); -MODULE_AUTHOR("Andreas Oberritter <andreas@oberritter.de>"); +MODULE_AUTHOR("Andreas Oberritter <obi@linuxtv.org>"); MODULE_LICENSE("GPL"); MODULE_PARM(debug, "i"); diff --git a/linux/drivers/media/dvb/frontends/mt312.c b/linux/drivers/media/dvb/frontends/mt312.c index 58fb627ec..d8c47b1b9 100644 --- a/linux/drivers/media/dvb/frontends/mt312.c +++ b/linux/drivers/media/dvb/frontends/mt312.c @@ -1,7 +1,7 @@ /* Driver for Zarlink MT312 Satellite Channel Decoder - Copyright (C) 2003 Andreas Oberritter <obi@saftware.de> + Copyright (C) 2003 Andreas Oberritter <obi@linuxtv.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -813,5 +813,5 @@ MODULE_PARM_DESC(debug, "enable verbose debug messages"); #endif MODULE_DESCRIPTION("MT312 Satellite Channel Decoder Driver"); -MODULE_AUTHOR("Andreas Oberritter <obi@saftware.de>"); +MODULE_AUTHOR("Andreas Oberritter <obi@linuxtv.org>"); MODULE_LICENSE("GPL"); diff --git a/linux/drivers/media/dvb/frontends/mt312.h b/linux/drivers/media/dvb/frontends/mt312.h index dd24b184e..222c6ecbd 100644 --- a/linux/drivers/media/dvb/frontends/mt312.h +++ b/linux/drivers/media/dvb/frontends/mt312.h @@ -1,7 +1,7 @@ /* Driver for Zarlink MT312 QPSK Frontend - Copyright (C) 2003 Andreas Oberritter <obi@saftware.de> + Copyright (C) 2003 Andreas Oberritter <obi@linuxtv.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/linux/drivers/media/dvb/frontends/nxt6000.c b/linux/drivers/media/dvb/frontends/nxt6000.c index f1e138b5f..c8164ff2d 100644 --- a/linux/drivers/media/dvb/frontends/nxt6000.c +++ b/linux/drivers/media/dvb/frontends/nxt6000.c @@ -7,7 +7,7 @@ Alps TDED4 (Tuner: TI ALP510, external Nxt6000) Comtech DVBT-6k07 (PLL IC: SP5730) - Copyright (C) 2002-2003 Florian Schirmer <schirmer@taytron.net> + Copyright (C) 2002-2003 Florian Schirmer <jolt@tuxbox.org> Copyright (C) 2003 Paul Andreassen <paul@andreassen.com.au> This program is free software; you can redistribute it and/or modify diff --git a/linux/drivers/media/dvb/frontends/stv0299.c b/linux/drivers/media/dvb/frontends/stv0299.c index 777d990a2..32d858540 100644 --- a/linux/drivers/media/dvb/frontends/stv0299.c +++ b/linux/drivers/media/dvb/frontends/stv0299.c @@ -18,7 +18,7 @@ LG TDQF-S001F Copyright (C) 2002 Felix Domke <tmbinc@elitedvb.net> - & Andreas Oberritter <andreas@oberritter.de> + & Andreas Oberritter <obi@linuxtv.org> Support for Samsung TBMU24112IMB used on Technisat SkyStar2 rev. 2.6B diff --git a/linux/drivers/media/dvb/frontends/ves1x93.c b/linux/drivers/media/dvb/frontends/ves1x93.c index 4d1f940ea..12410b1ea 100644 --- a/linux/drivers/media/dvb/frontends/ves1x93.c +++ b/linux/drivers/media/dvb/frontends/ves1x93.c @@ -2,9 +2,9 @@ Driver for VES1893 and VES1993 QPSK Frontends Copyright (C) 1999 Convergence Integrated Media GmbH <ralph@convergence.de> - Copyright (C) 2001 Ronny Strutz <3des@tuxbox.org> + Copyright (C) 2001 Ronny Strutz <3des@elitedvb.de> Copyright (C) 2002 Dennis Noermann <dennis.noermann@noernet.de> - Copyright (C) 2002-2003 Andreas Oberritter <obi@tuxbox.org> + Copyright (C) 2002-2003 Andreas Oberritter <obi@linuxtv.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c b/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c index 637d63f1f..d0f596f92 100644 --- a/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c +++ b/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c @@ -2,7 +2,7 @@ * TTUSB DVB driver * * Copyright (c) 2002 Holger Waechtler <holger@convergence.de> - * Copyright (c) 2003 Felix Domke <tmbinc@gmx.net> + * Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |