summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/cf.c2
-rw-r--r--test/src/checkaccess.c2
-rw-r--r--test/src/client.c2
-rw-r--r--test/src/fakens.c2
-rw-r--r--test/src/fd.c2
-rw-r--r--test/src/iefbr14.c2
-rw-r--r--test/src/loaded.c2
-rw-r--r--test/src/mtpscript.c2
-rw-r--r--test/src/server.c2
-rw-r--r--test/src/showids.c2
10 files changed, 0 insertions, 20 deletions
diff --git a/test/src/cf.c b/test/src/cf.c
index 8931ba6c4..1fce2e351 100644
--- a/test/src/cf.c
+++ b/test/src/cf.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/cf.c,v 1.1 2006/02/06 16:24:05 ph10 Exp $ */
-
/************************************************
* PH-Compare *
************************************************/
diff --git a/test/src/checkaccess.c b/test/src/checkaccess.c
index 926daa0fe..8781a149d 100644
--- a/test/src/checkaccess.c
+++ b/test/src/checkaccess.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/checkaccess.c,v 1.1 2006/02/06 16:24:05 ph10 Exp $ */
-
/* This is a baby program that is run as root from the runtest script. It is
passed the Exim uid and gid as arguments, and the name of a file in the
test-suite directory. It gives up all supplementary groups, changes to the
diff --git a/test/src/client.c b/test/src/client.c
index ccd6f419c..6a083d055 100644
--- a/test/src/client.c
+++ b/test/src/client.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/client.c,v 1.2 2006/10/16 13:42:19 ph10 Exp $ */
-
/* A little hacked up program that makes a TCP/IP call and reads a script to
drive it, for testing Exim server code running as a daemon. It's got a bit
messy with the addition of support for either OpenSSL or GnuTLS. The code for
diff --git a/test/src/fakens.c b/test/src/fakens.c
index 9c561653d..fa4431810 100644
--- a/test/src/fakens.c
+++ b/test/src/fakens.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/fakens.c,v 1.3 2006/11/07 14:13:19 ph10 Exp $ */
-
/*************************************************
* fakens - A Fake Nameserver Program *
*************************************************/
diff --git a/test/src/fd.c b/test/src/fd.c
index 4616f6fd1..12a8dbc48 100644
--- a/test/src/fd.c
+++ b/test/src/fd.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/fd.c,v 1.1 2006/02/06 16:24:05 ph10 Exp $ */
-
/* A program to check on open file descriptors. There are some weird options
for running it in Exim testing. If -q is given, make output suitable for
queryprogram. If -f is given, copy the input as for a transport filter. If -s
diff --git a/test/src/iefbr14.c b/test/src/iefbr14.c
index 959c370be..deb943eae 100644
--- a/test/src/iefbr14.c
+++ b/test/src/iefbr14.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/iefbr14.c,v 1.1 2006/02/06 16:24:05 ph10 Exp $ */
-
/* This is a program that does nothing, and returns zero. It is exactly the
same as the Unix "true" utility. Why do we need it? Well, not all systems have
"true" in the same place, and sometimes it's a shell built-in. Given that we
diff --git a/test/src/loaded.c b/test/src/loaded.c
index 252738427..58c31a2f0 100644
--- a/test/src/loaded.c
+++ b/test/src/loaded.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/loaded.c,v 1.1 2006/02/06 16:24:05 ph10 Exp $ */
-
/* This is a test function for dynamic loading in Exim expansions. It uses the
number of arguments to control the result. */
diff --git a/test/src/mtpscript.c b/test/src/mtpscript.c
index 6a0b28160..2acfa285f 100644
--- a/test/src/mtpscript.c
+++ b/test/src/mtpscript.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/mtpscript.c,v 1.1 2006/02/06 16:24:05 ph10 Exp $ */
-
/* A little hacked up program that allows a script to play the part of a remote
SMTP/LMTP server on stdin/stdout for testing purposes. Hacked from the more
complicated version that does it over a socket. */
diff --git a/test/src/server.c b/test/src/server.c
index f35d80ba2..a7e1d2b1d 100644
--- a/test/src/server.c
+++ b/test/src/server.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/server.c,v 1.1 2006/02/06 16:24:05 ph10 Exp $ */
-
/* A little hacked up program that listens on a given port and allows a script
to play the part of a remote MTA for testing purposes. This scripted version is
hacked from my original interactive version. A further hack allows it to listen
diff --git a/test/src/showids.c b/test/src/showids.c
index fd4eb2057..dc73fb20e 100644
--- a/test/src/showids.c
+++ b/test/src/showids.c
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/test/src/showids.c,v 1.1 2006/02/06 16:24:05 ph10 Exp $ */
-
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>