summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/acl.c4
-rw-r--r--src/acl.h4
-rw-r--r--src/anonymous.c4
-rw-r--r--src/anonymous.h4
-rw-r--r--src/buffer.h4
-rw-r--r--src/child.c4
-rw-r--r--src/child.h4
-rw-r--r--src/common.h4
-rw-r--r--src/conns.c4
-rw-r--r--src/conns.h4
-rw-r--r--src/daemon.c4
-rw-r--r--src/daemon.h4
-rw-r--r--src/filter.c4
-rw-r--r--src/hashmap.c4
-rw-r--r--src/hashmap.h4
-rw-r--r--src/heap.c4
-rw-r--r--src/heap.h4
-rw-r--r--src/http_message.c4
-rw-r--r--src/http_message.h4
-rw-r--r--src/log.c4
-rw-r--r--src/log.h4
-rw-r--r--src/reqs.c4
-rw-r--r--src/reqs.h4
-rw-r--r--src/stats.c4
-rw-r--r--src/stats.h4
-rw-r--r--src/text.c4
-rw-r--r--src/text.h4
-rw-r--r--src/tinyproxy.c4
-rw-r--r--src/tinyproxy.h4
-rw-r--r--src/utils.c5
-rw-r--r--src/utils.h4
-rw-r--r--src/vector.c4
-rw-r--r--src/vector.h4
34 files changed, 68 insertions, 69 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f189870..becee65 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
-# $Id: Makefile.am,v 1.21 2004-08-14 00:37:50 rjkaes Exp $
+# $Id: Makefile.am,v 1.22 2005-07-12 17:39:40 rjkaes Exp $
#
-# Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com)
+# Copyright (C) 2000 Robert James Kaes (rjkaes@users.sourceforge.net)
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
diff --git a/src/acl.c b/src/acl.c
index 71f3feb..e4941e4 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -1,10 +1,10 @@
-/* $Id: acl.c,v 1.20 2004-08-24 16:31:45 rjkaes Exp $
+/* $Id: acl.c,v 1.21 2005-07-12 17:39:43 rjkaes Exp $
*
* This system handles Access Control for use of this daemon. A list of
* domains, or IP addresses (including IP blocks) are stored in a list
* which is then used to compare incoming connections.
*
- * Copyright (C) 2000,2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2000,2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/acl.h b/src/acl.h
index 112bb36..14f492b 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -1,8 +1,8 @@
-/* $Id: acl.h,v 1.3 2002-04-17 20:52:45 rjkaes Exp $
+/* $Id: acl.h,v 1.4 2005-07-12 17:39:43 rjkaes Exp $
*
* See 'acl.c' for detailed information.
*
- * Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2000 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/anonymous.c b/src/anonymous.c
index 3a95130..82ae41e 100644
--- a/src/anonymous.c
+++ b/src/anonymous.c
@@ -1,9 +1,9 @@
-/* $Id: anonymous.c,v 1.14 2002-05-23 18:20:27 rjkaes Exp $
+/* $Id: anonymous.c,v 1.15 2005-07-12 17:39:43 rjkaes Exp $
*
* Handles insertion and searches for headers which should be let through when
* the anonymous feature is turned on.
*
- * Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2000 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/anonymous.h b/src/anonymous.h
index 9c94953..764144d 100644
--- a/src/anonymous.h
+++ b/src/anonymous.h
@@ -1,8 +1,8 @@
-/* $Id: anonymous.h,v 1.6 2001-12-15 20:08:24 rjkaes Exp $
+/* $Id: anonymous.h,v 1.7 2005-07-12 17:39:43 rjkaes Exp $
*
* See 'anonymous.c' for a detailed description.
*
- * Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2000 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/buffer.h b/src/buffer.h
index c72b92c..bb43d72 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1,8 +1,8 @@
-/* $Id: buffer.h,v 1.8 2002-05-14 00:43:38 rjkaes Exp $
+/* $Id: buffer.h,v 1.9 2005-07-12 17:39:43 rjkaes Exp $
*
* See 'buffer.c' for a detailed description.
*
- * Copyright (C) 1999 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 1999 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/child.c b/src/child.c
index 72a49f2..c4a19b2 100644
--- a/src/child.c
+++ b/src/child.c
@@ -1,9 +1,9 @@
-/* $Id: child.c,v 1.16 2004-08-24 16:33:00 rjkaes Exp $
+/* $Id: child.c,v 1.17 2005-07-12 17:39:43 rjkaes Exp $
*
* Handles the creation/destruction of the various children required for
* processing incoming connections.
*
- * Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2000 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/child.h b/src/child.h
index eecf15e..d2f195f 100644
--- a/src/child.h
+++ b/src/child.h
@@ -1,8 +1,8 @@
-/* $Id: child.h,v 1.2 2004-08-10 21:24:23 rjkaes Exp $
+/* $Id: child.h,v 1.3 2005-07-12 17:39:43 rjkaes Exp $
*
* See 'child.c' for more information.
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/common.h b/src/common.h
index eaf00f9..b1cd452 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,11 +1,11 @@
-/* $Id: common.h,v 1.7 2003-08-07 16:32:12 rjkaes Exp $
+/* $Id: common.h,v 1.8 2005-07-12 17:39:43 rjkaes Exp $
*
* This file groups all the headers required throughout the tinyproxy
* system. All this information use to be in the "tinyproxy.h" header,
* but various other "libraries" in the program need the same information,
* without the tinyproxy specific defines.
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/conns.c b/src/conns.c
index 6a20044..82cb457 100644
--- a/src/conns.c
+++ b/src/conns.c
@@ -1,11 +1,11 @@
-/* $Id: conns.c,v 1.23 2004-08-10 21:24:23 rjkaes Exp $
+/* $Id: conns.c,v 1.24 2005-07-12 17:39:43 rjkaes Exp $
*
* Create and free the connection structure. One day there could be
* other connection related tasks put here, but for now the header
* file and this file are only used for create/free functions and the
* connection structure definition.
*
- * Copyright (C) 2001 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2001 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/conns.h b/src/conns.h
index d730737..0f6a9e1 100644
--- a/src/conns.h
+++ b/src/conns.h
@@ -1,8 +1,8 @@
-/* $Id: conns.h,v 1.18 2004-08-10 21:24:23 rjkaes Exp $
+/* $Id: conns.h,v 1.19 2005-07-12 17:39:43 rjkaes Exp $
*
* See 'conns.c' for a detailed description.
*
- * Copyright (C) 2001 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2001 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/daemon.c b/src/daemon.c
index 189b1dc..f917283 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -1,10 +1,10 @@
-/* $Id: daemon.c,v 1.3 2004-08-10 21:24:23 rjkaes Exp $
+/* $Id: daemon.c,v 1.4 2005-07-12 17:39:43 rjkaes Exp $
*
* This file contains functions which are useful when writing a
* daemon process. The functions include a "makedaemon" function and
* a function to portably set a signal handler.
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/daemon.h b/src/daemon.h
index ea2390e..a7e0944 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -1,8 +1,8 @@
-/* $Id: daemon.h,v 1.1 2002-05-23 04:39:32 rjkaes Exp $
+/* $Id: daemon.h,v 1.2 2005-07-12 17:39:43 rjkaes Exp $
*
* See 'daemon.c' for a detailed description.
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/filter.c b/src/filter.c
index 2205f6b..161cc66 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -1,8 +1,8 @@
-/* $Id: filter.c,v 1.20 2004-02-13 21:27:42 rjkaes Exp $
+/* $Id: filter.c,v 1.21 2005-07-12 17:39:43 rjkaes Exp $
*
* Copyright (c) 1999 George Talusan (gstalusan@uwaterloo.ca)
* Copyright (c) 2002 James E. Flemer (jflemer@acm.jhu.edu)
- * Copyright (c) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (c) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* A substring of the domain to be filtered goes into the file
* pointed at by DEFAULT_FILTER.
diff --git a/src/hashmap.c b/src/hashmap.c
index bf95ec2..15e5ffe 100644
--- a/src/hashmap.c
+++ b/src/hashmap.c
@@ -1,4 +1,4 @@
-/* $Id: hashmap.c,v 1.15 2005-05-03 20:34:54 rjkaes Exp $
+/* $Id: hashmap.c,v 1.16 2005-07-12 17:39:43 rjkaes Exp $
*
* A hashmap implementation. The keys are case-insensitive NULL terminated
* strings, and the data is arbitrary lumps of data. Copies of both the
@@ -8,7 +8,7 @@
* data as it's modifying the data stored in the hashmap. (In other words,
* don't try to free the data, or realloc the memory. :)
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/hashmap.h b/src/hashmap.h
index d56c46a..69fe21a 100644
--- a/src/hashmap.h
+++ b/src/hashmap.h
@@ -1,4 +1,4 @@
-/* $Id: hashmap.h,v 1.2 2002-04-25 18:55:56 rjkaes Exp $
+/* $Id: hashmap.h,v 1.3 2005-07-12 17:39:44 rjkaes Exp $
*
* A hashmap implementation. The keys are case-insensitive NULL terminated
* strings, and the data is arbitrary lumps of data. Copies of both the
@@ -8,7 +8,7 @@
* data as it's modifying the data stored in the hashmap. (In other words,
* don't try to free the data, or realloc the memory. :)
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/heap.c b/src/heap.c
index 9125375..d358746 100644
--- a/src/heap.c
+++ b/src/heap.c
@@ -1,4 +1,4 @@
-/* $Id: heap.c,v 1.8 2004-02-13 21:27:42 rjkaes Exp $
+/* $Id: heap.c,v 1.9 2005-07-12 17:39:44 rjkaes Exp $
*
* Debugging versions of various heap related functions are combined
* here. The debugging versions include assertions and also print
@@ -6,7 +6,7 @@
* of memory allocated, and where the memory is pointing. The
* format of the log message is standardized.
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/heap.h b/src/heap.h
index dc76c94..7bf9f5c 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -1,8 +1,8 @@
-/* $Id: heap.h,v 1.4 2003-07-31 23:41:26 rjkaes Exp $
+/* $Id: heap.h,v 1.5 2005-07-12 17:39:44 rjkaes Exp $
*
* See 'heap.c' for a detailed description.
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/http_message.c b/src/http_message.c
index 6313da3..8e454fb 100644
--- a/src/http_message.c
+++ b/src/http_message.c
@@ -1,8 +1,8 @@
-/* $Id: http_message.c,v 1.4 2004-02-13 21:27:42 rjkaes Exp $
+/* $Id: http_message.c,v 1.5 2005-07-12 17:39:44 rjkaes Exp $
*
* See 'http_message.h' for a detailed description.
*
- * Copyright (C) 2003 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2003 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/http_message.h b/src/http_message.h
index 0344410..deaf9d5 100644
--- a/src/http_message.h
+++ b/src/http_message.h
@@ -1,4 +1,4 @@
-/* $Id: http_message.h,v 1.1 2003-03-13 05:25:30 rjkaes Exp $
+/* $Id: http_message.h,v 1.2 2005-07-12 17:39:44 rjkaes Exp $
*
* HTTP Message API
* ----------------
@@ -27,7 +27,7 @@
* allocated memory referenced by the http_message_t will no long
* exist.)
*
- * Copyright (C) 2003 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2003 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/log.c b/src/log.c
index 2f29c87..5a96279 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,10 +1,10 @@
-/* $Id: log.c,v 1.29 2004-08-14 03:20:01 rjkaes Exp $
+/* $Id: log.c,v 1.30 2005-07-12 17:39:44 rjkaes Exp $
*
* Logs the various messages which tinyproxy produces to either a log file or
* the syslog daemon. Not much to it...
*
* Copyright (C) 1998 Steven Young
- * Copyright (C) 1999 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 1999 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/log.h b/src/log.h
index c97b06e..ae7985e 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,9 +1,9 @@
-/* $Id: log.h,v 1.11 2002-10-03 20:49:57 rjkaes Exp $
+/* $Id: log.h,v 1.12 2005-07-12 17:39:44 rjkaes Exp $
*
* See 'log.c' for a detailed description.
*
* Copyright (C) 1998 Steven Young
- * Copyright (C) 1999 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 1999 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/reqs.c b/src/reqs.c
index f197275..5ff225b 100644
--- a/src/reqs.c
+++ b/src/reqs.c
@@ -1,4 +1,4 @@
-/* $Id: reqs.c,v 1.118 2005-07-06 21:44:08 rjkaes Exp $
+/* $Id: reqs.c,v 1.119 2005-07-12 17:39:44 rjkaes Exp $
*
* This is where all the work in tinyproxy is actually done. Incoming
* connections have a new child created for them. The child then
@@ -6,7 +6,7 @@
* and then relays the bytes between the two.
*
* Copyright (C) 1998 Steven Young
- * Copyright (C) 1999-2004 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 1999-2004 Robert James Kaes (rjkaes@users.sourceforge.net)
* Copyright (C) 2000 Chris Lightfoot (chris@ex-parrot.com)
* Copyright (C) 2002 Petr Lampa (lampa@fit.vutbr.cz)
*
diff --git a/src/reqs.h b/src/reqs.h
index d1dac79..e5288a0 100644
--- a/src/reqs.h
+++ b/src/reqs.h
@@ -1,9 +1,9 @@
-/* $Id: reqs.h,v 1.5 2004-01-26 19:11:51 rjkaes Exp $
+/* $Id: reqs.h,v 1.6 2005-07-12 17:39:44 rjkaes Exp $
*
* See 'reqs.c' for a detailed description.
*
* Copyright (C) 1998 Steven Young
- * Copyright (C) 1999 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 1999 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/stats.c b/src/stats.c
index 28a1280..e863521 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -1,4 +1,4 @@
-/* $Id: stats.c,v 1.16 2004-04-27 18:48:53 rjkaes Exp $
+/* $Id: stats.c,v 1.17 2005-07-12 17:39:44 rjkaes Exp $
*
* This module handles the statistics for tinyproxy. There are only two
* public API functions. The reason for the functions, rather than just a
@@ -8,7 +8,7 @@
* statistics in the future, just add to the structure, enum (in the header),
* and the switch statement in update_stats().
*
- * Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2000 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/stats.h b/src/stats.h
index 8c88dac..6d191f9 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -1,8 +1,8 @@
-/* $Id: stats.h,v 1.4 2001-11-22 00:31:10 rjkaes Exp $
+/* $Id: stats.h,v 1.5 2005-07-12 17:39:44 rjkaes Exp $
*
* See 'stats.h' for a detailed description.
*
- * Copyright (C) 2000 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2000 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/text.c b/src/text.c
index 1db568b..69d4a12 100644
--- a/src/text.c
+++ b/src/text.c
@@ -1,11 +1,11 @@
-/* $Id: text.c,v 1.3 2003-03-13 05:20:06 rjkaes Exp $
+/* $Id: text.c,v 1.4 2005-07-12 17:39:44 rjkaes Exp $
*
* The functions included here are useful for text manipulation. They
* replace or augment the standard C string library. These functions
* are either safer replacements, or they provide services not included
* with the standard C string library.
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/text.h b/src/text.h
index 946adbd..c8dd0aa 100644
--- a/src/text.h
+++ b/src/text.h
@@ -1,8 +1,8 @@
-/* $Id: text.h,v 1.2 2003-03-13 05:20:06 rjkaes Exp $
+/* $Id: text.h,v 1.3 2005-07-12 17:39:44 rjkaes Exp $
*
* See 'text.c' for a detailed description.
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/tinyproxy.c b/src/tinyproxy.c
index f789bc1..d1f8777 100644
--- a/src/tinyproxy.c
+++ b/src/tinyproxy.c
@@ -1,4 +1,4 @@
-/* $Id: tinyproxy.c,v 1.50 2004-08-24 16:36:22 rjkaes Exp $
+/* $Id: tinyproxy.c,v 1.51 2005-07-12 17:39:44 rjkaes Exp $
*
* The initialize routine. Basically sets up all the initial stuff (logfile,
* listening socket, config options, etc.) and then sits there and loops
@@ -8,7 +8,7 @@
* elsewhere.
*
* Copyright (C) 1998 Steven Young
- * Copyright (C) 1998-2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 1998-2002 Robert James Kaes (rjkaes@users.sourceforge.net)
* Copyright (C) 2000 Chris Lightfoot (chris@ex-parrot.com>
*
* This program is free software; you can redistribute it and/or modify it
diff --git a/src/tinyproxy.h b/src/tinyproxy.h
index 0ede12c..f967b36 100644
--- a/src/tinyproxy.h
+++ b/src/tinyproxy.h
@@ -1,9 +1,9 @@
-/* $Id: tinyproxy.h,v 1.45 2004-08-10 21:24:23 rjkaes Exp $
+/* $Id: tinyproxy.h,v 1.46 2005-07-12 17:39:44 rjkaes Exp $
*
* See 'tinyproxy.c' for a detailed description.
*
* Copyright (C) 1998 Steven Young
- * Copyright (C) 1999 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 1999 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/utils.c b/src/utils.c
index b14fc95..167d9e3 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,4 +1,4 @@
-/* $Id: utils.c,v 1.38 2003-03-14 06:15:27 rjkaes Exp $
+/* $Id: utils.c,v 1.39 2005-07-12 17:39:44 rjkaes Exp $
*
* Misc. routines which are used by the various functions to handle strings
* and memory allocation and pretty much anything else we can think of. Also,
@@ -6,8 +6,7 @@
* it, so it's in here.
*
* Copyright (C) 1998 Steven Young
- * Copyright (C) 1999,2001,2003 by
- * Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 1999-2003 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/utils.h b/src/utils.h
index 085a644..86bd617 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,9 +1,9 @@
-/* $Id: utils.h,v 1.23 2003-03-13 21:34:37 rjkaes Exp $
+/* $Id: utils.h,v 1.24 2005-07-12 17:39:44 rjkaes Exp $
*
* See 'utils.h' for a detailed description.
*
* Copyright (C) 1998 Steven Young
- * Copyright (C) 1999 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 1999 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/src/vector.c b/src/vector.c
index 3c74d7e..b938fc5 100644
--- a/src/vector.c
+++ b/src/vector.c
@@ -1,10 +1,10 @@
-/* $Id: vector.c,v 1.11 2004-02-13 21:27:41 rjkaes Exp $
+/* $Id: vector.c,v 1.12 2005-07-12 17:39:44 rjkaes Exp $
*
* A vector implementation. The vector can be of an arbitrary length, and
* the data for each entry is an lump of data (the size is stored in the
* vector.)
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/vector.h b/src/vector.h
index 3f2404b..3c8e8bb 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -1,10 +1,10 @@
-/* $Id: vector.h,v 1.5 2003-07-31 23:40:16 rjkaes Exp $
+/* $Id: vector.h,v 1.6 2005-07-12 17:39:44 rjkaes Exp $
*
* A vector implementation. The vector can be of an arbritrary length, and
* the data for each entry is an lump of data (the size is stored in the
* vector.)
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by