summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/README2
-rwxr-xr-xsrc/util/cramtest.pl1
-rwxr-xr-xsrc/util/logargs.sh1
-rwxr-xr-xsrc/util/mkcdb.pl1
-rw-r--r--src/util/ratelimit.pl2
-rwxr-xr-xsrc/util/unknownuser.sh1
6 files changed, 0 insertions, 8 deletions
diff --git a/src/util/README b/src/util/README
index 655fef2fb..bff337873 100644
--- a/src/util/README
+++ b/src/util/README
@@ -1,5 +1,3 @@
-$Cambridge: exim/src/util/README,v 1.2 2005/09/13 17:51:06 fanf2 Exp $
-
The "util" directory in the Exim distribution
---------------------------------------------
diff --git a/src/util/cramtest.pl b/src/util/cramtest.pl
index 6135ff05e..cb70eb404 100755
--- a/src/util/cramtest.pl
+++ b/src/util/cramtest.pl
@@ -1,5 +1,4 @@
#!/usr/bin/perl
-# $Cambridge: exim/src/util/cramtest.pl,v 1.2 2005/08/30 09:19:33 ph10 Exp $
# This script is contributed by Vadim Vygonets to aid in debugging CRAM-MD5
# authentication.
diff --git a/src/util/logargs.sh b/src/util/logargs.sh
index 1b0b32124..87369a64b 100755
--- a/src/util/logargs.sh
+++ b/src/util/logargs.sh
@@ -1,5 +1,4 @@
#! /bin/sh
-# $Cambridge: exim/src/util/logargs.sh,v 1.1 2004/10/07 10:39:03 ph10 Exp $
# This script can be interposed between a calling program and another
# program, in order to log the arguments which are being used. This can
diff --git a/src/util/mkcdb.pl b/src/util/mkcdb.pl
index f6331bd57..2486e8f5d 100755
--- a/src/util/mkcdb.pl
+++ b/src/util/mkcdb.pl
@@ -1,5 +1,4 @@
#!/usr/bin/perl -wT
-# $Cambridge: exim/src/util/mkcdb.pl,v 1.1 2005/05/24 11:20:40 ph10 Exp $
#
# Create cdb file from flat alias file. DPC: 15/10/98.
# Args: source (may be relative or absolute)
diff --git a/src/util/ratelimit.pl b/src/util/ratelimit.pl
index 7fbf0e3f2..749125c4f 100644
--- a/src/util/ratelimit.pl
+++ b/src/util/ratelimit.pl
@@ -1,6 +1,4 @@
#!/usr/bin/perl -wT
-#
-# $Cambridge: exim/src/util/ratelimit.pl,v 1.3 2006/04/12 13:37:29 fanf2 Exp $
use strict;
diff --git a/src/util/unknownuser.sh b/src/util/unknownuser.sh
index 741248481..fe04dc6b1 100755
--- a/src/util/unknownuser.sh
+++ b/src/util/unknownuser.sh
@@ -1,5 +1,4 @@
#! /bin/sh
-# $Cambridge: exim/src/util/unknownuser.sh,v 1.1 2004/10/07 10:39:03 ph10 Exp $
# This is a sample script for demonstrating how to handle unknown users in
# a more friendly way than just returning a "user unknown" error. It can