summaryrefslogtreecommitdiff
path: root/src/hashmap.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/hashmap.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/hashmap.c4
1 files changed, 2 insertions, 2 deletions
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