summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
diff options
context:
space:
mode:
authorAndreas Oberritter <devnull@localhost>2003-12-20 22:22:18 +0000
committerAndreas Oberritter <devnull@localhost>2003-12-20 22:22:18 +0000
commit7225302ef8db1b869af8423c0612f3928b711ffc (patch)
tree276403a954bd064b60717ed04944ec5f0c132c1c /linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
parente5173879d44b0c5c66084054745e19260228b7d0 (diff)
downloadmediapointer-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/bt8xx/dvb-bt8xx.c')
-rw-r--r--linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c4
1 files changed, 2 insertions, 2 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");