From: wessels <> Date: Mon, 20 Jul 1998 23:18:42 +0000 (+0000) Subject: change FSF address X-Git-Tag: SQUID_3_0_PRE1~3043 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbdec147f4ce6de4ba6ac40693d6dde59c6a9e09;p=thirdparty%2Fsquid.git change FSF address --- diff --git a/COPYING b/COPYING index a43ea2126f..7c75c0d540 100644 --- 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 df1cbeda35..ab4c92bc91 100644 --- 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 diff --git a/include/Array.h b/include/Array.h index 2b2ab5ffa4..5ea0e9c89a 100644 --- a/include/Array.h +++ b/include/Array.h @@ -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. * */ diff --git a/include/GNUregex.h b/include/GNUregex.h index 9faa80ae50..4e43e8196e 100644 --- a/include/GNUregex.h +++ b/include/GNUregex.h @@ -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__ diff --git a/include/Stack.h b/include/Stack.h index 23752e64ef..59a405a65f 100644 --- a/include/Stack.h +++ b/include/Stack.h @@ -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. * */ diff --git a/include/util.h b/include/util.h index 46b2048241..6299e95efa 100644 --- a/include/util.h +++ b/include/util.h @@ -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. * */ diff --git a/lib/Array.cc b/lib/Array.cc index 55e1d4b2bf..cb11fd20b8 100644 --- a/lib/Array.cc +++ b/lib/Array.cc @@ -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. * */ diff --git a/lib/GNUregex.c b/lib/GNUregex.c index ba3a624caa..779574f173 100644 --- a/lib/GNUregex.c +++ b/lib/GNUregex.c @@ -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) diff --git a/lib/Stack.c b/lib/Stack.c index 36d5dd67cf..5f0385b6fb 100644 --- a/lib/Stack.c +++ b/lib/Stack.c @@ -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. * */ diff --git a/lib/getfullhostname.c b/lib/getfullhostname.c index 0fbe3bb76c..a99695d041 100644 --- a/lib/getfullhostname.c +++ b/lib/getfullhostname.c @@ -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. * */ diff --git a/lib/radix.c b/lib/radix.c index d7a36d4664..a73be70635 100644 --- a/lib/radix.c +++ b/lib/radix.c @@ -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. * */ diff --git a/lib/rfc1123.c b/lib/rfc1123.c index ea33b22d3e..b6b3f9d8df 100644 --- a/lib/rfc1123.c +++ b/lib/rfc1123.c @@ -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. * */ diff --git a/lib/rfc1738.c b/lib/rfc1738.c index f166438248..4e78a75eb6 100644 --- a/lib/rfc1738.c +++ b/lib/rfc1738.c @@ -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. * */ diff --git a/lib/strerror.c b/lib/strerror.c index a51e2630ad..5e5a5cf144 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -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. * */ diff --git a/lib/util.c b/lib/util.c index 47ef1eea01..7746b59aa2 100644 --- a/lib/util.c +++ b/lib/util.c @@ -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 diff --git a/src/CacheDigest.cc b/src/CacheDigest.cc index bc0a69a4d4..77791ef8ce 100644 --- a/src/CacheDigest.cc +++ b/src/CacheDigest.cc @@ -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. * */ diff --git a/src/ETag.cc b/src/ETag.cc index f197e2060f..8c6062988b 100644 --- a/src/ETag.cc +++ b/src/ETag.cc @@ -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. * */ diff --git a/src/HttpBody.cc b/src/HttpBody.cc index 47f4298c19..a88f16dabd 100644 --- a/src/HttpBody.cc +++ b/src/HttpBody.cc @@ -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. * */ diff --git a/src/HttpHdrCc.cc b/src/HttpHdrCc.cc index 143bc917ff..19e4f69b43 100644 --- a/src/HttpHdrCc.cc +++ b/src/HttpHdrCc.cc @@ -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. * */ diff --git a/src/HttpHdrContRange.cc b/src/HttpHdrContRange.cc index c408740411..98e45c52b2 100644 --- a/src/HttpHdrContRange.cc +++ b/src/HttpHdrContRange.cc @@ -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. * */ diff --git a/src/HttpHdrExtField.cc b/src/HttpHdrExtField.cc index c1b7fa0f9e..88e9bb4a89 100644 --- a/src/HttpHdrExtField.cc +++ b/src/HttpHdrExtField.cc @@ -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. * */ diff --git a/src/HttpHdrRange.cc b/src/HttpHdrRange.cc index 69d95a3a2a..f61f268cc9 100644 --- a/src/HttpHdrRange.cc +++ b/src/HttpHdrRange.cc @@ -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. * */ diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index 5e09eabb7c..6aac17edb2 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -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. * */ diff --git a/src/HttpHeaderTools.cc b/src/HttpHeaderTools.cc index efefb5fb5d..bcfc3b898c 100644 --- a/src/HttpHeaderTools.cc +++ b/src/HttpHeaderTools.cc @@ -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. * */ diff --git a/src/HttpMsg.cc b/src/HttpMsg.cc index 33a6e11ec3..c3000eb7b1 100644 --- a/src/HttpMsg.cc +++ b/src/HttpMsg.cc @@ -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. * */ diff --git a/src/HttpReply.cc b/src/HttpReply.cc index 8ee70c2db8..0cf364eeeb 100644 --- a/src/HttpReply.cc +++ b/src/HttpReply.cc @@ -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. * */ diff --git a/src/HttpRequest.cc b/src/HttpRequest.cc index 0607704ab4..bdc2dff5ab 100644 --- a/src/HttpRequest.cc +++ b/src/HttpRequest.cc @@ -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. * */ diff --git a/src/HttpStatusLine.cc b/src/HttpStatusLine.cc index b1a4ebf159..b47e9a707a 100644 --- a/src/HttpStatusLine.cc +++ b/src/HttpStatusLine.cc @@ -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. * */ diff --git a/src/MemBuf.cc b/src/MemBuf.cc index 2771851849..e77db481e1 100644 --- a/src/MemBuf.cc +++ b/src/MemBuf.cc @@ -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. * */ diff --git a/src/Packer.cc b/src/Packer.cc index 72a566184e..7c9ff780f4 100644 --- a/src/Packer.cc +++ b/src/Packer.cc @@ -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. * */ diff --git a/src/StatHist.cc b/src/StatHist.cc index a482d987f5..f6cec3bfff 100644 --- a/src/StatHist.cc +++ b/src/StatHist.cc @@ -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. * */ diff --git a/src/String.cc b/src/String.cc index 489c49b033..08b5f9f4c6 100644 --- a/src/String.cc +++ b/src/String.cc @@ -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. * */ diff --git a/src/access_log.cc b/src/access_log.cc index 9f927872db..88c3e97a32 100644 --- a/src/access_log.cc +++ b/src/access_log.cc @@ -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. * */ diff --git a/src/acl.cc b/src/acl.cc index ba8dcbe8c3..3b71790eea 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -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. * */ diff --git a/src/asn.cc b/src/asn.cc index 016c0d3150..ae3f0b0dd3 100644 --- a/src/asn.cc +++ b/src/asn.cc @@ -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. * */ diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 215f303b40..ef047d03f1 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -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. * */ diff --git a/src/cache_diff.cc b/src/cache_diff.cc index c4a3b96d95..994b9bc3fb 100644 --- a/src/cache_diff.cc +++ b/src/cache_diff.cc @@ -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. * */ diff --git a/src/cache_manager.cc b/src/cache_manager.cc index 5626a4d664..d559ddfcfe 100644 --- a/src/cache_manager.cc +++ b/src/cache_manager.cc @@ -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. * */ diff --git a/src/cachemgr.cc b/src/cachemgr.cc index ad9d48ed63..a3dc355202 100644 --- a/src/cachemgr.cc +++ b/src/cachemgr.cc @@ -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. * */ diff --git a/src/carp.cc b/src/carp.cc index 3b101652a0..b9a55deffc 100644 --- a/src/carp.cc +++ b/src/carp.cc @@ -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. * */ diff --git a/src/cbdata.cc b/src/cbdata.cc index 02fbe4e0e7..b4f325b1ed 100644 --- a/src/cbdata.cc +++ b/src/cbdata.cc @@ -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. * */ diff --git a/src/cf_gen.cc b/src/cf_gen.cc index a94fcf0bf4..e636e81038 100644 --- a/src/cf_gen.cc +++ b/src/cf_gen.cc @@ -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. * */ diff --git a/src/client.cc b/src/client.cc index 2aade13291..61eecf6343 100644 --- a/src/client.cc +++ b/src/client.cc @@ -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. * */ diff --git a/src/client_db.cc b/src/client_db.cc index 5737f179ba..1afe07514d 100644 --- a/src/client_db.cc +++ b/src/client_db.cc @@ -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. * */ diff --git a/src/client_side.cc b/src/client_side.cc index f5498a32cd..f4eed42a68 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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. * */ diff --git a/src/comm.cc b/src/comm.cc index 8a58dface0..ce310f306b 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -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. * */ diff --git a/src/debug.cc b/src/debug.cc index b91a10abdc..4406ac8447 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -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. * */ diff --git a/src/disk.cc b/src/disk.cc index c57ac359a2..60c4e3aa36 100644 --- a/src/disk.cc +++ b/src/disk.cc @@ -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. * */ diff --git a/src/dns.cc b/src/dns.cc index 4505a6f902..b07aad8164 100644 --- a/src/dns.cc +++ b/src/dns.cc @@ -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. * */ diff --git a/src/dnsserver.cc b/src/dnsserver.cc index cef8fba603..e5b05d184f 100644 --- a/src/dnsserver.cc +++ b/src/dnsserver.cc @@ -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. * */ diff --git a/src/errorpage.cc b/src/errorpage.cc index 22f41136b7..abf08702d3 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -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. * */ diff --git a/src/event.cc b/src/event.cc index 096a1a4b66..579863955e 100644 --- a/src/event.cc +++ b/src/event.cc @@ -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. * */ diff --git a/src/fd.cc b/src/fd.cc index 5ee2c89677..d287996ec0 100644 --- 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. * */ diff --git a/src/filemap.cc b/src/filemap.cc index 7e524d7394..6fbcb63eec 100644 --- a/src/filemap.cc +++ b/src/filemap.cc @@ -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. * */ diff --git a/src/forward.cc b/src/forward.cc index 787e669970..4929a9209e 100644 --- a/src/forward.cc +++ b/src/forward.cc @@ -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. * */ diff --git a/src/fqdncache.cc b/src/fqdncache.cc index 0e66525d44..8b4d7c9e1f 100644 --- a/src/fqdncache.cc +++ b/src/fqdncache.cc @@ -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. * */ diff --git a/src/ftp.cc b/src/ftp.cc index 5dd14f49d8..35466a5390 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -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. * */ diff --git a/src/gopher.cc b/src/gopher.cc index bc43042358..7ab4316608 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -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. * */ diff --git a/src/http.cc b/src/http.cc index 9db213de4e..b9e1d9c3df 100644 --- a/src/http.cc +++ b/src/http.cc @@ -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. * */ diff --git a/src/icmp.cc b/src/icmp.cc index 6dbc942320..78405f491e 100644 --- a/src/icmp.cc +++ b/src/icmp.cc @@ -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. * */ diff --git a/src/ident.cc b/src/ident.cc index 787e0fcd30..2a0c095e43 100644 --- a/src/ident.cc +++ b/src/ident.cc @@ -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. * */ diff --git a/src/ipc.cc b/src/ipc.cc index d4a5f930cd..a17351569a 100644 --- a/src/ipc.cc +++ b/src/ipc.cc @@ -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. * */ diff --git a/src/ipcache.cc b/src/ipcache.cc index 812fa5bbe4..3aa6c5404d 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -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. * */ diff --git a/src/main.cc b/src/main.cc index d624dbb958..0080ab55dc 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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. * */ diff --git a/src/mem.cc b/src/mem.cc index 7682d13bbd..d57781df5b 100644 --- a/src/mem.cc +++ b/src/mem.cc @@ -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. * */ diff --git a/src/mime.cc b/src/mime.cc index cc1e0c9683..847ce11339 100644 --- a/src/mime.cc +++ b/src/mime.cc @@ -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. * */ diff --git a/src/multicast.cc b/src/multicast.cc index 39e6d9f74e..737b080aff 100644 --- a/src/multicast.cc +++ b/src/multicast.cc @@ -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. * */ diff --git a/src/neighbors.cc b/src/neighbors.cc index 87bc7bb5fd..f7362fd139 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -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. * */ diff --git a/src/net_db.cc b/src/net_db.cc index 00a2b45933..f05e19d320 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -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. * */ diff --git a/src/pconn.cc b/src/pconn.cc index e49e01143f..f908475502 100644 --- a/src/pconn.cc +++ b/src/pconn.cc @@ -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. * */ diff --git a/src/peer_digest.cc b/src/peer_digest.cc index a9017b2bf3..93258308c2 100644 --- a/src/peer_digest.cc +++ b/src/peer_digest.cc @@ -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. * */ diff --git a/src/peer_select.cc b/src/peer_select.cc index d503ccf863..d503b8b529 100644 --- a/src/peer_select.cc +++ b/src/peer_select.cc @@ -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. * */ diff --git a/src/pinger.cc b/src/pinger.cc index d2bf210768..4424cd1d0a 100644 --- a/src/pinger.cc +++ b/src/pinger.cc @@ -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. * */ diff --git a/src/recv-announce.cc b/src/recv-announce.cc index 1fd12c7846..24a5e30119 100644 --- a/src/recv-announce.cc +++ b/src/recv-announce.cc @@ -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. * */ diff --git a/src/redirect.cc b/src/redirect.cc index c9d0f7385d..25753e70fa 100644 --- a/src/redirect.cc +++ b/src/redirect.cc @@ -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. * */ diff --git a/src/refresh.cc b/src/refresh.cc index bfffa2170d..a8ff2d71ad 100644 --- a/src/refresh.cc +++ b/src/refresh.cc @@ -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. * */ diff --git a/src/send-announce.cc b/src/send-announce.cc index 4416f75716..1ec781cd35 100644 --- a/src/send-announce.cc +++ b/src/send-announce.cc @@ -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. * */ diff --git a/src/snmp_agent.cc b/src/snmp_agent.cc index 5bf3ff4b03..fcbcca69c5 100644 --- a/src/snmp_agent.cc +++ b/src/snmp_agent.cc @@ -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. * */ diff --git a/src/snmp_core.cc b/src/snmp_core.cc index 6ddd544c31..02e198558c 100644 --- a/src/snmp_core.cc +++ b/src/snmp_core.cc @@ -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. * */ diff --git a/src/squid.h b/src/squid.h index af4743abfa..e12a82d19b 100644 --- a/src/squid.h +++ b/src/squid.h @@ -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. * */ diff --git a/src/ssl.cc b/src/ssl.cc index 92b4dfdc27..d139a1a1ad 100644 --- a/src/ssl.cc +++ b/src/ssl.cc @@ -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. * */ diff --git a/src/stat.cc b/src/stat.cc index e00fe136e1..f9671415cc 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -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. * */ diff --git a/src/stmem.cc b/src/stmem.cc index 6a11515cbd..b88b13a25e 100644 --- a/src/stmem.cc +++ b/src/stmem.cc @@ -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. * */ diff --git a/src/store.cc b/src/store.cc index e5a575cc01..fbcfb2be8e 100644 --- a/src/store.cc +++ b/src/store.cc @@ -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. * */ diff --git a/src/store_digest.cc b/src/store_digest.cc index 37e792308f..bc5a49407a 100644 --- a/src/store_digest.cc +++ b/src/store_digest.cc @@ -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. * */ diff --git a/src/store_dir.cc b/src/store_dir.cc index 47b70a729b..b5be913478 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -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. * */ diff --git a/src/store_rebuild.cc b/src/store_rebuild.cc index f36ae0ad83..7ba90cb262 100644 --- a/src/store_rebuild.cc +++ b/src/store_rebuild.cc @@ -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. * */ diff --git a/src/test_cache_digest.cc b/src/test_cache_digest.cc index 1334c6fd07..d3e4110485 100644 --- a/src/test_cache_digest.cc +++ b/src/test_cache_digest.cc @@ -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. * */ diff --git a/src/tools.cc b/src/tools.cc index 399db42c31..6e7bc9258f 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -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. * */ diff --git a/src/tunnel.cc b/src/tunnel.cc index e362ce079c..bc5c04d0aa 100644 --- a/src/tunnel.cc +++ b/src/tunnel.cc @@ -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. * */ diff --git a/src/unlinkd.cc b/src/unlinkd.cc index 8bc18ac294..37340e9c46 100644 --- a/src/unlinkd.cc +++ b/src/unlinkd.cc @@ -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. * */ diff --git a/src/url.cc b/src/url.cc index 8afafdeca7..e0483a62b4 100644 --- a/src/url.cc +++ b/src/url.cc @@ -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. * */ diff --git a/src/urn.cc b/src/urn.cc index 9e6fdd3a96..bdac4ae204 100644 --- a/src/urn.cc +++ b/src/urn.cc @@ -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. * */ diff --git a/src/useragent.cc b/src/useragent.cc index 26cde5f1be..bae54954d4 100644 --- a/src/useragent.cc +++ b/src/useragent.cc @@ -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 @@ -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. * */ diff --git a/src/wais.cc b/src/wais.cc index ee92fa879a..9049ca44a9 100644 --- a/src/wais.cc +++ b/src/wais.cc @@ -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. * */ diff --git a/src/whois.cc b/src/whois.cc index 7c3c2d5c64..f86597f773 100644 --- a/src/whois.cc +++ b/src/whois.cc @@ -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. * */ diff --git a/test-suite/hash.c b/test-suite/hash.c index 35edc2e426..f920365432 100644 --- a/test-suite/hash.c +++ b/test-suite/hash.c @@ -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. * */