]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change FSF address
authorwessels <>
Mon, 20 Jul 1998 23:18:42 +0000 (23:18 +0000)
committerwessels <>
Mon, 20 Jul 1998 23:18:42 +0000 (23:18 +0000)
97 files changed:
COPYING
README
include/Array.h
include/GNUregex.h
include/Stack.h
include/util.h
lib/Array.cc
lib/GNUregex.c
lib/Stack.c
lib/getfullhostname.c
lib/radix.c
lib/rfc1123.c
lib/rfc1738.c
lib/strerror.c
lib/util.c
src/CacheDigest.cc
src/ETag.cc
src/HttpBody.cc
src/HttpHdrCc.cc
src/HttpHdrContRange.cc
src/HttpHdrExtField.cc
src/HttpHdrRange.cc
src/HttpHeader.cc
src/HttpHeaderTools.cc
src/HttpMsg.cc
src/HttpReply.cc
src/HttpRequest.cc
src/HttpStatusLine.cc
src/MemBuf.cc
src/Packer.cc
src/StatHist.cc
src/String.cc
src/access_log.cc
src/acl.cc
src/asn.cc
src/cache_cf.cc
src/cache_diff.cc
src/cache_manager.cc
src/cachemgr.cc
src/carp.cc
src/cbdata.cc
src/cf_gen.cc
src/client.cc
src/client_db.cc
src/client_side.cc
src/comm.cc
src/debug.cc
src/disk.cc
src/dns.cc
src/dnsserver.cc
src/errorpage.cc
src/event.cc
src/fd.cc
src/filemap.cc
src/forward.cc
src/fqdncache.cc
src/ftp.cc
src/gopher.cc
src/http.cc
src/icmp.cc
src/ident.cc
src/ipc.cc
src/ipcache.cc
src/main.cc
src/mem.cc
src/mime.cc
src/multicast.cc
src/neighbors.cc
src/net_db.cc
src/pconn.cc
src/peer_digest.cc
src/peer_select.cc
src/pinger.cc
src/recv-announce.cc
src/redirect.cc
src/refresh.cc
src/send-announce.cc
src/snmp_agent.cc
src/snmp_core.cc
src/squid.h
src/ssl.cc
src/stat.cc
src/stmem.cc
src/store.cc
src/store_digest.cc
src/store_dir.cc
src/store_rebuild.cc
src/test_cache_digest.cc
src/tools.cc
src/tunnel.cc
src/unlinkd.cc
src/url.cc
src/urn.cc
src/useragent.cc
src/wais.cc
src/whois.cc
test-suite/hash.c

diff --git a/COPYING b/COPYING
index a43ea2126fb6b114bff5f8e003ee118e045dacf1..7c75c0d5402f67ce76342816fbd80555866fadbc 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
                       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.
 
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
 
     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.
 
diff --git a/README b/README
index df1cbeda3544ee13e5297b36d562ce6488c706d2..ab4c92bc91617de01e357fbe367fbc67a619f09d 100644 (file)
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
   
   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
index 2b2ab5ffa46a19148d05f1f45a42739c1b018c5d..5ea0e9c89aabede7297fc42e6aec1b2d64e61cff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
  *
@@ -23,7 +23,7 @@
  *  
  *  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.
  *  
  */
 
index 9faa80ae50733789aa8d728218eaa6d19341b20f..4e43e8196e4812bbb562d4d2c3510b464cbc17d8 100644 (file)
@@ -15,7 +15,7 @@
  * 
  * 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__
index 23752e64ef042db594208c24162b0cf0625cbaee..59a405a65f895c79bb1a749fe75505cdb233009c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
  *
@@ -23,7 +23,7 @@
  *  
  *  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.
  *  
  */
 
index 46b2048241015e77fc2339640802cdd0d2e1a9b3..6299e95efaf40151575238ef9e1abe37a395618e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
  *
@@ -23,7 +23,7 @@
  *  
  *  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.
  *  
  */
 
index 55e1d4b2bf3213ad75e5e1a8a7af369d8f2aa64a..cb11fd20b8829fa97cfea63bb65c4e6f33cc20b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
  *
@@ -23,7 +23,7 @@
  *  
  *  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.
  *  
  */
 
index ba3a624caa083b0f4ed7ca67f64b4c24fff24572..779574f173f713e116d2b55ccf09583524315ffe 100644 (file)
@@ -17,7 +17,7 @@
  * 
  * 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)
index 36d5dd67cf32e716c09327f9b9082db05261aaf5..5f0385b6fb7d52754d9164a231a28906778adf15 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
  *
@@ -23,7 +23,7 @@
  *  
  *  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.
  *  
  */
 
index 0fbe3bb76c6cd8ce1a4f2789d5cf19670edf004f..a99695d041b595028b5344f49fa42d00243ab3b1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index d7a36d4664e318aa0e80e918bdb7a84ef5723953..a73be706352b3aaf584dc60ae1e8ee80e17711cd 100644 (file)
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index ea33b22d3ea40f09f495eddd6fc8f06faabce57d..b6b3f9d8df3e26487550cae6eecc9412858814eb 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index f166438248cf0bdd7345c9eda6d5cad729c7e9e5..4e78a75eb60e95489d403b08a89a44aef73b915a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index a51e2630ad40a6bbde443ff3bc9c4fce678de218..5e5a5cf144728febf881e89c3691927735164aa7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 47ef1eea010fded6f94a56626017b4babe67fdde..7746b59aa2e702ad745412b84ead6a5d41288d1d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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
index bc0a69a4d4179c26e6981734beb4bc3b048d1070..77791ef8cea98d273531cbdef452685c5fce08df 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index f197e2060fe74f0830bbe4dabfdd5522e3293001..8c6062988b98fec2ad4b94e0cc7f1d79cb45705b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 47f4298c1923586b4e6ba2309be70d6190d3af9c..a88f16dabd50f4d53830bc30aae8abceb264b05c 100644 (file)
@@ -2,7 +2,7 @@
 
 
 /*
- * $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
@@ -27,7 +27,7 @@
  *  
  *  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.
  *  
  */
 
index 143bc917ffb6bd34f76c0879f3a8f7d0fac53049..19e4f69b436227721c84c081cb8929caeed1dc78 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *
  *  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.
  *
  */
 
index c4087404111d6b49224b7d96693bdf64e136177b..98e45c52b2531e2904acc3d5cab2d79a1a8e677c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index c1b7fa0f9e45777d770c3b91d75be3f4727be95f..88e9bb4a89d142e4587d8722306a583095913710 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *
  *  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.
  *
  */
 
index 69d95a3a2ad60ff0baad8c3298d830359108c638..f61f268cc900ed4feb11e5a9aa7227cd5ba930f7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 5e09eabb7c30616d869ee9e951500ebd2150c395..6aac17edb214ab218544b15aa0a13be1a9630e0a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index efefb5fb5d692d7b92f56a31ad5d69643e9d3dc4..bcfc3b898c5e5d5a348e9a898e6e9396540350a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 33a6e11ec33c2d10e5c620fe23c60ff5cb2fb8c8..c3000eb7b1d4f80759ff393983e8d4dba59a9b7e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 8ee70c2db860ce40cf92de9e61a8525caca5ff6e..0cf364eeebcb1608a65e936a89b3c5b306204e30 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 0607704ab4b574c769ec4f085357b78b6d752483..bdc2dff5ab4c9323136e0c0da5de0306a5c34209 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index b1a4ebf15959242e082dad386c650eff4ceea622..b47e9a707a399989be60f02cf059440a1a47e36a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 2771851849c50e3d37503216ed90885a1501f242..e77db481e1d51f22c86cb1c4f939640aa6291553 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 72a566184e67c6d181254c2ca654e7d871b75918..7c9ff780f4aec86c4b9e69c80e16035089fc8f88 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index a482d987f51c8ecb7f593c245d8c77876493dc00..f6cec3bfff8e2814584ef379328eca645db39553 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 489c49b033b929b741eed5e71e2a03307bdbb64c..08b5f9f4c6a4285120e31f86c5bc6a4a2d503e58 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 9f927872db1fcd643931d3bba31132b8acdea17d..88c3e97a32804f969d8a14602a39b46b8e4dffa3 100644 (file)
@@ -1,7 +1,7 @@
 
 
 /*
- * $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
@@ -26,7 +26,7 @@
  *  
  *  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.
  *  
  */
 
index ba8dcbe8c38714621a352146cfaa4de8c9104b84..3b71790eeae58156b80f210e1d97621b5042e525 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 016c0d3150b0b78e387bad53bfc6b35e40fa48f9..ae3f0b0dd365a08a2a4c03c0a3438e422dd665a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 215f303b40097b948d52df3cb78c8e63587bb45b..ef047d03f173fed7e5619034489357a3f9362f55 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index c4a3b96d9556532de240893153df32514d0dc2f2..994b9bc3fbb818065683eb4e0dde457c59dd7a41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
  *
@@ -23,7 +23,7 @@
  *  
  *  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.
  *  
  */
 
index 5626a4d664da193d7fbde46e1e2465b5bcab2228..d559ddfcfed093ee23f56a3633f8a9ef88ddf094 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index ad9d48ed63ed5dfd8bd70ef82bedc1c0918542ec..a3dc35520291f2a0f9bad329758f747ef4e19577 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *
  *  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.
  *
  */
 
index 3b101652a0b043b035fc5b4faf69e880955fccdd..b9a55deffca60e5727992db30e2b4fdd4e8c182d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *
  *  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.
  *      
  */     
 
index 02fbe4e0e70c50715e44c4bc3983a3a062fd6258..b4f325b1ede4d6fc2f8c195a3864b7aad78b0a11 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index a94fcf0bf44ea57f34541eb1fda7e79b7b4e572a..e636e81038d3ae5deef0905fd46c3865070554b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 2aade1329124b1ccd060ff07ec3a67e05da02503..61eecf634360bb9dee2a61f5ddf91cfc1b1104f4 100644 (file)
@@ -2,7 +2,7 @@
 
 
 /*
- * $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
@@ -27,7 +27,7 @@
  *  
  *  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.
  *  
  */
 
index 5737f179baf0652d344d92b119c6182129863b8f..1afe07514d115e1077539de02e339bdeba439ddd 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index f5498a32cdfcbaee6c12109895a8b046eef6ae42..f4eed42a684979cfa7c1a905456090de28ac8c0e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 8a58dface061d87d6465c547d391ff9f9551fde1..ce310f306b67c568dce81c93942fb63acdbe7664 100644 (file)
@@ -1,7 +1,7 @@
 
 
 /*
- * $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
@@ -26,7 +26,7 @@
  *  
  *  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.
  *  
  */
 
index b91a10abdc8db15846239b1578ae265f6e982812..4406ac844720ffb8144303c90e828c078a4038e7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index c57ac359a2fbc6ac7446cb03140050c552315fd6..60c4e3aa3692d1b50a7a8cee9527f43c488d86f1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 4505a6f90280c24519add5710283911e5e102d7e..b07aad816482d76896ef47a723c343d5e4264090 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index cef8fba603e04d6f2e319cb5955d79b0db8e4fa4..e5b05d184f4fafc8a5a329a07782c9226ac8540a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 22f41136b748dc26f7c7b624703afdf5681b6244..abf08702d31620799cdbd7b6369106522e420fd7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 096a1a4b66f4da16f91c1d7b78ef344cc1471780..579863955eb354e8d32559c5ff90041d9cfd8a1a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 5ee2c89677dc2c3d185dcede945b93d425575c9f..d287996ec0d6c57ceba867d43ab8d916d8956e5e 100644 (file)
--- a/src/fd.cc
+++ b/src/fd.cc
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 7e524d7394b814a36692cf474785463e059590dd..6fbcb63eec6d9c5a6a552bc8e1b835ed39ac95c5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 787e66997087999adea66406305222ea20214926..4929a9209e8d8d64c050f09400e94c1daf5451dd 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 0e66525d44ec28119eda4adc4b58ff3367e4ff7d..8b4d7c9e1fc42e52e9b434ff96ce2fe6c3705d5b 100644 (file)
@@ -1,7 +1,7 @@
 
 
 /*
- * $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
@@ -26,7 +26,7 @@
  *  
  *  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.
  *  
  */
 
index 5dd14f49d8cf282f5cbf5f7f33203878df6c2694..35466a53907e9b349d1851a2483a945ea2a6b67c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index bc430423586fb0af9e9e1888abb9025efeb7c4af..7ab43166085a870cce5950bd5c2a6b83ff59972c 100644 (file)
@@ -1,7 +1,7 @@
 
 
 /*
- * $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
@@ -26,7 +26,7 @@
  *  
  *  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.
  *  
  */
 
index 9db213de4ebf67a63296f0760a6d7f5d35ea6688..b9e1d9c3df15aa43183bff96fb708fedb6a66719 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 6dbc942320de2fbd266be2972983101ecf615e05..78405f491e69702665212e31655ca2ed5451aaca 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 787e0fcd302cec4951c70829c406df030f8eb5a0..2a0c095e439f9ff42b654b2175ddb2bb30f2497f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index d4a5f930cdee28ef31ab76197783bb53a8263491..a17351569ac07edafc210b07d634a5e12d1e1c14 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 812fa5bbe45c6c48510cf59371419ddb133c26bc..3aa6c5404d59651f51693d0d17bf5266343012b8 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index d624dbb958a6674e46e1ce7fe440f85072f87add..0080ab55dc3ed9a0a26b983f346b545b1968db08 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 7682d13bbd91c80a78f1c9a414dc95525a13c1ce..d57781df5b59ba5038b2ebb486638dfce88bf09d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index cc1e0c968364d961131fffb9f999ff40b1b59645..847ce11339245c924d02c2987eefc8b37f126c56 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 39e6d9f74e3b3b58003289b5d475be60a17f148e..737b080affaa3105ae88a80f1e7f12c324f388ec 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 87bc7bb5fdbf37fd0f38a5684a5966a9c5c779b6..f7362fd139bd6a8052e4f0907b923e7d52da851f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 00a2b45933551143f98311d234b1b6f3b476ffd8..f05e19d3200646b9b3e00da8d78095a31e16a130 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index e49e01143fd6332c7a1d3609341210d345fd1859..f9084755025d04a912226563bd9404b49c76ce4e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index a9017b2bf315b5427105f333e0b22e21540a860a..93258308c23eedb617adcbc08a7ceb1d9633c435 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index d503ccf863b5407970ad3f10da2d31ea8282ec7e..d503b8b529204959e06f1cd3ad40d37b50881d48 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index d2bf210768caf736d326abf141722c11fc10328c..4424cd1d0a3221f4e8b7232fb8e62d39266a2750 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 1fd12c7846ee0f9016d2d3141ed2e06bc9ca2b9d..24a5e30119e048bbf2b27602b6a4954e1c9aac04 100644 (file)
@@ -1,7 +1,7 @@
 
 
 /*
- * $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
@@ -26,7 +26,7 @@
  *  
  *  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.
  *  
  */
 
index c9d0f7385d6877824f41c253a570726fcfa08ec0..25753e70fa69cedd41c49f0b86dfa10467c82c21 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index bfffa2170dab682fd69754653a7baaf0d8b95253..a8ff2d71adfc103b98be91a09e54d30c7de2a826 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 4416f75716c7c5f1d2f772c110b86ef44cf86ab9..1ec781cd35864709a4da86845cb55324a9b7bb24 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 5bf3ff4b036f9ee765d8913eaef7ac0c5661c6df..fcbcca69c5760128fbe5cd4a05e970b060149ffe 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 6ddd544c3181df95abc5cec02dda6ce662ad555b..02e198558cf44315b2c1340fe8f50deb7c24f743 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index af4743abfaa6600fc1558722ef50fde9485ab776..e12a82d19b2ac81ac9cd5037772dbcb21d1a576e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
  *
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 92b4dfdc2708bceaf93e5fbbf32184e7ff6ca982..d139a1a1ad0ee9e8843398fd97908979a1bd9d29 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index e00fe136e116456fe0f10677015c9518b01ca1bc..f9671415ccc78c4b218e098102eff05c7feb5e99 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 6a11515cbd35c5b573532c9bc3ca5019e03d93a6..b88b13a25e6d9a3ba3cc7eae2d7026a0dc3e272e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index e5a575cc01eac3b8796dfb58aaaf45f612dbd5b0..fbcfb2be8e30b5cbbda5132fba39874b716096e6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 37e792308f8ee871e7d0a0a08d54207515cfbf42..bc5a49407a3f976145b9b7607c3033d85eefa7ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 47b70a729b287615e8a0f21c034a7c8bdc7469a0..b5be9134781fa20ab84f11473341b320d5ecdae5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index f36ae0ad83307992ec8cd1660e9e671126eee7c8..7ba90cb262f5ab2262a257bb1532499e31188140 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 1334c6fd072ac08911765d172582d0ba1ff11754..d3e4110485c4cb9cdf6b882ba794d2f5fcad59fe 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
  *
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 399db42c31bf7a79d587c64abf818f3c6915cd88..6e7bc9258fde3a271cac2727ca44d520fcd12ad9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index e362ce079cc674e45b00824b90a95e4a072f4187..bc5c04d0aae17513e8e0d4c530b6a71545d97573 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 8bc18ac2942780985040d416bd2ac57efafa51ba..37340e9c460f9c8c8172f52310160e4abfeef3bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 8afafdeca7c3de48fd6c03b6e65353a4da082d3e..e0483a62b4fd1b8d11398a80cc8c2ff7a7f3f781 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 9e6fdd3a96ff506f2095093cdd15ce4ac3d901d7..bdac4ae2048b999b0a28e561e4c0b264f20519ba 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  *
- * $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
@@ -26,7 +26,7 @@
  *  
  *  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.
  *  
  */
 
index 26cde5f1be8db0f2e22911b2f10e39bbbf7e8c82..bae54954d43755865b41ea5b106507d4d3f415a8 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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>
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index ee92fa879a99a3bffeefbfe12510a6351d281eac..9049ca44a95f2612fa8bb55193c5e425716910f7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */
 
index 7c3c2d5c6409a4c54e802e7756d3278d99aef920..f86597f7733d1368db31d610d7cefba61b6cabaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $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
@@ -24,7 +24,7 @@
  *  
  *  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.
  *  
  */
 
index 35edc2e42670297e6084068e3e17f69269cc3977..f9203654321e50182bac79b0f2149cfdc3fc63f1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
@@ -25,7 +25,7 @@
  *  
  *  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.
  *  
  */