From: Francesco Chemolli Date: Thu, 4 Oct 2012 11:10:17 +0000 (+0200) Subject: Removed leftover CVS-Id markers X-Git-Tag: SQUID_3_3_0_1~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d7a7410b325ea18b86ed906c1e2b810779c93f2;p=thirdparty%2Fsquid.git Removed leftover CVS-Id markers --- diff --git a/CREDITS b/CREDITS index 7f82af4666..e2c2cb4baf 100644 --- a/CREDITS +++ b/CREDITS @@ -1,5 +1,3 @@ -$Id$ - ============================================================================== SQUID Internet Object Cache http://www.squid-cache.org diff --git a/QUICKSTART b/QUICKSTART index cc2e0317eb..06c6bda296 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -1,8 +1,6 @@ Squid QUICKSTART -$Id$ - This document is intended only for people who want to get Squid running quickly It is not a substitute for the real documentation. Squid has many features, but only a few of them are useful at the beginning. Use diff --git a/compat/GnuRegex.c b/compat/GnuRegex.c index 8af45323b0..3285f687ea 100644 --- a/compat/GnuRegex.c +++ b/compat/GnuRegex.c @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - /* Extended regular expression matching and search library, * version 0.12. * (Implements POSIX draft P10003.2/D11.2, except for diff --git a/compat/GnuRegex.h b/compat/GnuRegex.h index cced650bcc..73deee696a 100644 --- a/compat/GnuRegex.h +++ b/compat/GnuRegex.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_REGEXP_LIBRARY_H #define SQUID_REGEXP_LIBRARY_H diff --git a/compat/cpu.h b/compat/cpu.h index 6f095397d3..ab00075cdf 100644 --- a/compat/cpu.h +++ b/compat/cpu.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_COMPAT_CPU_H #define SQUID_COMPAT_CPU_H diff --git a/compat/getaddrinfo.c b/compat/getaddrinfo.c index d0b33f6392..53a04d5f4e 100644 --- a/compat/getaddrinfo.c +++ b/compat/getaddrinfo.c @@ -12,8 +12,6 @@ * * 06-Oct-2007 : Various fixes to allow the build on MinGW * - * Squid CVS $Id$ - * * Original License and code follows. */ #include "squid.h" diff --git a/compat/getaddrinfo.h b/compat/getaddrinfo.h index 272ce6a301..f4270e38b9 100644 --- a/compat/getaddrinfo.h +++ b/compat/getaddrinfo.h @@ -13,8 +13,6 @@ * 16-Aug-2007 : Altered configure checks * Un-hacked slightly to use system gethostbyname() * - * Squid CVS $Id$ - * * Original License and code follows. */ diff --git a/compat/getnameinfo.c b/compat/getnameinfo.c index 35a8b9def4..76c6ec28e1 100644 --- a/compat/getnameinfo.c +++ b/compat/getnameinfo.c @@ -14,8 +14,6 @@ * - use xinet_ntop instead of inet_ntop * - use SQUIDHOSTNAMELEN instead of MAXHOSTNAMELEN * - * Squid CVS $Id$ - * * Original License and code follows. */ #include "squid.h" diff --git a/compat/inet_ntop.c b/compat/inet_ntop.c index ea44c17587..3d798b0ea9 100644 --- a/compat/inet_ntop.c +++ b/compat/inet_ntop.c @@ -16,8 +16,6 @@ * * 04-Nov-2010: drop SPRINTF casting macro * - * Squid CVS $Id$ - * * Original License and code follows. */ diff --git a/compat/inet_pton.c b/compat/inet_pton.c index b71ed65afa..0d69ba24a4 100644 --- a/compat/inet_pton.c +++ b/compat/inet_pton.c @@ -13,8 +13,6 @@ * * 28-Oct-2007: drop some dead code. now tested working without. * - * Squid CVS $Id$ - * * Original License and code follows. */ diff --git a/compat/shm.h b/compat/shm.h index 112e4b48c0..9a1483d989 100644 --- a/compat/shm.h +++ b/compat/shm.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_COMPAT_SHM_H #define SQUID_COMPAT_SHM_H diff --git a/compat/strnstr.cc b/compat/strnstr.cc index 598052b7d1..3551a3df72 100644 --- a/compat/strnstr.cc +++ b/compat/strnstr.cc @@ -12,8 +12,6 @@ * - added squid_ prefix for uniqueness * so we can use it where OS copy is broken. * - * Squid VCS $Id$ - * * Original License and code follows. */ diff --git a/compat/xstrto.cc b/compat/xstrto.cc index 81f904fb44..b1b4461673 100644 --- a/compat/xstrto.cc +++ b/compat/xstrto.cc @@ -23,8 +23,6 @@ * - xtables_strtoui renamed to xstrtoui * - xtables_strtoul renamed to xstrtoul * - * Squid VCS $Id$ - * * Original License and code follows. */ diff --git a/configure.ac b/configure.ac index 30c02d04b1..57ed9cfb3d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,3 @@ -dnl -dnl $Id$ -dnl -dnl -dnl AC_INIT([Squid Web Proxy],[3.HEAD-BZR],[http://www.squid-cache.org/bugs/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) diff --git a/errors/Makefile.am b/errors/Makefile.am index dc5ca2dae3..d7d6524fcd 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -1,7 +1,4 @@ ## Process this file with automake to produce Makefile.in -# -# $Id$ -# errordir = $(datadir)/errors diff --git a/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl.in b/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl.in index 76278fd3a3..fab444c19f 100755 --- a/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl.in +++ b/helpers/basic_auth/MSNT-multi-domain/basic_msnt_multi_domain_auth.pl.in @@ -1,5 +1,4 @@ #!@PERL@ -# $Id$ #if you define this, debugging output will be printed to STDERR. #$debug=1; diff --git a/helpers/external_acl/file_userip/ext_file_userip_acl.cc b/helpers/external_acl/file_userip/ext_file_userip_acl.cc index 34dbc69777..d9a118470f 100644 --- a/helpers/external_acl/file_userip/ext_file_userip_acl.cc +++ b/helpers/external_acl/file_userip/ext_file_userip_acl.cc @@ -1,23 +1,23 @@ -/* $Id$ -* Copyright (C) 2002 Rodrigo Campos -* -* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -* -* Author: Rodrigo Campos (rodrigo@geekbunker.org) -* -*/ +/* + * Copyright (C) 2002 Rodrigo Campos + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Author: Rodrigo Campos (rodrigo@geekbunker.org) + * + */ #include "squid.h" #include "helpers/defines.h" #include "rfc1738.h" diff --git a/include/getfullhostname.h b/include/getfullhostname.h index 64f8ac9f9d..575afd8809 100644 --- a/include/getfullhostname.h +++ b/include/getfullhostname.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef _SQUID_GETFULLHOSTNAME_H #define _SQUID_GETFULLHOSTNAME_H diff --git a/include/hash.h b/include/hash.h index 3ac7838b89..2e87c593f4 100644 --- a/include/hash.h +++ b/include/hash.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_HASH_H #define SQUID_HASH_H diff --git a/include/memMeter.h b/include/memMeter.h index 4d684b5e55..612e951df4 100644 --- a/include/memMeter.h +++ b/include/memMeter.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef _MEM_METER_H_ #define _MEM_METER_H_ diff --git a/include/parse.h b/include/parse.h index 21f54c8363..4da4545746 100644 --- a/include/parse.h +++ b/include/parse.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_PARSE_H #define SQUID_PARSE_H diff --git a/include/radix.h b/include/radix.h index 1d33fb3a04..debc324743 100644 --- a/include/radix.h +++ b/include/radix.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_RADIX_H #define SQUID_RADIX_H diff --git a/include/rfc2181.h b/include/rfc2181.h index 197998b874..cac8090072 100644 --- a/include/rfc2181.h +++ b/include/rfc2181.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef _SQUID_INCLUDE_RFC1123_H #define _SQUID_INCLUDE_RFC1123_H diff --git a/include/snmp_api_util.h b/include/snmp_api_util.h index 0f012179b2..536578a03d 100644 --- a/include/snmp_api_util.h +++ b/include/snmp_api_util.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_SNMP_API_UTIL_H #define SQUID_SNMP_API_UTIL_H diff --git a/include/snmp_client.h b/include/snmp_client.h index 69b7b32e2d..7b974dc4d4 100644 --- a/include/snmp_client.h +++ b/include/snmp_client.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_SNMP_CLIENT_H #define SQUID_SNMP_CLIENT_H diff --git a/include/snmp_debug.h b/include/snmp_debug.h index d82bb6eadf..8fa6351add 100644 --- a/include/snmp_debug.h +++ b/include/snmp_debug.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_SNMP_DEBUG_H #define SQUID_SNMP_DEBUG_H diff --git a/include/snmp_impl.h b/include/snmp_impl.h index 4350d6dc1d..6a6db9fce2 100644 --- a/include/snmp_impl.h +++ b/include/snmp_impl.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_SNMP_IMPL_H #define SQUID_SNMP_IMPL_H diff --git a/include/snmp_util.h b/include/snmp_util.h index 67606153c5..5a77bdc211 100644 --- a/include/snmp_util.h +++ b/include/snmp_util.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_SNMP_UTIL_H #define SQUID_SNMP_UTIL_H diff --git a/include/splay.h b/include/splay.h index 253cede404..b1655490de 100644 --- a/include/splay.h +++ b/include/splay.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_SPLAY_H #define SQUID_SPLAY_H diff --git a/include/xusleep.h b/include/xusleep.h index 32f9555144..df3853a759 100644 --- a/include/xusleep.h +++ b/include/xusleep.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef _INC_XUSLEEP_H #define _INC_XUSLEEP_H diff --git a/lib/libTrie/Makefile.am b/lib/libTrie/Makefile.am index 53165ab611..0c35fc0141 100644 --- a/lib/libTrie/Makefile.am +++ b/lib/libTrie/Makefile.am @@ -1,7 +1,4 @@ ## Process this file with automake to produce Makefile.in -# -# $Id$ -# AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 DIST_SUBDIRS = include src test diff --git a/lib/md5-test.c b/lib/md5-test.c index c6fa9f2507..c78c99d415 100644 --- a/lib/md5-test.c +++ b/lib/md5-test.c @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - /* * COMPILE WITH: * gcc -Wall md5-test.c -I../include md5.o diff --git a/lib/stub_memaccount.c b/lib/stub_memaccount.c index c81d9fb33f..1f9390c144 100644 --- a/lib/stub_memaccount.c +++ b/lib/stub_memaccount.c @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - /* Stub function for programs not implementing statMemoryAccounted */ #include "squid.h" #include "util.h" diff --git a/lib/uudecode.c b/lib/uudecode.c index 7ad886ac0a..af84a8e939 100644 --- a/lib/uudecode.c +++ b/lib/uudecode.c @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #include "squid.h" #include "uudecode.h" diff --git a/scripts/check_cache.pl b/scripts/check_cache.pl index ba87a3a8fa..268a37ae05 100755 --- a/scripts/check_cache.pl +++ b/scripts/check_cache.pl @@ -8,8 +8,6 @@ # Check the Squid-1.1.x cache directory for stale objects - i.e. those # which exist on disk but aren't listed in cached's log file. -# $Id$ - require "getopts.pl"; &Getopts("c:drt:vh"); # -c : the full path to squid.conf diff --git a/scripts/fileno-to-pathname.pl b/scripts/fileno-to-pathname.pl index 05f04776a9..7e9567f31a 100755 --- a/scripts/fileno-to-pathname.pl +++ b/scripts/fileno-to-pathname.pl @@ -1,6 +1,5 @@ #!/usr/bin/perl -w -# $Id$ # Convert hexadecimal cache file numbers (from swap log) into full pathnames. # Duane Wessels 6/30/97 diff --git a/scripts/flag_truncs.pl b/scripts/flag_truncs.pl index 1fb6d1a736..d4e298693b 100755 --- a/scripts/flag_truncs.pl +++ b/scripts/flag_truncs.pl @@ -6,8 +6,6 @@ # - i.e. those for which there is a "Content-length:" HTTP header, # and this does not match the size of the cached object -# $Id$ - require "getopts.pl"; require "stat.pl"; &Getopts("cd"); diff --git a/scripts/split-cf.data.pre.pl b/scripts/split-cf.data.pre.pl index 1a27aca679..38bacf0134 100755 --- a/scripts/split-cf.data.pre.pl +++ b/scripts/split-cf.data.pre.pl @@ -9,8 +9,6 @@ use File::Basename; # cf.data.pre and split it into separare files, one per option # # Henrik Nordstrom -# -# $Id$ # # The template file is reasonably simple to parse. There's a number of diff --git a/scripts/upgrade-1.0-store.pl b/scripts/upgrade-1.0-store.pl index c3334ec5da..1ff2465646 100755 --- a/scripts/upgrade-1.0-store.pl +++ b/scripts/upgrade-1.0-store.pl @@ -1,7 +1,5 @@ #!/usr/local/bin/perl -# $Id$ - select(STDERR); $|=1; select(STDOUT); $|=1; diff --git a/scripts/www/build-cfg-help.pl b/scripts/www/build-cfg-help.pl index fac1e49dfa..e14706b214 100755 --- a/scripts/www/build-cfg-help.pl +++ b/scripts/www/build-cfg-help.pl @@ -9,8 +9,6 @@ use File::Basename; # cf.data.pre and generate a set of HTML pages to use as documentation. # # Adrian Chadd -# -# $Id$ # # The template file is reasonably simple to parse. There's a number of diff --git a/src/CommCalls.h b/src/CommCalls.h index acc21ac691..3a74154fb5 100644 --- a/src/CommCalls.h +++ b/src/CommCalls.h @@ -1,8 +1,3 @@ - -/* - * $Id$ - */ - #ifndef SQUID_COMMCALLS_H #define SQUID_COMMCALLS_H diff --git a/src/FadingCounter.cc b/src/FadingCounter.cc index 8cf193593e..b5087bbac0 100644 --- a/src/FadingCounter.cc +++ b/src/FadingCounter.cc @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #include "squid.h" #include "base/TextException.h" #include "SquidTime.h" diff --git a/src/FadingCounter.h b/src/FadingCounter.h index 2d10bd427c..99f9492d08 100644 --- a/src/FadingCounter.h +++ b/src/FadingCounter.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_FADING_COUNTER_H #define SQUID_FADING_COUNTER_H diff --git a/src/HttpControlMsg.h b/src/HttpControlMsg.h index c60f8fb8d0..1bfbf90f15 100644 --- a/src/HttpControlMsg.h +++ b/src/HttpControlMsg.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_HTTP_CONTROL_MSG_H #define SQUID_HTTP_CONTROL_MSG_H diff --git a/src/MemStore.h b/src/MemStore.h index b4a03ac8e1..4aea182641 100644 --- a/src/MemStore.h +++ b/src/MemStore.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_MEMSTORE_H #define SQUID_MEMSTORE_H diff --git a/src/acl/SslError.cc b/src/acl/SslError.cc index c5d45b147c..95506d5a4c 100644 --- a/src/acl/SslError.cc +++ b/src/acl/SslError.cc @@ -1,8 +1,3 @@ - -/* - * $Id$ - */ - #include "squid.h" #include "acl/SslError.h" #include "acl/SslErrorData.h" diff --git a/src/acl/SslError.h b/src/acl/SslError.h index 8a357c23ff..e7ae0ba6bb 100644 --- a/src/acl/SslError.h +++ b/src/acl/SslError.h @@ -1,8 +1,3 @@ - -/* - * $Id$ - */ - #ifndef SQUID_ACLSSL_ERROR_H #define SQUID_ACLSSL_ERROR_H #include "acl/Strategy.h" diff --git a/src/acl/SslErrorData.h b/src/acl/SslErrorData.h index f886f0c2e7..2ee298d156 100644 --- a/src/acl/SslErrorData.h +++ b/src/acl/SslErrorData.h @@ -1,8 +1,3 @@ - -/* - * $Id$ - */ - #ifndef SQUID_ACLSSL_ERRORDATA_H #define SQUID_ACLSSL_ERRORDATA_H #include "acl/Acl.h" diff --git a/src/adaptation/Message.h b/src/adaptation/Message.h index 85720d54c5..282865e0a0 100644 --- a/src/adaptation/Message.h +++ b/src/adaptation/Message.h @@ -1,8 +1,3 @@ - -/* - * $Id$ - */ - #ifndef SQUID__ADAPTATION__MESSAGE_H #define SQUID__ADAPTATION__MESSAGE_H diff --git a/src/adaptation/ecap/Config.cc b/src/adaptation/ecap/Config.cc index 34046ae1df..2ed9d5051d 100644 --- a/src/adaptation/ecap/Config.cc +++ b/src/adaptation/ecap/Config.cc @@ -1,5 +1,4 @@ /* - * $Id$ * DEBUG: section 93 eCAP Interface */ #include "squid.h" diff --git a/src/adaptation/ecap/Config.h b/src/adaptation/ecap/Config.h index b2b165cd51..4575c4d4f6 100644 --- a/src/adaptation/ecap/Config.h +++ b/src/adaptation/ecap/Config.h @@ -1,5 +1,4 @@ /* - * $Id$ * DEBUG: section 93 eCAP Interface */ diff --git a/src/adaptation/ecap/Host.h b/src/adaptation/ecap/Host.h index 3ba264fb13..31c0c179a9 100644 --- a/src/adaptation/ecap/Host.h +++ b/src/adaptation/ecap/Host.h @@ -1,5 +1,4 @@ /* - * $Id$ * DEBUG: section 93 eCAP Interface */ diff --git a/src/adaptation/ecap/MessageRep.h b/src/adaptation/ecap/MessageRep.h index 9d55c2c62f..9f8d001ad2 100644 --- a/src/adaptation/ecap/MessageRep.h +++ b/src/adaptation/ecap/MessageRep.h @@ -1,5 +1,4 @@ /* - * $Id$ * DEBUG: section 93 eCAP Interface */ diff --git a/src/adaptation/ecap/ServiceRep.h b/src/adaptation/ecap/ServiceRep.h index 8f1001331e..1bcc2495dd 100644 --- a/src/adaptation/ecap/ServiceRep.h +++ b/src/adaptation/ecap/ServiceRep.h @@ -1,5 +1,4 @@ /* - * $Id$ * DEBUG: section 93 eCAP Interface */ diff --git a/src/adaptation/ecap/XactionRep.h b/src/adaptation/ecap/XactionRep.h index cb7e0f2cf0..80f4c6f8ee 100644 --- a/src/adaptation/ecap/XactionRep.h +++ b/src/adaptation/ecap/XactionRep.h @@ -1,5 +1,4 @@ /* - * $Id$ * DEBUG: section 93 eCAP Interface */ diff --git a/src/base/AsyncCall.cc b/src/base/AsyncCall.cc index 4a76d76cad..2fc1d70e1f 100644 --- a/src/base/AsyncCall.cc +++ b/src/base/AsyncCall.cc @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #include "squid.h" #include "AsyncCall.h" #include "base/AsyncCall.h" diff --git a/src/base/AsyncCall.h b/src/base/AsyncCall.h index 9621e2e463..f1ddf85dcf 100644 --- a/src/base/AsyncCall.h +++ b/src/base/AsyncCall.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_ASYNCCALL_H #define SQUID_ASYNCCALL_H diff --git a/src/base/AsyncJob.h b/src/base/AsyncJob.h index ebbb70df75..afbf1fd5f2 100644 --- a/src/base/AsyncJob.h +++ b/src/base/AsyncJob.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_ASYNC_JOB_H #define SQUID_ASYNC_JOB_H diff --git a/src/base/AsyncJobCalls.h b/src/base/AsyncJobCalls.h index 83eb888e03..6ed8f3d884 100644 --- a/src/base/AsyncJobCalls.h +++ b/src/base/AsyncJobCalls.h @@ -1,8 +1,3 @@ - -/* - * $Id$ - */ - #ifndef SQUID_ASYNCJOBCALLS_H #define SQUID_ASYNCJOBCALLS_H diff --git a/src/base/CbcPointer.h b/src/base/CbcPointer.h index 9ae32f2fa6..51c86b125e 100644 --- a/src/base/CbcPointer.h +++ b/src/base/CbcPointer.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_CBC_POINTER_H #define SQUID_CBC_POINTER_H diff --git a/src/base/TidyPointer.h b/src/base/TidyPointer.h index 4f50c85354..4e5c825fa3 100644 --- a/src/base/TidyPointer.h +++ b/src/base/TidyPointer.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_BASE_TIDYPOINTER_H #define SQUID_BASE_TIDYPOINTER_H diff --git a/src/dlink.cc b/src/dlink.cc index c2712bbc42..1f7cf771ab 100644 --- a/src/dlink.cc +++ b/src/dlink.cc @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "squid.h" #include "dlink.h" diff --git a/src/fs/coss/coss-notes.txt b/src/fs/coss/coss-notes.txt index 42e87708c5..953d492677 100644 --- a/src/fs/coss/coss-notes.txt +++ b/src/fs/coss/coss-notes.txt @@ -10,9 +10,6 @@ is very welcome though to resolve this issue. Adrian Chadd -$Id$ - - COSS is a Cyclic Object storage system originally designed by Eric Stern . The idea has been extended and worked into the current framework by myself. diff --git a/src/fs/coss/store_dir_coss.cc b/src/fs/coss/store_dir_coss.cc index 6601d20aa8..5b66e4365e 100644 --- a/src/fs/coss/store_dir_coss.cc +++ b/src/fs/coss/store_dir_coss.cc @@ -1,7 +1,4 @@ /* - * $Id$ - * vim: set et : - * * DEBUG: section 47 Store COSS Directory Routines * AUTHOR: Eric Stern * diff --git a/src/ident/Ident.h b/src/ident/Ident.h index f4c749953e..2e85c25208 100644 --- a/src/ident/Ident.h +++ b/src/ident/Ident.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_IDENT_H #define SQUID_IDENT_H diff --git a/src/mib.txt b/src/mib.txt index 8a8137fff2..45e1cf1e88 100644 --- a/src/mib.txt +++ b/src/mib.txt @@ -1,9 +1,6 @@ -- SQUID-MIB { iso org(3) dod(6) internet(1) private(4) enterprises(1) 3495 } SQUID-MIB DEFINITIONS ::= BEGIN --- --- $Id$ --- IMPORTS enterprises, Unsigned32, TimeTicks, Gauge32, Counter32, diff --git a/src/mk-string-arrays.pl b/src/mk-string-arrays.pl index 6a314d570e..995954eca0 100755 --- a/src/mk-string-arrays.pl +++ b/src/mk-string-arrays.pl @@ -1,6 +1,4 @@ #****************************************************************************** -# $Id$ -# # File: mk-strs.pl # # Author: Max Okumoto diff --git a/src/pconn.h b/src/pconn.h index 836409e598..ac474518e2 100644 --- a/src/pconn.h +++ b/src/pconn.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #ifndef SQUID_PCONN_H #define SQUID_PCONN_H diff --git a/src/repl/Makefile.am b/src/repl/Makefile.am index c246c564d2..6985a4a0b9 100644 --- a/src/repl/Makefile.am +++ b/src/repl/Makefile.am @@ -1,7 +1,4 @@ # Makefile for storage modules in the Squid Object Cache server -# -# $Id$ -# include $(top_srcdir)/src/Common.am diff --git a/src/ssl/Config.cc b/src/ssl/Config.cc index 6fee7bee2a..8279462191 100644 --- a/src/ssl/Config.cc +++ b/src/ssl/Config.cc @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "squid.h" #include "ssl/Config.h" diff --git a/src/ssl/Config.h b/src/ssl/Config.h index a475bd2f20..acfe1493d2 100644 --- a/src/ssl/Config.h +++ b/src/ssl/Config.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_SSL_CONFIG_H #define SQUID_SSL_CONFIG_H diff --git a/src/ssl/certificate_db.cc b/src/ssl/certificate_db.cc index 6bd66d6228..0e1e530790 100644 --- a/src/ssl/certificate_db.cc +++ b/src/ssl/certificate_db.cc @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #include "squid.h" #include "ssl/certificate_db.h" #if HAVE_ERRNO_H diff --git a/src/ssl/certificate_db.h b/src/ssl/certificate_db.h index 88d7fc1612..1a2b07b7f1 100644 --- a/src/ssl/certificate_db.h +++ b/src/ssl/certificate_db.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_SSL_CERTIFICATE_DB_H #define SQUID_SSL_CERTIFICATE_DB_H diff --git a/src/ssl/context_storage.cc b/src/ssl/context_storage.cc index 6237a264d1..5eb74bd08f 100644 --- a/src/ssl/context_storage.cc +++ b/src/ssl/context_storage.cc @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #include "squid.h" #include "Store.h" #include "StoreEntryStream.h" diff --git a/src/ssl/context_storage.h b/src/ssl/context_storage.h index 0c5b83d198..a1df921b65 100644 --- a/src/ssl/context_storage.h +++ b/src/ssl/context_storage.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_SSL_CONTEXT_STORAGE_H #define SQUID_SSL_CONTEXT_STORAGE_H diff --git a/src/ssl/crtd_message.cc b/src/ssl/crtd_message.cc index 975e021677..29fb59a111 100644 --- a/src/ssl/crtd_message.cc +++ b/src/ssl/crtd_message.cc @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #include "squid.h" #include "ssl/gadgets.h" #include "ssl/crtd_message.h" diff --git a/src/ssl/crtd_message.h b/src/ssl/crtd_message.h index cd787a2796..41bd78fb9e 100644 --- a/src/ssl/crtd_message.h +++ b/src/ssl/crtd_message.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_SSL_CRTD_MESSAGE_H #define SQUID_SSL_CRTD_MESSAGE_H diff --git a/src/ssl/gadgets.cc b/src/ssl/gadgets.cc index c36d5505d1..9e0215d7a0 100644 --- a/src/ssl/gadgets.cc +++ b/src/ssl/gadgets.cc @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #include "squid.h" #include "ssl/gadgets.h" #if HAVE_OPENSSL_X509V3_H diff --git a/src/ssl/helper.h b/src/ssl/helper.h index 278ce2ac24..6f78a79185 100644 --- a/src/ssl/helper.h +++ b/src/ssl/helper.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #ifndef SQUID_SSL_HELPER_H #define SQUID_SSL_HELPER_H diff --git a/src/ssl/ssl_crtd.cc b/src/ssl/ssl_crtd.cc index bc724149e1..0bd9a7edac 100644 --- a/src/ssl/ssl_crtd.cc +++ b/src/ssl/ssl_crtd.cc @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #include "squid.h" #include "helpers/defines.h" #include "ssl/gadgets.h" diff --git a/test-suite/tcp-banger2.c b/test-suite/tcp-banger2.c index b15eea4244..8de4f3b318 100644 --- a/test-suite/tcp-banger2.c +++ b/test-suite/tcp-banger2.c @@ -1,7 +1,5 @@ #include "squid.h" -/* $Id$ - /* * On some systems, FD_SETSIZE is set to something lower than the * actual number of files which can be opened. IRIX is one case, diff --git a/test-suite/test_tools.cc b/test-suite/test_tools.cc index 9101e4e027..dab81caa53 100644 --- a/test-suite/test_tools.cc +++ b/test-suite/test_tools.cc @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - // XXX: This file is made of large pieces of src/tools.cc // with only a few minor modifications. TODO: redesign or delete. diff --git a/tools/purge/README b/tools/purge/README index 5739d2c5e8..251a4d1c29 100644 --- a/tools/purge/README +++ b/tools/purge/README @@ -70,7 +70,6 @@ configuration file. modes of operation ================== -$Id$ Usage: purge [-a] [-c cf] [-d l] [-(f|F) fn | -(e|E) re] [-p h[:p]] [-P #] [-s] [-v] [-C dir [-H]] [-n] diff --git a/tools/purge/conffile.cc b/tools/purge/conffile.cc index ba48d44a96..1702de427e 100644 --- a/tools/purge/conffile.cc +++ b/tools/purge/conffile.cc @@ -1,8 +1,5 @@ #include "squid.h" -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: conffile.cc diff --git a/tools/purge/conffile.hh b/tools/purge/conffile.hh index 867b1d050f..960fd8ec63 100644 --- a/tools/purge/conffile.hh +++ b/tools/purge/conffile.hh @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: conffile.hh diff --git a/tools/purge/convert.cc b/tools/purge/convert.cc index 6ffb2a6810..64e8ec1415 100644 --- a/tools/purge/convert.cc +++ b/tools/purge/convert.cc @@ -1,8 +1,5 @@ #include "squid.h" -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: convert.cc diff --git a/tools/purge/convert.hh b/tools/purge/convert.hh index a2d9d40fa7..c842724020 100644 --- a/tools/purge/convert.hh +++ b/tools/purge/convert.hh @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: convert.hh diff --git a/tools/purge/copyout.cc b/tools/purge/copyout.cc index 4e5da68ab4..872c816580 100644 --- a/tools/purge/copyout.cc +++ b/tools/purge/copyout.cc @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: copyout.cc diff --git a/tools/purge/copyout.hh b/tools/purge/copyout.hh index 2b4b6011f6..f39907e0c4 100644 --- a/tools/purge/copyout.hh +++ b/tools/purge/copyout.hh @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: copyout.hh diff --git a/tools/purge/purge.cc b/tools/purge/purge.cc index 4b767e16a6..6870bc8b59 100644 --- a/tools/purge/purge.cc +++ b/tools/purge/purge.cc @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: purge.cc @@ -149,7 +146,6 @@ static bool verbose = false; static bool envelope = false; static bool no_fork = false; static const char* programname = 0; -static const char* RCS_ID = "$Id$"; // ---------------------------------------------------------------------- @@ -574,9 +570,9 @@ void helpMe( void ) // purpuse: write help message and exit { - printf( "\n%s\nUsage:\t%s\t[-a] [-c cf] [-d l] [-(f|F) fn | -(e|E) re] " + printf( "\nUsage:\t%s\t[-a] [-c cf] [-d l] [-(f|F) fn | -(e|E) re] " "[-p h[:p]]\n\t\t[-P #] [-s] [-v] [-C dir [-H]] [-n]\n\n", - ::RCS_ID, ::programname ); + ::programname ); printf( " -a\tdisplay a little rotating thingy to indicate that I am alive (tty only).\n" " -c c\tsquid.conf location, default \"%s\".\n" @@ -757,8 +753,8 @@ parseCommandline( int argc, char* argv[], REList*& head, // show results if ( showme ) { - printf( "#\n# Currently active values for %s:\n# %s\n", - ::programname, ::RCS_ID ); + printf( "#\n# Currently active values for %s:\n", + ::programname); printf( "# Debug level : " ); if ( ::debugFlag ) printf( "%#6.4x", ::debugFlag ); else printf( "production level" ); // printf omits 0x prefix for 0! diff --git a/tools/purge/signal.cc b/tools/purge/signal.cc index 758978afe6..213353f44e 100644 --- a/tools/purge/signal.cc +++ b/tools/purge/signal.cc @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // File: signal.cc // Date: Sat Feb 28 1998 diff --git a/tools/purge/signal.hh b/tools/purge/signal.hh index 1d0f46eab1..19d9e5749b 100644 --- a/tools/purge/signal.hh +++ b/tools/purge/signal.hh @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // File: signal.hh // Date: Sat Feb 28 1998 diff --git a/tools/purge/socket.cc b/tools/purge/socket.cc index 97cf57f1a2..d8884f10b8 100644 --- a/tools/purge/socket.cc +++ b/tools/purge/socket.cc @@ -1,8 +1,4 @@ #include "squid.h" - -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: socket.hh diff --git a/tools/purge/socket.hh b/tools/purge/socket.hh index 8b702d33fd..22679c711f 100644 --- a/tools/purge/socket.hh +++ b/tools/purge/socket.hh @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: socket.hh diff --git a/tools/purge/squid-tlv.cc b/tools/purge/squid-tlv.cc index 275f8c6325..e3fc2105d2 100644 --- a/tools/purge/squid-tlv.cc +++ b/tools/purge/squid-tlv.cc @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: squid-tlv.cc diff --git a/tools/purge/squid-tlv.hh b/tools/purge/squid-tlv.hh index 191125e33a..5be4056af5 100644 --- a/tools/purge/squid-tlv.hh +++ b/tools/purge/squid-tlv.hh @@ -1,6 +1,3 @@ -// -// $Id$ -// // Author: Jens-S. V?ckler // // File: squid-tlv.hh