summaryrefslogtreecommitdiff
path: root/src/reqs.c
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2005-07-12 17:39:44 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2005-07-12 17:39:44 +0000
commita59117c7ca4fa2ba7a06173fb2598e4fec4a259d (patch)
tree73d5891015b8f96489588e3ccc148a50e283cf25 /src/reqs.c
parent6042483a0e9f5de0e2119ed473fe5e650bbec809 (diff)
downloadtinyproxy-a59117c7ca4fa2ba7a06173fb2598e4fec4a259d.tar.gz
tinyproxy-a59117c7ca4fa2ba7a06173fb2598e4fec4a259d.zip
* Updated Copyright Email Addresses
Updated the copyright email addresses for Robert James Kaes. The users.sourceforge.net address should always exist.
Diffstat (limited to '')
-rw-r--r--src/reqs.c4
1 files changed, 2 insertions, 2 deletions
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)
*