diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2005-07-12 17:39:44 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2005-07-12 17:39:44 +0000 |
commit | a59117c7ca4fa2ba7a06173fb2598e4fec4a259d (patch) | |
tree | 73d5891015b8f96489588e3ccc148a50e283cf25 /src/text.c | |
parent | 6042483a0e9f5de0e2119ed473fe5e650bbec809 (diff) | |
download | tinyproxy-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |