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