From: hno <> Date: Wed, 7 Jun 2000 01:34:30 +0000 (+0000) Subject: Minor corrections of the formatting of the boilerplate section: X-Git-Tag: SQUID_3_0_PRE1~1935 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f740a279e2329fbbb690288e5f9c9ecf3d90bf55;p=thirdparty%2Fsquid.git Minor corrections of the formatting of the boilerplate section: * One and only one blank line first in the files * added the copyright bolierplate where it was missing * a few missing debug section "none" statements * author was missing on some files.. --- diff --git a/src/ETag.cc b/src/ETag.cc index 686ffb63cb..1269469b12 100644 --- a/src/ETag.cc +++ b/src/ETag.cc @@ -1,7 +1,8 @@ /* - * $Id: ETag.cc,v 1.6 2000/03/06 16:23:27 wessels Exp $ + * $Id: ETag.cc,v 1.7 2000/06/06 19:34:30 hno Exp $ * + * DEBUG: none ETag parsing support * AUTHOR: Alex Rousskov * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ diff --git a/src/HttpBody.cc b/src/HttpBody.cc index dcbce0b7f0..82ba6f973c 100644 --- a/src/HttpBody.cc +++ b/src/HttpBody.cc @@ -1,8 +1,6 @@ - - /* - * $Id: HttpBody.cc,v 1.16 2000/03/06 16:23:27 wessels Exp $ + * $Id: HttpBody.cc,v 1.17 2000/06/06 19:34:30 hno Exp $ * * DEBUG: section 56 HTTP Message Body * AUTHOR: Alex Rousskov diff --git a/src/MemBuf.cc b/src/MemBuf.cc index cd7163035d..298f747cb3 100644 --- a/src/MemBuf.cc +++ b/src/MemBuf.cc @@ -1,5 +1,6 @@ + /* - * $Id: MemBuf.cc,v 1.24 2000/05/16 07:09:33 wessels Exp $ + * $Id: MemBuf.cc,v 1.25 2000/06/06 19:34:30 hno Exp $ * * DEBUG: section 59 auto-growing Memory Buffer with printf * AUTHOR: Alex Rousskov diff --git a/src/access_log.cc b/src/access_log.cc index 3e1674c421..69809a3597 100644 --- a/src/access_log.cc +++ b/src/access_log.cc @@ -1,7 +1,6 @@ - /* - * $Id: access_log.cc,v 1.57 2000/05/02 20:15:48 hno Exp $ + * $Id: access_log.cc,v 1.58 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 46 Access Log * AUTHOR: Duane Wessels diff --git a/src/asn.cc b/src/asn.cc index a9ba89adc1..da67343ec9 100644 --- a/src/asn.cc +++ b/src/asn.cc @@ -1,5 +1,6 @@ + /* - * $Id: asn.cc,v 1.62 2000/05/16 07:06:03 wessels Exp $ + * $Id: asn.cc,v 1.63 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 53 AS Number handling * AUTHOR: Duane Wessels, Kostas Anagnostakis diff --git a/src/cache_diff.cc b/src/cache_diff.cc index b55635ae00..2afb52a693 100644 --- a/src/cache_diff.cc +++ b/src/cache_diff.cc @@ -1,5 +1,6 @@ + /* - * $Id: cache_diff.cc,v 1.11 2000/03/06 16:23:29 wessels Exp $ + * $Id: cache_diff.cc,v 1.12 2000/06/06 19:34:31 hno Exp $ * * AUTHOR: Alex Rousskov * diff --git a/src/carp.cc b/src/carp.cc index 179b139d08..6d39859b95 100644 --- a/src/carp.cc +++ b/src/carp.cc @@ -1,5 +1,6 @@ + /* - * $Id: carp.cc,v 1.8 2000/05/16 07:06:03 wessels Exp $ + * $Id: carp.cc,v 1.9 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 39 Cache Array Routing Protocol * AUTHOR: Eric Stern diff --git a/src/cf_gen.cc b/src/cf_gen.cc index 08ef62d55c..300991c118 100644 --- a/src/cf_gen.cc +++ b/src/cf_gen.cc @@ -1,7 +1,8 @@ + /* - * $Id: cf_gen.cc,v 1.35 2000/05/12 00:29:06 wessels Exp $ + * $Id: cf_gen.cc,v 1.36 2000/06/06 19:34:31 hno Exp $ * - * DEBUG: none + * DEBUG: none Generate squid.conf and cf_parser.c * AUTHOR: Max Okumoto * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ diff --git a/src/fqdncache.cc b/src/fqdncache.cc index 75ef5f0ca6..8eb41cbc65 100644 --- a/src/fqdncache.cc +++ b/src/fqdncache.cc @@ -1,7 +1,6 @@ - /* - * $Id: fqdncache.cc,v 1.133 2000/05/16 07:06:04 wessels Exp $ + * $Id: fqdncache.cc,v 1.134 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 35 FQDN Cache * AUTHOR: Harvest Derived diff --git a/src/gopher.cc b/src/gopher.cc index 69c639e989..8dda8184c9 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -1,7 +1,6 @@ - /* - * $Id: gopher.cc,v 1.153 2000/05/16 07:06:04 wessels Exp $ + * $Id: gopher.cc,v 1.154 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 10 Gopher * AUTHOR: Harvest Derived diff --git a/src/helper.cc b/src/helper.cc index 8ab6bc000a..7d9a44f3b6 100644 --- a/src/helper.cc +++ b/src/helper.cc @@ -1,3 +1,38 @@ + +/* + * $Id: helper.cc,v 1.19 2000/06/06 19:34:31 hno Exp $ + * + * DEBUG: section 29 Helper process maintenance + * AUTHOR: Harvest Derived? + * + * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ + * ---------------------------------------------------------- + * + * Squid is the result of efforts by numerous individuals from the + * Internet community. Development is led by Duane Wessels of the + * National Laboratory for Applied Network Research and funded by the + * National Science Foundation. Squid is Copyrighted (C) 1998 by + * the Regents of the University of California. Please see the + * COPYRIGHT file for full details. Squid incorporates software + * developed and/or copyrighted by other sources. Please see the + * CREDITS file for full details. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. + * + */ + #include "squid.h" #define HELPER_MAX_ARGS 64 diff --git a/src/logfile.cc b/src/logfile.cc index b338f95666..4fef0aed3d 100644 --- a/src/logfile.cc +++ b/src/logfile.cc @@ -1,5 +1,37 @@ /* - * $Id: logfile.cc,v 1.2 2000/03/24 20:40:15 wessels Exp $ + * $Id: logfile.cc,v 1.3 2000/06/06 19:34:31 hno Exp $ + * + * DEBUG: section 50 Log file handling + * AUTHOR: Duane Wessels + * + * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ + * ---------------------------------------------------------- + * + * Squid is the result of efforts by numerous individuals from the + * Internet community. Development is led by Duane Wessels of the + * National Laboratory for Applied Network Research and funded by the + * National Science Foundation. Squid is Copyrighted (C) 1998 by + * the Regents of the University of California. Please see the + * COPYRIGHT file for full details. Squid incorporates software + * developed and/or copyrighted by other sources. Please see the + * CREDITS file for full details. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. + * + */ + */ #include "squid.h" diff --git a/src/recv-announce.cc b/src/recv-announce.cc index e99ef73ff0..2732a0e802 100644 --- a/src/recv-announce.cc +++ b/src/recv-announce.cc @@ -1,7 +1,6 @@ - /* - * $Id: recv-announce.cc,v 1.21 2000/03/06 16:23:33 wessels Exp $ + * $Id: recv-announce.cc,v 1.22 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 0 Announcement Server * AUTHOR: Harvest Derived diff --git a/src/refresh.cc b/src/refresh.cc index 356094a6f7..67a6bc022f 100644 --- a/src/refresh.cc +++ b/src/refresh.cc @@ -1,7 +1,6 @@ - /* - * $Id: refresh.cc,v 1.51 2000/03/06 16:23:34 wessels Exp $ + * $Id: refresh.cc,v 1.52 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 22 Refresh Calculation * AUTHOR: Harvest Derived diff --git a/src/store_digest.cc b/src/store_digest.cc index a2dbda878e..bab541c723 100644 --- a/src/store_digest.cc +++ b/src/store_digest.cc @@ -1,5 +1,6 @@ + /* - * $Id: store_digest.cc,v 1.40 2000/05/12 00:29:09 wessels Exp $ + * $Id: store_digest.cc,v 1.41 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 71 Store Digest Manager * AUTHOR: Alex Rousskov diff --git a/src/unlinkd.cc b/src/unlinkd.cc index 7934f57fb5..7d882ef62b 100644 --- a/src/unlinkd.cc +++ b/src/unlinkd.cc @@ -1,5 +1,6 @@ + /* - * $Id: unlinkd.cc,v 1.39 2000/05/31 04:27:51 wessels Exp $ + * $Id: unlinkd.cc,v 1.40 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 12 Unlink Daemon * AUTHOR: Duane Wessels diff --git a/src/urn.cc b/src/urn.cc index 278c50c6f8..3f4b2432ee 100644 --- a/src/urn.cc +++ b/src/urn.cc @@ -1,7 +1,6 @@ /* - * - * $Id: urn.cc,v 1.59 2000/05/07 16:18:20 adrian Exp $ + * $Id: urn.cc,v 1.60 2000/06/06 19:34:31 hno Exp $ * * DEBUG: section 52 URN Parsing * AUTHOR: Kostas Anagnostakis