summaryrefslogtreecommitdiff
path: root/wct1xxp.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-31 14:17:47 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-31 14:17:47 +0000
commit680c5779b0834da52356711d29c8b1ca7b28f4f0 (patch)
treed755794365d48bf7f57b57c2cf38a3f0b939bb8f /wct1xxp.c
parent91920afe94f0ef98ac491b1124c4a4d28c6a268b (diff)
Merged revisions 2044 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2044 | kpfleming | 2007-01-31 08:12:37 -0600 (Wed, 31 Jan 2007) | 12 lines Merged revisions 2043 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2043 | kpfleming | 2007-01-31 08:06:34 -0600 (Wed, 31 Jan 2007) | 4 lines fix up author email addresses use the kernel's built-in support for module aliases instead of manually doing it in modprobe.conf or equivalent add wctdm8xxp alias for wctdm24xxp ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2045 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct1xxp.c')
-rw-r--r--wct1xxp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/wct1xxp.c b/wct1xxp.c
index a637e26..81e428e 100644
--- a/wct1xxp.c
+++ b/wct1xxp.c
@@ -1,9 +1,9 @@
/*
* Linux Support Services, Inc. Wildcard T100P T1/PRI card Driver
*
- * Written by Mark Spencer <markster@linux-support.net>
- * Matthew Fredrickson <creslin@linux-support.net>
- * William Meadows <wmeadows@linux-support.net>
+ * Written by Mark Spencer <markster@digium.com>
+ * Matthew Fredrickson <creslin@digium.com>
+ * William Meadows <wmeadows@digium.com>
*
* Copyright (C) 2001, Linux Support Services, Inc.
*
@@ -1403,7 +1403,7 @@ module_param(debug, int, 0600);
MODULE_PARM(debug, "i");
#endif
MODULE_DESCRIPTION("Wildcard T100P/E100P Zaptel Driver");
-MODULE_AUTHOR("Mark Spencer <markster@linux-support.net>");
+MODULE_AUTHOR("Mark Spencer <markster@digium.com>");
#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");
#endif