aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-20 15:31:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-20 15:31:26 +0000
commit1ef3600a0731fef8f59563a1e49981f1b64b9746 (patch)
tree162716e1d391fcc8f597b462d8db4fbcfe53fb9c /lib/telnet.c
parente33ac6b3be4494ecb8dd4e94de3905c45a9611f1 (diff)
haxx.nu => haxx.se
Diffstat (limited to 'lib/telnet.c')
-rw-r--r--lib/telnet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/telnet.c b/lib/telnet.c
index 68571829d..133a744f1 100644
--- a/lib/telnet.c
+++ b/lib/telnet.c
@@ -24,9 +24,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
@@ -38,7 +38,7 @@
* ------------------------------------------------------------
*
* This implementation of the TELNET protocol is written by
- * Linus Nielsen <Linus.Nielsen@haxx.nu>,
+ * Linus Nielsen <Linus.Nielsen@haxx.se>,
* with some code snippets stolen from the BSD Telnet client.
*
* The negotiation is performed according to RFC 1143 (D. Bernstein,