]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - manual/examples/inetcli.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / manual / examples / inetcli.c
index afd4a91a6a3ee57c01fa48dbdfa8925e16aa7f5a..89e51eb14da43f03c1f108aa9ceff54e4c8fdd51 100644 (file)
@@ -1,5 +1,5 @@
 /* Byte Stream Socket Example
-   Copyright (C) 1991-2012 Free Software Foundation, Inc.
+   Copyright (C) 1991-2015 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
@@ -26,7 +26,7 @@
 
 #define PORT           5555
 #define MESSAGE                "Yow!!! Are we having fun yet?!?"
-#define SERVERHOST     "mescaline.gnu.org"
+#define SERVERHOST     "www.gnu.org"
 
 void
 write_to_server (int filedes)