Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 675 Mass Ave, Cambridge, MA 02139, USA
+ 59 Temple Place, Suite 330, Boston, MA 02111, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
Also add information on how to contact you by electronic and paper mail.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
Squid is derived from the ``cached'' software from the ARPA-funded
Harvest research project. The Harvest home page is
/*
- * $Id: Array.h,v 1.1 1998/03/20 18:07:34 rousskov Exp $
+ * $Id: Array.h,v 1.2 1998/07/20 17:18:46 wessels Exp $
*
* AUTHOR: Alex Rousskov
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */
#ifndef __REGEXP_LIBRARY_H__
#define __REGEXP_LIBRARY_H__
/*
- * $Id: Stack.h,v 1.7 1998/06/04 20:17:56 rousskov Exp $
+ * $Id: Stack.h,v 1.8 1998/07/20 17:18:48 wessels Exp $
*
* AUTHOR: Alex Rousskov
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: util.h,v 1.49 1998/07/15 20:35:48 wessels Exp $
+ * $Id: util.h,v 1.50 1998/07/20 17:18:50 wessels Exp $
*
* AUTHOR: Harvest Derived
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: Array.cc,v 1.1 1998/03/20 18:07:35 rousskov Exp $
+ * $Id: Array.cc,v 1.2 1998/07/20 17:18:51 wessels Exp $
*
* AUTHOR: Alex Rousskov
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */
/* AIX requires this to be the first thing in the file. */
#if defined (_AIX) && !defined (REGEX_MALLOC)
/*
- * $Id: Stack.c,v 1.6 1998/06/04 20:17:55 rousskov Exp $
+ * $Id: Stack.c,v 1.7 1998/07/20 17:18:54 wessels Exp $
*
* AUTHOR: Alex Rousskov
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: getfullhostname.c,v 1.15 1997/10/25 17:22:28 wessels Exp $
+ * $Id: getfullhostname.c,v 1.16 1998/07/20 17:18:54 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: rfc1123.c,v 1.18 1998/07/17 00:16:29 wessels Exp $
+ * $Id: rfc1123.c,v 1.19 1998/07/20 17:18:56 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: rfc1738.c,v 1.15 1998/02/02 21:16:13 wessels Exp $
+ * $Id: rfc1738.c,v 1.16 1998/07/20 17:18:57 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: strerror.c,v 1.2 1997/02/25 16:09:10 wessels Exp $
+ * $Id: strerror.c,v 1.3 1998/07/20 17:18:57 wessels Exp $
*
* DEBUG:
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: util.c,v 1.60 1998/07/16 22:55:42 wessels Exp $
+ * $Id: util.c,v 1.61 1998/07/20 17:18:58 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
#define _etext etext
/*
- * $Id: CacheDigest.cc,v 1.22 1998/05/22 23:43:48 wessels Exp $
+ * $Id: CacheDigest.cc,v 1.23 1998/07/20 17:18:59 wessels Exp $
*
* DEBUG: section 70 Cache Digest
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: ETag.cc,v 1.1 1998/06/03 22:32:57 rousskov Exp $
+ * $Id: ETag.cc,v 1.2 1998/07/20 17:19:00 wessels Exp $
*
* DEBUG: section 7? HTTP ETag
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpBody.cc,v 1.12 1998/06/05 21:21:16 rousskov Exp $
+ * $Id: HttpBody.cc,v 1.13 1998/07/20 17:19:01 wessels Exp $
*
* DEBUG: section 56 HTTP Message Body
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpHdrCc.cc,v 1.12 1998/06/05 19:45:16 rousskov Exp $
+ * $Id: HttpHdrCc.cc,v 1.13 1998/07/20 17:19:02 wessels Exp $
*
* DEBUG: section 65 HTTP Cache Control Header
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpHdrContRange.cc,v 1.5 1998/06/02 21:38:04 rousskov Exp $
+ * $Id: HttpHdrContRange.cc,v 1.6 1998/07/20 17:19:02 wessels Exp $
*
* DEBUG: section 68 HTTP Content-Range Header
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpHdrExtField.cc,v 1.4 1998/05/27 22:51:40 rousskov Exp $
+ * $Id: HttpHdrExtField.cc,v 1.5 1998/07/20 17:19:03 wessels Exp $
*
* DEBUG: section 69 HTTP Header: Extension Field
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpHdrRange.cc,v 1.10 1998/06/04 20:25:03 rousskov Exp $
+ * $Id: HttpHdrRange.cc,v 1.11 1998/07/20 17:19:04 wessels Exp $
*
* DEBUG: section 64 HTTP Range Header
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpHeader.cc,v 1.48 1998/07/06 19:49:35 rousskov Exp $
+ * $Id: HttpHeader.cc,v 1.49 1998/07/20 17:19:05 wessels Exp $
*
* DEBUG: section 55 HTTP Header
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpHeaderTools.cc,v 1.19 1998/06/03 22:32:59 rousskov Exp $
+ * $Id: HttpHeaderTools.cc,v 1.20 1998/07/20 17:19:06 wessels Exp $
*
* DEBUG: section 66 HTTP Header Tools
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpMsg.cc,v 1.2 1998/05/27 22:51:43 rousskov Exp $
+ * $Id: HttpMsg.cc,v 1.3 1998/07/20 17:19:06 wessels Exp $
*
* DEBUG: section 74 HTTP Message
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpReply.cc,v 1.26 1998/05/28 05:14:01 wessels Exp $
+ * $Id: HttpReply.cc,v 1.27 1998/07/20 17:19:07 wessels Exp $
*
* DEBUG: section 58 HTTP Reply (Response)
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpRequest.cc,v 1.9 1998/07/17 04:49:59 rousskov Exp $
+ * $Id: HttpRequest.cc,v 1.10 1998/07/20 17:19:08 wessels Exp $
*
* DEBUG: section 73 HTTP Request
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: HttpStatusLine.cc,v 1.13 1998/06/09 05:22:03 wessels Exp $
+ * $Id: HttpStatusLine.cc,v 1.14 1998/07/20 17:19:09 wessels Exp $
*
* DEBUG: section 57 HTTP Status-line
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: MemBuf.cc,v 1.15 1998/06/05 21:21:18 rousskov Exp $
+ * $Id: MemBuf.cc,v 1.16 1998/07/20 17:19:10 wessels Exp $
*
* DEBUG: section 59 auto-growing Memory Buffer with printf
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: Packer.cc,v 1.7 1998/06/03 15:52:17 rousskov Exp $
+ * $Id: Packer.cc,v 1.8 1998/07/20 17:19:11 wessels Exp $
*
* DEBUG: section 60 Packer: A uniform interface to store-like modules
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: StatHist.cc,v 1.10 1998/06/02 04:18:15 wessels Exp $
+ * $Id: StatHist.cc,v 1.11 1998/07/20 17:19:12 wessels Exp $
*
* DEBUG: section 62 Generic Histogram
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: String.cc,v 1.5 1998/05/11 18:44:30 rousskov Exp $
+ * $Id: String.cc,v 1.6 1998/07/20 17:19:13 wessels Exp $
*
* DEBUG: section 67 String
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: access_log.cc,v 1.35 1998/07/15 23:55:32 wessels Exp $
+ * $Id: access_log.cc,v 1.36 1998/07/20 17:19:14 wessels Exp $
*
* DEBUG: section 46 Access Log
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: acl.cc,v 1.170 1998/07/16 22:22:46 wessels Exp $
+ * $Id: acl.cc,v 1.171 1998/07/20 17:19:15 wessels Exp $
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: asn.cc,v 1.40 1998/07/14 06:12:58 wessels Exp $
+ * $Id: asn.cc,v 1.41 1998/07/20 17:19:18 wessels Exp $
*
* DEBUG: section 53 AS Number handling
* AUTHOR: Duane Wessels, Kostas Anagnostakis
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: cache_cf.cc,v 1.288 1998/07/17 01:02:22 wessels Exp $
+ * $Id: cache_cf.cc,v 1.289 1998/07/20 17:19:20 wessels Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: cache_diff.cc,v 1.8 1998/05/24 03:41:06 wessels Exp $
+ * $Id: cache_diff.cc,v 1.9 1998/07/20 17:19:21 wessels Exp $
*
* AUTHOR: Alex Rousskov
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: cache_manager.cc,v 1.12 1998/05/11 18:44:32 rousskov Exp $
+ * $Id: cache_manager.cc,v 1.13 1998/07/20 17:19:22 wessels Exp $
*
* DEBUG: section 16 Cache Manager Objects
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: cachemgr.cc,v 1.79 1998/05/30 19:43:03 rousskov Exp $
+ * $Id: cachemgr.cc,v 1.80 1998/07/20 17:19:23 wessels Exp $
*
* DEBUG: section 0 CGI Cache Manager
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: carp.cc,v 1.1 1998/07/17 01:02:24 wessels Exp $
+ * $Id: carp.cc,v 1.2 1998/07/20 17:19:24 wessels Exp $
*
* DEBUG: section 44 Cache Array Routing Protocol
* AUTHOR: Eric Stern
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: cbdata.cc,v 1.21 1998/05/24 03:41:07 wessels Exp $
+ * $Id: cbdata.cc,v 1.22 1998/07/20 17:19:24 wessels Exp $
*
* DEBUG: section 45 Callback Data Registry
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: cf_gen.cc,v 1.24 1998/05/28 23:41:20 wessels Exp $
+ * $Id: cf_gen.cc,v 1.25 1998/07/20 17:19:25 wessels Exp $
*
* DEBUG: none
* AUTHOR: Max Okumoto
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: client.cc,v 1.71 1998/06/02 04:18:17 wessels Exp $
+ * $Id: client.cc,v 1.72 1998/07/20 17:19:26 wessels Exp $
*
* DEBUG: section 0 WWW Client
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: client_db.cc,v 1.35 1998/06/08 17:29:16 wessels Exp $
+ * $Id: client_db.cc,v 1.36 1998/07/20 17:19:27 wessels Exp $
*
* DEBUG: section 0 Client Database
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: client_side.cc,v 1.356 1998/07/18 07:26:20 wessels Exp $
+ * $Id: client_side.cc,v 1.357 1998/07/20 17:19:28 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: comm.cc,v 1.273 1998/07/14 22:55:59 wessels Exp $
+ * $Id: comm.cc,v 1.274 1998/07/20 17:19:30 wessels Exp $
*
* DEBUG: section 5 Socket Functions
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: debug.cc,v 1.65 1998/04/27 19:16:08 wessels Exp $
+ * $Id: debug.cc,v 1.66 1998/07/20 17:19:31 wessels Exp $
*
* DEBUG: section 0 Debug Routines
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: disk.cc,v 1.119 1998/07/06 19:43:21 wessels Exp $
+ * $Id: disk.cc,v 1.120 1998/07/20 17:19:32 wessels Exp $
*
* DEBUG: section 6 Disk I/O Routines
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: dns.cc,v 1.58 1998/04/03 07:36:02 wessels Exp $
+ * $Id: dns.cc,v 1.59 1998/07/20 17:19:33 wessels Exp $
*
* DEBUG: section 34 Dnsserver interface
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: dnsserver.cc,v 1.50 1998/07/17 00:16:28 wessels Exp $
+ * $Id: dnsserver.cc,v 1.51 1998/07/20 17:19:34 wessels Exp $
*
* DEBUG: section 0 DNS Resolver
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: errorpage.cc,v 1.138 1998/06/05 21:21:19 rousskov Exp $
+ * $Id: errorpage.cc,v 1.139 1998/07/20 17:19:35 wessels Exp $
*
* DEBUG: section 4 Error Generation
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: event.cc,v 1.19 1998/05/26 19:08:54 wessels Exp $
+ * $Id: event.cc,v 1.20 1998/07/20 17:19:36 wessels Exp $
*
* DEBUG: section 41 Event Processing
* AUTHOR: Henrik Nordstrom
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: fd.cc,v 1.24 1998/05/26 15:29:56 wessels Exp $
+ * $Id: fd.cc,v 1.25 1998/07/20 17:19:37 wessels Exp $
*
* DEBUG: section 51 Filedescriptor Functions
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: filemap.cc,v 1.29 1998/05/27 18:34:57 wessels Exp $
+ * $Id: filemap.cc,v 1.30 1998/07/20 17:19:38 wessels Exp $
*
* DEBUG: section 8 Swap File Bitmap
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: forward.cc,v 1.17 1998/07/14 06:12:59 wessels Exp $
+ * $Id: forward.cc,v 1.18 1998/07/20 17:19:39 wessels Exp $
*
* DEBUG: section 17 Request Forwarding
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: fqdncache.cc,v 1.105 1998/06/02 04:18:20 wessels Exp $
+ * $Id: fqdncache.cc,v 1.106 1998/07/20 17:19:40 wessels Exp $
*
* DEBUG: section 35 FQDN Cache
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: ftp.cc,v 1.234 1998/07/14 22:59:15 wessels Exp $
+ * $Id: ftp.cc,v 1.235 1998/07/20 17:19:41 wessels Exp $
*
* DEBUG: section 9 File Transfer Protocol (FTP)
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: gopher.cc,v 1.130 1998/07/15 23:56:25 wessels Exp $
+ * $Id: gopher.cc,v 1.131 1998/07/20 17:19:42 wessels Exp $
*
* DEBUG: section 10 Gopher
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: http.cc,v 1.295 1998/07/20 16:27:08 wessels Exp $
+ * $Id: http.cc,v 1.296 1998/07/20 17:19:45 wessels Exp $
*
* DEBUG: section 11 Hypertext Transfer Protocol (HTTP)
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: icmp.cc,v 1.59 1998/03/31 22:36:32 wessels Exp $
+ * $Id: icmp.cc,v 1.60 1998/07/20 17:19:46 wessels Exp $
*
* DEBUG: section 37 ICMP Routines
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: ident.cc,v 1.42 1998/07/14 22:28:12 wessels Exp $
+ * $Id: ident.cc,v 1.43 1998/07/20 17:19:47 wessels Exp $
*
* DEBUG: section 30 Ident (RFC 931)
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: ipc.cc,v 1.5 1998/02/18 23:37:40 wessels Exp $
+ * $Id: ipc.cc,v 1.6 1998/07/20 17:19:48 wessels Exp $
*
* DEBUG: section 54 Interprocess Communication
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: ipcache.cc,v 1.191 1998/06/04 19:14:19 wessels Exp $
+ * $Id: ipcache.cc,v 1.192 1998/07/20 17:19:49 wessels Exp $
*
* DEBUG: section 14 IP Cache
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: main.cc,v 1.254 1998/07/17 01:02:25 wessels Exp $
+ * $Id: main.cc,v 1.255 1998/07/20 17:19:51 wessels Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: mem.cc,v 1.27 1998/07/13 21:37:16 wessels Exp $
+ * $Id: mem.cc,v 1.28 1998/07/20 17:19:52 wessels Exp $
*
* DEBUG: section 13 High Level Memory Pool Management
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: mime.cc,v 1.68 1998/06/03 20:48:19 rousskov Exp $
+ * $Id: mime.cc,v 1.69 1998/07/20 17:19:53 wessels Exp $
*
* DEBUG: section 25 MIME Parsing
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: multicast.cc,v 1.5 1998/02/10 22:17:54 wessels Exp $
+ * $Id: multicast.cc,v 1.6 1998/07/20 17:19:53 wessels Exp $
*
* DEBUG: section 7 Multicast
* AUTHOR: Martin Hamilton
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: neighbors.cc,v 1.225 1998/07/16 02:40:01 wessels Exp $
+ * $Id: neighbors.cc,v 1.226 1998/07/20 17:19:55 wessels Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: net_db.cc,v 1.116 1998/07/14 06:13:00 wessels Exp $
+ * $Id: net_db.cc,v 1.117 1998/07/20 17:19:56 wessels Exp $
*
* DEBUG: section 37 Network Measurement Database
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: pconn.cc,v 1.16 1998/05/22 23:44:20 wessels Exp $
+ * $Id: pconn.cc,v 1.17 1998/07/20 17:19:57 wessels Exp $
*
* DEBUG: section 48 Persistent Connections
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: peer_digest.cc,v 1.40 1998/07/14 06:13:00 wessels Exp $
+ * $Id: peer_digest.cc,v 1.41 1998/07/20 17:19:58 wessels Exp $
*
* DEBUG: section 72 Peer Digest Routines
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: peer_select.cc,v 1.70 1998/07/17 01:02:26 wessels Exp $
+ * $Id: peer_select.cc,v 1.71 1998/07/20 17:19:59 wessels Exp $
*
* DEBUG: section 44 Peer Selection Algorithm
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: pinger.cc,v 1.34 1998/06/08 17:26:30 wessels Exp $
+ * $Id: pinger.cc,v 1.35 1998/07/20 17:19:59 wessels Exp $
*
* DEBUG: section 42 ICMP Pinger program
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: recv-announce.cc,v 1.18 1998/02/06 17:50:21 wessels Exp $
+ * $Id: recv-announce.cc,v 1.19 1998/07/20 17:20:01 wessels Exp $
*
* DEBUG: section 0 Announcement Server
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: redirect.cc,v 1.60 1998/05/08 22:00:23 wessels Exp $
+ * $Id: redirect.cc,v 1.61 1998/07/20 17:20:02 wessels Exp $
*
* DEBUG: section 29 Redirector
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: refresh.cc,v 1.24 1998/07/16 22:47:25 wessels Exp $
+ * $Id: refresh.cc,v 1.25 1998/07/20 17:20:03 wessels Exp $
*
* DEBUG: section 22 Refresh Calculation
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: send-announce.cc,v 1.51 1998/05/15 15:16:32 wessels Exp $
+ * $Id: send-announce.cc,v 1.52 1998/07/20 17:20:04 wessels Exp $
*
* DEBUG: section 27 Cache Announcer
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: snmp_agent.cc,v 1.45 1998/07/08 17:36:18 glenn Exp $
+ * $Id: snmp_agent.cc,v 1.46 1998/07/20 17:20:04 wessels Exp $
*
* DEBUG: section 49 SNMP Interface
* AUTHOR: Kostas Anagnostakis
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: snmp_core.cc,v 1.5 1998/05/30 19:43:17 rousskov Exp $
+ * $Id: snmp_core.cc,v 1.6 1998/07/20 17:20:07 wessels Exp $
*
* DEBUG: section 49 SNMP support
* AUTHOR: Kostas Anagnostakis
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: squid.h,v 1.173 1998/04/08 22:03:31 wessels Exp $
+ * $Id: squid.h,v 1.174 1998/07/20 17:20:08 wessels Exp $
*
* AUTHOR: Duane Wessels
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: ssl.cc,v 1.83 1998/07/18 07:33:56 wessels Exp $
+ * $Id: ssl.cc,v 1.84 1998/07/20 17:20:09 wessels Exp $
*
* DEBUG: section 26 Secure Sockets Layer Proxy
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: stat.cc,v 1.260 1998/07/14 23:20:33 wessels Exp $
+ * $Id: stat.cc,v 1.261 1998/07/20 17:20:10 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: stmem.cc,v 1.61 1998/07/07 02:54:15 wessels Exp $
+ * $Id: stmem.cc,v 1.62 1998/07/20 17:20:11 wessels Exp $
*
* DEBUG: section 19 Store Memory Primitives
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: store.cc,v 1.427 1998/07/14 21:25:53 wessels Exp $
+ * $Id: store.cc,v 1.428 1998/07/20 17:20:13 wessels Exp $
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: store_digest.cc,v 1.22 1998/07/14 21:25:54 wessels Exp $
+ * $Id: store_digest.cc,v 1.23 1998/07/20 17:20:15 wessels Exp $
*
* DEBUG: section 71 Store Digest Manager
* AUTHOR: Alex Rousskov
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: store_dir.cc,v 1.71 1998/06/08 17:00:06 wessels Exp $
+ * $Id: store_dir.cc,v 1.72 1998/07/20 17:20:16 wessels Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: store_rebuild.cc,v 1.40 1998/05/26 19:08:59 wessels Exp $
+ * $Id: store_rebuild.cc,v 1.41 1998/07/20 17:20:16 wessels Exp $
*
* DEBUG: section 20 Store Rebuild Routines
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: test_cache_digest.cc,v 1.20 1998/05/24 03:41:15 wessels Exp $
+ * $Id: test_cache_digest.cc,v 1.21 1998/07/20 17:20:17 wessels Exp $
*
* AUTHOR: Alex Rousskov
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: tools.cc,v 1.161 1998/07/17 05:09:03 rousskov Exp $
+ * $Id: tools.cc,v 1.162 1998/07/20 17:20:18 wessels Exp $
*
* DEBUG: section 21 Misc Functions
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: tunnel.cc,v 1.83 1998/07/18 07:33:56 wessels Exp $
+ * $Id: tunnel.cc,v 1.84 1998/07/20 17:20:09 wessels Exp $
*
* DEBUG: section 26 Secure Sockets Layer Proxy
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: unlinkd.cc,v 1.21 1998/02/10 22:17:56 wessels Exp $
+ * $Id: unlinkd.cc,v 1.22 1998/07/20 17:20:19 wessels Exp $
*
* DEBUG: section 12 Unlink Daemon
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: url.cc,v 1.100 1998/07/16 22:41:35 wessels Exp $
+ * $Id: url.cc,v 1.101 1998/07/20 17:20:20 wessels Exp $
*
* DEBUG: section 23 URL Parsing
* AUTHOR: Duane Wessels
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
*
- * $Id: urn.cc,v 1.37 1998/07/14 06:13:01 wessels Exp $
+ * $Id: urn.cc,v 1.38 1998/07/20 17:20:21 wessels Exp $
*
* DEBUG: section 52 URN Parsing
* AUTHOR: Kostas Anagnostakis
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: useragent.cc,v 1.13 1998/02/02 21:15:12 wessels Exp $
+ * $Id: useragent.cc,v 1.14 1998/07/20 17:20:22 wessels Exp $
*
* DEBUG: section 40 User-Agent logging
* AUTHOR: Joe Ramey <ramey@csc.ti.com>
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: wais.cc,v 1.111 1998/06/09 21:18:57 wessels Exp $
+ * $Id: wais.cc,v 1.112 1998/07/20 17:20:23 wessels Exp $
*
* DEBUG: section 24 WAIS Relay
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: whois.cc,v 1.2 1998/06/28 16:17:31 wessels Exp $
+ * $Id: whois.cc,v 1.3 1998/07/20 17:20:24 wessels Exp $
*
* DEBUG: section 75 WHOIS protocol
* AUTHOR: Duane Wessels, Kostas Anagnostakis
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/
/*
- * $Id: hash.c,v 1.3 1998/02/28 03:10:35 kostas Exp $
+ * $Id: hash.c,v 1.4 1998/07/20 17:20:25 wessels Exp $
*
* DEBUG: section 0 Hash Tables
* AUTHOR: Harvest Derived
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
*
*/