summaryrefslogtreecommitdiff
path: root/lib
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
parente33ac6b3be4494ecb8dd4e94de3905c45a9611f1 (diff)
downloadcurl-1ef3600a0731fef8f59563a1e49981f1b64b9746.tar.gz
haxx.nu => haxx.se
Diffstat (limited to 'lib')
-rw-r--r--lib/base64.c4
-rw-r--r--lib/base64.h4
-rw-r--r--lib/dict.c4
-rw-r--r--lib/dict.h4
-rw-r--r--lib/download.c4
-rw-r--r--lib/download.h4
-rw-r--r--lib/easy.c4
-rw-r--r--lib/escape.c4
-rw-r--r--lib/escape.h4
-rw-r--r--lib/file.c4
-rw-r--r--lib/file.h4
-rw-r--r--lib/formdata.c4
-rw-r--r--lib/formdata.h13
-rw-r--r--lib/ftp.c4
-rw-r--r--lib/ftp.h4
-rw-r--r--lib/getenv.c4
-rw-r--r--lib/getenv.h13
-rw-r--r--lib/getpass.c2
-rw-r--r--lib/highlevel.c4
-rw-r--r--lib/highlevel.h4
-rw-r--r--lib/hostip.c4
-rw-r--r--lib/hostip.h4
-rw-r--r--lib/http.c4
-rw-r--r--lib/http.h4
-rw-r--r--lib/if2ip.c4
-rw-r--r--lib/if2ip.h4
-rw-r--r--lib/ldap.c2
-rw-r--r--lib/ldap.h2
-rw-r--r--lib/netrc.c8
-rw-r--r--lib/netrc.h13
-rw-r--r--lib/progress.c4
-rw-r--r--lib/progress.h4
-rw-r--r--lib/sendf.c4
-rw-r--r--lib/sendf.h4
-rw-r--r--lib/setup.h4
-rw-r--r--lib/speedcheck.c4
-rw-r--r--lib/speedcheck.h4
-rw-r--r--lib/ssluse.c4
-rw-r--r--lib/ssluse.h4
-rw-r--r--lib/strequal.c4
-rw-r--r--lib/strequal.h4
-rw-r--r--lib/telnet.c6
-rw-r--r--lib/telnet.h4
-rw-r--r--lib/timeval.c4
-rw-r--r--lib/timeval.h4
-rw-r--r--lib/url.c6
-rw-r--r--lib/url.h4
-rw-r--r--lib/urldata.h6
-rw-r--r--lib/version.c4
-rw-r--r--lib/writeout.c4
-rw-r--r--lib/writeout.h4
51 files changed, 122 insertions, 113 deletions
diff --git a/lib/base64.c b/lib/base64.c
index 8758af1ef..c857fbce3 100644
--- a/lib/base64.c
+++ b/lib/base64.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$
diff --git a/lib/base64.h b/lib/base64.h
index 460974331..d8770f325 100644
--- a/lib/base64.h
+++ b/lib/base64.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/dict.c b/lib/dict.c
index c9721bd85..c76553556 100644
--- a/lib/dict.c
+++ b/lib/dict.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$
diff --git a/lib/dict.h b/lib/dict.h
index 85e6e3b09..57bae5f45 100644
--- a/lib/dict.h
+++ b/lib/dict.h
@@ -27,9 +27,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/download.c b/lib/download.c
index d7ba12b36..b837638cc 100644
--- a/lib/download.c
+++ b/lib/download.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$
diff --git a/lib/download.h b/lib/download.h
index 86ba03498..5b54714ea 100644
--- a/lib/download.h
+++ b/lib/download.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/easy.c b/lib/easy.c
index 95b4f86ff..b49345cbe 100644
--- a/lib/easy.c
+++ b/lib/easy.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$
diff --git a/lib/escape.c b/lib/escape.c
index 6ac8847a6..0a8c5cf37 100644
--- a/lib/escape.c
+++ b/lib/escape.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$
diff --git a/lib/escape.h b/lib/escape.h
index 5c080c209..74d7661a4 100644
--- a/lib/escape.h
+++ b/lib/escape.h
@@ -27,9 +27,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/file.c b/lib/file.c
index 532a65fb3..3b6aec63d 100644
--- a/lib/file.c
+++ b/lib/file.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$
diff --git a/lib/file.h b/lib/file.h
index e6ad0e6ce..a1b19bda4 100644
--- a/lib/file.h
+++ b/lib/file.h
@@ -27,9 +27,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/formdata.c b/lib/formdata.c
index 0cdf56889..bcdb71c11 100644
--- a/lib/formdata.c
+++ b/lib/formdata.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$
diff --git a/lib/formdata.h b/lib/formdata.h
index 9dcde397e..9c6c61863 100644
--- a/lib/formdata.h
+++ b/lib/formdata.h
@@ -31,17 +31,17 @@
* Linas Vepstas <linas@linas.org>
* Bjorn Reese <breese@imada.ou.dk>
* Johan Anderson <johan@homemail.com>
- * Kjell Ericson <Kjell.Ericson@haxx.nu>
+ * Kjell Ericson <Kjell.Ericson@haxx.se>
* Troy Engel <tengel@palladium.net>
* Ryan Nelson <ryan@inch.com>
- * Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
+ * Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
* Angus Mackay <amackay@gus.ml.org>
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
@@ -52,7 +52,10 @@
*
* ------------------------------------------------------------
* $Log$
- * Revision 1.2 2000-01-10 23:36:14 bagder
+ * Revision 1.3 2000-06-20 15:31:26 bagder
+ * haxx.nu => haxx.se
+ *
+ * Revision 1.2 2000/01/10 23:36:14 bagder
* syncing with local edit
*
* Revision 1.4 1999/09/06 06:59:40 dast
diff --git a/lib/ftp.c b/lib/ftp.c
index 1379a9380..c0d126c2b 100644
--- a/lib/ftp.c
+++ b/lib/ftp.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$
diff --git a/lib/ftp.h b/lib/ftp.h
index 3eb73e15f..22301c5d9 100644
--- a/lib/ftp.h
+++ b/lib/ftp.h
@@ -27,9 +27,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/getenv.c b/lib/getenv.c
index 8ef827d2a..b4b2142c9 100644
--- a/lib/getenv.c
+++ b/lib/getenv.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$
diff --git a/lib/getenv.h b/lib/getenv.h
index 78f9bc882..4768120e9 100644
--- a/lib/getenv.h
+++ b/lib/getenv.h
@@ -30,17 +30,17 @@
* Linas Vepstas <linas@linas.org>
* Bjorn Reese <breese@imada.ou.dk>
* Johan Anderson <johan@homemail.com>
- * Kjell Ericson <Kjell.Ericson@haxx.nu>
+ * Kjell Ericson <Kjell.Ericson@haxx.se>
* Troy Engel <tengel@palladium.net>
* Ryan Nelson <ryan@inch.com>
- * Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
+ * Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
* Angus Mackay <amackay@gus.ml.org>
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
@@ -51,7 +51,10 @@
*
* ------------------------------------------------------------
* $Log$
- * Revision 1.2 2000-01-10 23:36:14 bagder
+ * Revision 1.3 2000-06-20 15:31:26 bagder
+ * haxx.nu => haxx.se
+ *
+ * Revision 1.2 2000/01/10 23:36:14 bagder
* syncing with local edit
*
* Revision 1.3 1999/09/06 06:59:40 dast
diff --git a/lib/getpass.c b/lib/getpass.c
index 59eedcb4c..162804362 100644
--- a/lib/getpass.c
+++ b/lib/getpass.c
@@ -31,7 +31,7 @@
* Angus Mackay <amackay@gus.ml.org>
*
* Contributor(s):
- * Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * Daniel Stenberg <daniel@haxx.se>
*/
#ifndef WIN32
diff --git a/lib/highlevel.c b/lib/highlevel.c
index 39a69c47e..02954c6b5 100644
--- a/lib/highlevel.c
+++ b/lib/highlevel.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$
diff --git a/lib/highlevel.h b/lib/highlevel.h
index 5f95c7540..52b6bab3f 100644
--- a/lib/highlevel.h
+++ b/lib/highlevel.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/hostip.c b/lib/hostip.c
index c1df3096b..9b402f1cb 100644
--- a/lib/hostip.c
+++ b/lib/hostip.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$
diff --git a/lib/hostip.h b/lib/hostip.h
index 480a85ede..ccdb4cb0b 100644
--- a/lib/hostip.h
+++ b/lib/hostip.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/http.c b/lib/http.c
index 60869d6d8..d83942d1d 100644
--- a/lib/http.c
+++ b/lib/http.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$
diff --git a/lib/http.h b/lib/http.h
index 6a4d8c835..372b670c5 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -27,9 +27,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/if2ip.c b/lib/if2ip.c
index 557b6fb8c..065108efa 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.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$
diff --git a/lib/if2ip.h b/lib/if2ip.h
index e6f73a54a..6a7947c8e 100644
--- a/lib/if2ip.h
+++ b/lib/if2ip.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/ldap.c b/lib/ldap.c
index bd537fc77..af69b94e9 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -26,7 +26,7 @@
* Contributor(s):
* Bjørn Reese <breese@mail1.stofanet.dk>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/ldap.h b/lib/ldap.h
index 0fcacc0b8..a0a1a65d5 100644
--- a/lib/ldap.h
+++ b/lib/ldap.h
@@ -27,7 +27,7 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
* http://www.fts.frontec.se/~dast/curl/
*
diff --git a/lib/netrc.c b/lib/netrc.c
index bc1cc3b31..80cb81ff5 100644
--- a/lib/netrc.c
+++ b/lib/netrc.c
@@ -28,17 +28,17 @@
* Linas Vepstas <linas@linas.org>
* Bjorn Reese <breese@imada.ou.dk>
* Johan Anderson <johan@homemail.com>
- * Kjell Ericson <Kjell.Ericson@haxx.nu>
+ * Kjell Ericson <Kjell.Ericson@haxx.se>
* Troy Engel <tengel@palladium.net>
* Ryan Nelson <ryan@inch.com>
- * Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
+ * Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
* Angus Mackay <amackay@gus.ml.org>
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/netrc.h b/lib/netrc.h
index ffbd4794b..2ad9c200a 100644
--- a/lib/netrc.h
+++ b/lib/netrc.h
@@ -30,17 +30,17 @@
* Linas Vepstas <linas@linas.org>
* Bjorn Reese <breese@imada.ou.dk>
* Johan Anderson <johan@homemail.com>
- * Kjell Ericson <Kjell.Ericson@haxx.nu>
+ * Kjell Ericson <Kjell.Ericson@haxx.se>
* Troy Engel <tengel@palladium.net>
* Ryan Nelson <ryan@inch.com>
- * Bjorn Stenberg <Bjorn.Stenberg@haxx.nu>
+ * Bjorn Stenberg <Bjorn.Stenberg@haxx.se>
* Angus Mackay <amackay@gus.ml.org>
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
@@ -51,7 +51,10 @@
*
* ------------------------------------------------------------
* $Log$
- * Revision 1.2 2000-01-10 23:36:15 bagder
+ * Revision 1.3 2000-06-20 15:31:26 bagder
+ * haxx.nu => haxx.se
+ *
+ * Revision 1.2 2000/01/10 23:36:15 bagder
* syncing with local edit
*
* Revision 1.3 1999/09/06 06:59:41 dast
diff --git a/lib/progress.c b/lib/progress.c
index f34f9d087..d2c46cab8 100644
--- a/lib/progress.c
+++ b/lib/progress.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$
diff --git a/lib/progress.h b/lib/progress.h
index b015fb8d9..a85b46df5 100644
--- a/lib/progress.h
+++ b/lib/progress.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/sendf.c b/lib/sendf.c
index 42c344dcf..87416775c 100644
--- a/lib/sendf.c
+++ b/lib/sendf.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$
diff --git a/lib/sendf.h b/lib/sendf.h
index de6571930..c6c7bdb97 100644
--- a/lib/sendf.h
+++ b/lib/sendf.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/setup.h b/lib/setup.h
index c800fa8d3..a2765a371 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/speedcheck.c b/lib/speedcheck.c
index 48772b39c..36fb75c03 100644
--- a/lib/speedcheck.c
+++ b/lib/speedcheck.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$
diff --git a/lib/speedcheck.h b/lib/speedcheck.h
index e07bdbcc6..eb037d508 100644
--- a/lib/speedcheck.h
+++ b/lib/speedcheck.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/ssluse.c b/lib/ssluse.c
index 6eb9b77bb..1130aad0c 100644
--- a/lib/ssluse.c
+++ b/lib/ssluse.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$
diff --git a/lib/ssluse.h b/lib/ssluse.h
index c1996b28e..9912779cc 100644
--- a/lib/ssluse.h
+++ b/lib/ssluse.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/strequal.c b/lib/strequal.c
index cf3db959e..d69e536bd 100644
--- a/lib/strequal.c
+++ b/lib/strequal.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$
diff --git a/lib/strequal.h b/lib/strequal.h
index ff245f026..425e2f1c3 100644
--- a/lib/strequal.h
+++ b/lib/strequal.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
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,
diff --git a/lib/telnet.h b/lib/telnet.h
index f9d55b78b..af6e05fb6 100644
--- a/lib/telnet.h
+++ b/lib/telnet.h
@@ -27,9 +27,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/timeval.c b/lib/timeval.c
index 8ad25325f..155aa79cb 100644
--- a/lib/timeval.c
+++ b/lib/timeval.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$
diff --git a/lib/timeval.h b/lib/timeval.h
index c5ff9a8cb..4158423c6 100644
--- a/lib/timeval.h
+++ b/lib/timeval.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/url.c b/lib/url.c
index 62e81d243..4af97468f 100644
--- a/lib/url.c
+++ b/lib/url.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$
@@ -691,7 +691,7 @@ CURLcode curl_connect(CURL *curl, CURLconnect **in_connect)
}
else {
/* Set default host and default path */
- strcpy(conn->gname, "curl.haxx.nu");
+ strcpy(conn->gname, "curl.haxx.se");
strcpy(conn->path, "/");
if (2 > sscanf(data->url,
diff --git a/lib/url.h b/lib/url.h
index 334fa9767..d0213100e 100644
--- a/lib/url.h
+++ b/lib/url.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
diff --git a/lib/urldata.h b/lib/urldata.h
index 132b2e248..31e70cfbe 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$
@@ -64,7 +64,7 @@
#define DICT_DEFINE3 "/LOOKUP:"
#define CURL_DEFAULT_USER "anonymous"
-#define CURL_DEFAULT_PASSWORD "curl_by_Daniel.Stenberg@haxx.nu"
+#define CURL_DEFAULT_PASSWORD "curl_by_daniel@haxx.se"
#include "cookie.h"
#include "formdata.h"
diff --git a/lib/version.c b/lib/version.c
index ea54b2a49..be14e6551 100644
--- a/lib/version.c
+++ b/lib/version.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$
diff --git a/lib/writeout.c b/lib/writeout.c
index d86306286..80ee6f2e3 100644
--- a/lib/writeout.c
+++ b/lib/writeout.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$
diff --git a/lib/writeout.h b/lib/writeout.h
index faf047709..d223a35b4 100644
--- a/lib/writeout.h
+++ b/lib/writeout.h
@@ -26,9 +26,9 @@
*
* ------------------------------------------------------------
* Main author:
- * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ * - Daniel Stenberg <daniel@haxx.se>
*
- * http://curl.haxx.nu
+ * http://curl.haxx.se
*
* $Source$
* $Revision$