aboutsummaryrefslogtreecommitdiff
path: root/tests/server
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-24 11:02:54 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-24 11:02:54 +0100
commit2309b4e330b96bc2e1f8e36b6184015e59544037 (patch)
treef1d41e999eb5466fd3597226319ca2439e311652 /tests/server
parentdd0c31ce386da6fc2467093a4d16b66a15b0961d (diff)
remove the CVSish $Id$ lines
Diffstat (limited to 'tests/server')
-rw-r--r--tests/server/Makefile.am1
-rw-r--r--tests/server/getpart.c1
-rw-r--r--tests/server/getpart.h1
-rw-r--r--tests/server/resolve.c1
-rw-r--r--tests/server/rtspd.c1
-rw-r--r--tests/server/sockfilt.c1
-rw-r--r--tests/server/sws.c1
-rw-r--r--tests/server/testpart.c1
-rw-r--r--tests/server/tftp.h1
-rw-r--r--tests/server/tftpd.c1
-rw-r--r--tests/server/util.c1
-rw-r--r--tests/server/util.h1
12 files changed, 0 insertions, 12 deletions
diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am
index f453d779a..d4b9cc38a 100644
--- a/tests/server/Makefile.am
+++ b/tests/server/Makefile.am
@@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
AUTOMAKE_OPTIONS = foreign nostdinc
diff --git a/tests/server/getpart.c b/tests/server/getpart.c
index 6f893a8bc..a3b5f2fb1 100644
--- a/tests/server/getpart.c
+++ b/tests/server/getpart.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#define CURL_NO_OLDIES
diff --git a/tests/server/getpart.h b/tests/server/getpart.h
index 276d41de7..78a0be2cd 100644
--- a/tests/server/getpart.h
+++ b/tests/server/getpart.h
@@ -20,7 +20,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#define GPE_NO_BUFFER_SPACE -2
diff --git a/tests/server/resolve.c b/tests/server/resolve.c
index 7b4af2b11..26ad85300 100644
--- a/tests/server/resolve.c
+++ b/tests/server/resolve.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/* Purpose
diff --git a/tests/server/rtspd.c b/tests/server/rtspd.c
index 4d2c639be..788d61c36 100644
--- a/tests/server/rtspd.c
+++ b/tests/server/rtspd.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/*
diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c
index 63c0c663c..714d6fcde 100644
--- a/tests/server/sockfilt.c
+++ b/tests/server/sockfilt.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/* Purpose
diff --git a/tests/server/sws.c b/tests/server/sws.c
index 56345c1e5..44a84a986 100644
--- a/tests/server/sws.c
+++ b/tests/server/sws.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/* sws.c: simple (silly?) web server
diff --git a/tests/server/testpart.c b/tests/server/testpart.c
index a78799ca7..940971450 100644
--- a/tests/server/testpart.c
+++ b/tests/server/testpart.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#define CURL_NO_OLDIES
diff --git a/tests/server/tftp.h b/tests/server/tftp.h
index d6c7acec5..f60f12257 100644
--- a/tests/server/tftp.h
+++ b/tests/server/tftp.h
@@ -20,7 +20,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/* This file is a rewrite/clone of the arpa/tftp.h file for systems without
diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c
index a06b815b7..0adcd496d 100644
--- a/tests/server/tftpd.c
+++ b/tests/server/tftpd.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
* Trivial file transfer protocol server.
*
diff --git a/tests/server/util.c b/tests/server/util.c
index 42abeed87..52802a82c 100644
--- a/tests/server/util.c
+++ b/tests/server/util.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#define CURL_NO_OLDIES
diff --git a/tests/server/util.h b/tests/server/util.h
index aaca005f2..76cd88d16 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -20,7 +20,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
void logmsg(const char *msg, ...);