From bbc27441269e19c5308f829a7656d52ee6b7cfef Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 14 Sep 2014 01:59:43 +1200 Subject: [PATCH] Boilerplate: update copyright blurbs on src/ --- src/AccessLogEntry.cc | 8 ++++ src/AccessLogEntry.h | 31 ++---------- src/AclRegs.cc | 8 ++++ src/AsyncEngine.cc | 31 ++---------- src/AsyncEngine.h | 31 ++---------- src/AuthReg.cc | 8 ++++ src/AuthReg.h | 38 ++++----------- src/BodyPipe.cc | 7 +++ src/BodyPipe.h | 8 ++++ src/CacheDigest.cc | 35 +++----------- src/CacheDigest.h | 39 ++++----------- src/CacheManager.h | 31 ++---------- src/CachePeer.h | 34 +++---------- src/CachePeerDomainList.h | 34 +++---------- src/ChunkedCodingParser.cc | 8 ++++ src/ChunkedCodingParser.h | 30 ++---------- src/ClientDelayConfig.cc | 8 ++++ src/ClientDelayConfig.h | 8 ++++ src/ClientInfo.h | 8 ++++ src/ClientRequestContext.h | 8 ++++ src/CollapsedForwarding.cc | 7 ++- src/CollapsedForwarding.h | 7 ++- src/CommCalls.cc | 8 ++++ src/CommCalls.h | 8 ++++ src/CommRead.h | 37 +++----------- src/Common.am | 7 +++ src/CommonPool.h | 39 +++------------ src/CompletionDispatcher.cc | 31 ++---------- src/CompletionDispatcher.h | 31 ++---------- src/CompositePoolNode.h | 39 +++------------ src/ConfigOption.cc | 34 +++---------- src/ConfigOption.h | 31 ++---------- src/ConfigParser.cc | 33 ++----------- src/ConfigParser.h | 33 ++----------- src/CpuAffinity.cc | 8 +++- src/CpuAffinity.h | 5 ++ src/CpuAffinityMap.cc | 7 ++- src/CpuAffinityMap.h | 5 ++ src/CpuAffinitySet.cc | 7 ++- src/CpuAffinitySet.h | 5 ++ src/Debug.h | 35 +++----------- src/DelayBucket.cc | 38 +++------------ src/DelayBucket.h | 33 ++----------- src/DelayConfig.cc | 39 +++------------ src/DelayConfig.h | 37 +++----------- src/DelayId.cc | 39 +++------------ src/DelayId.h | 32 ++----------- src/DelayIdComposite.h | 40 +++------------- src/DelayPool.cc | 38 +++------------ src/DelayPool.h | 40 +++------------- src/DelayPools.h | 33 ++----------- src/DelaySpec.cc | 39 +++------------ src/DelaySpec.h | 31 ++---------- src/DelayTagged.cc | 37 +++----------- src/DelayTagged.h | 37 +++----------- src/DelayUser.cc | 37 +++----------- src/DelayUser.h | 37 +++----------- src/DelayVector.cc | 39 +++------------ src/DelayVector.h | 33 ++----------- src/DescriptorSet.cc | 9 +++- src/DescriptorSet.h | 8 ++++ src/DiskIO/AIO/AIODiskFile.cc | 40 ++++------------ src/DiskIO/AIO/AIODiskFile.h | 30 ++---------- src/DiskIO/AIO/AIODiskIOModule.cc | 31 ++---------- src/DiskIO/AIO/AIODiskIOModule.h | 30 ++---------- src/DiskIO/AIO/AIODiskIOStrategy.cc | 32 ++----------- src/DiskIO/AIO/AIODiskIOStrategy.h | 30 ++---------- src/DiskIO/AIO/aio_win32.cc | 35 +++----------- src/DiskIO/AIO/aio_win32.h | 31 ++---------- src/DiskIO/AIO/async_io.h | 8 ++++ src/DiskIO/Blocking/BlockingDiskIOModule.cc | 31 ++---------- src/DiskIO/Blocking/BlockingDiskIOModule.h | 31 ++---------- src/DiskIO/Blocking/BlockingFile.cc | 36 +++----------- src/DiskIO/Blocking/BlockingFile.h | 35 +++----------- src/DiskIO/Blocking/BlockingIOStrategy.cc | 35 +++----------- src/DiskIO/Blocking/BlockingIOStrategy.h | 36 +++----------- src/DiskIO/Blocking/DiskIOBlocking.cc | 31 ++---------- .../DiskDaemon/DiskDaemonDiskIOModule.cc | 31 ++---------- .../DiskDaemon/DiskDaemonDiskIOModule.h | 31 ++---------- src/DiskIO/DiskDaemon/DiskdAction.cc | 7 ++- src/DiskIO/DiskDaemon/DiskdAction.h | 7 ++- src/DiskIO/DiskDaemon/DiskdFile.cc | 35 +++----------- src/DiskIO/DiskDaemon/DiskdFile.h | 35 +++----------- src/DiskIO/DiskDaemon/DiskdIOStrategy.cc | 35 +++----------- src/DiskIO/DiskDaemon/DiskdIOStrategy.h | 35 +++----------- src/DiskIO/DiskDaemon/diomsg.h | 8 ++++ src/DiskIO/DiskDaemon/diskd.cc | 34 +++---------- src/DiskIO/DiskFile.h | 30 ++---------- src/DiskIO/DiskIOModule.cc | 36 +++----------- src/DiskIO/DiskIOModule.h | 31 ++---------- src/DiskIO/DiskIOStrategy.h | 30 ++---------- src/DiskIO/DiskThreads/CommIO.cc | 36 +++----------- src/DiskIO/DiskThreads/CommIO.h | 8 ++++ src/DiskIO/DiskThreads/DiskThreads.h | 8 ++++ src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc | 35 +++----------- src/DiskIO/DiskThreads/DiskThreadsDiskFile.h | 35 +++----------- .../DiskThreads/DiskThreadsDiskIOModule.cc | 31 ++---------- .../DiskThreads/DiskThreadsDiskIOModule.h | 31 ++---------- .../DiskThreads/DiskThreadsIOStrategy.cc | 36 +++----------- .../DiskThreads/DiskThreadsIOStrategy.h | 36 +++----------- src/DiskIO/DiskThreads/aiops.cc | 34 +++---------- src/DiskIO/DiskThreads/aiops_win32.cc | 36 +++----------- src/DiskIO/DiskThreads/async_io.cc | 36 +++----------- src/DiskIO/IORequestor.h | 31 ++---------- src/DiskIO/IpcIo/IpcIoDiskIOModule.cc | 8 ++++ src/DiskIO/IpcIo/IpcIoDiskIOModule.h | 8 ++++ src/DiskIO/IpcIo/IpcIoFile.cc | 8 +++- src/DiskIO/IpcIo/IpcIoFile.h | 8 ++++ src/DiskIO/IpcIo/IpcIoIOStrategy.cc | 8 +++- src/DiskIO/IpcIo/IpcIoIOStrategy.h | 8 ++++ src/DiskIO/Mmapped/MmappedDiskIOModule.cc | 8 ++++ src/DiskIO/Mmapped/MmappedDiskIOModule.h | 8 ++++ src/DiskIO/Mmapped/MmappedFile.cc | 8 +++- src/DiskIO/Mmapped/MmappedFile.h | 8 ++++ src/DiskIO/Mmapped/MmappedIOStrategy.cc | 8 +++- src/DiskIO/Mmapped/MmappedIOStrategy.h | 8 ++++ src/DiskIO/ReadRequest.cc | 31 ++---------- src/DiskIO/ReadRequest.h | 31 ++---------- src/DiskIO/WriteRequest.cc | 31 ++---------- src/DiskIO/WriteRequest.h | 31 ++---------- src/DnsLookupDetails.cc | 8 +++- src/DnsLookupDetails.h | 8 +++- src/ETag.cc | 33 ++----------- src/ETag.h | 8 ++++ src/EventLoop.cc | 34 +++---------- src/EventLoop.h | 30 ++---------- src/ExternalACL.h | 33 ++----------- src/ExternalACLEntry.cc | 43 +++-------------- src/ExternalACLEntry.h | 43 +++-------------- src/FadingCounter.cc | 8 ++++ src/FadingCounter.h | 8 ++++ src/FileMap.h | 35 +++----------- src/FwdState.cc | 34 +++---------- src/FwdState.h | 8 ++++ src/Generic.h | 31 ++---------- src/HelperChildConfig.cc | 8 ++++ src/HelperChildConfig.h | 8 ++++ src/HelperReply.cc | 10 +++- src/HelperReply.h | 8 ++++ src/HierarchyLogEntry.h | 31 ++---------- src/HttpBody.cc | 35 +++----------- src/HttpBody.h | 31 ++---------- src/HttpControlMsg.h | 8 ++++ src/HttpHdrCc.cc | 34 +++---------- src/HttpHdrCc.cci | 34 +++---------- src/HttpHdrCc.h | 31 ++---------- src/HttpHdrContRange.cc | 35 +++----------- src/HttpHdrContRange.h | 31 ++---------- src/HttpHdrRange.cc | 35 +++----------- src/HttpHdrSc.cc | 38 +++------------ src/HttpHdrSc.h | 31 ++---------- src/HttpHdrScTarget.cc | 37 +++----------- src/HttpHdrScTarget.h | 31 ++---------- src/HttpHeader.cc | 33 +++---------- src/HttpHeader.h | 30 ++---------- src/HttpHeaderFieldInfo.h | 34 +++---------- src/HttpHeaderFieldStat.h | 34 +++---------- src/HttpHeaderMask.h | 31 ++---------- src/HttpHeaderRange.h | 30 ++---------- src/HttpHeaderStat.h | 8 ++++ src/HttpHeaderTools.cc | 34 +++---------- src/HttpHeaderTools.h | 8 ++++ src/HttpMsg.cc | 35 +++----------- src/HttpMsg.h | 30 ++---------- src/HttpParser.cc | 8 ++++ src/HttpParser.h | 8 ++++ src/HttpReply.cc | 35 +++----------- src/HttpReply.h | 31 ++---------- src/HttpRequest.cc | 35 +++----------- src/HttpRequest.h | 30 ++---------- src/HttpRequestMethod.cc | 8 +++- src/HttpRequestMethod.h | 8 ++++ src/HttpStateFlags.h | 34 +++---------- src/ICP.h | 30 ++---------- src/IoStats.h | 34 +++---------- src/LeakFinder.cc | 34 +++---------- src/LeakFinder.h | 8 ++++ src/LoadableModule.cc | 8 ++++ src/LoadableModule.h | 8 ++++ src/LoadableModules.cc | 8 ++++ src/LoadableModules.h | 8 ++++ src/LogTags.h | 8 ++++ src/Makefile.am | 11 +++-- src/MasterXaction.cc | 8 ++++ src/MasterXaction.h | 8 ++++ src/Mem.h | 35 +++----------- src/MemBlob.cc | 28 ++--------- src/MemBlob.h | 28 ++--------- src/MemBuf.cc | 36 ++------------ src/MemBuf.cci | 35 +++----------- src/MemBuf.h | 30 ++---------- src/MemObject.cc | 35 +++----------- src/MemObject.h | 30 ++---------- src/MemStore.cc | 7 ++- src/MemStore.h | 8 ++++ src/MessageSizes.h | 8 ++++ src/NeighborTypeDomainList.h | 34 +++---------- src/Notes.cc | 29 ++--------- src/Notes.h | 8 ++++ src/NullDelayId.cc | 39 +++------------ src/NullDelayId.h | 40 +++------------- src/OutOfBoundsException.h | 8 ++++ src/Packer.cc | 48 +++---------------- src/Packer.h | 31 ++---------- src/Parsing.cc | 34 +++---------- src/Parsing.h | 35 +++----------- src/PeerDigest.h | 31 ++---------- src/PeerPoolMgr.cc | 8 ++++ src/PeerPoolMgr.h | 8 ++++ src/PeerSelectState.h | 32 ++----------- src/PingData.h | 32 ++----------- src/ProfStats.cc | 35 +++----------- src/RefreshPattern.h | 34 +++---------- src/RegexList.cc | 29 ++--------- src/RegexList.h | 34 +++---------- src/RemovalPolicy.cc | 35 +++----------- src/RemovalPolicy.h | 32 ++----------- src/RequestFlags.cc | 34 +++---------- src/RequestFlags.h | 39 ++++----------- src/SBuf.cc | 28 ++--------- src/SBuf.h | 28 ++--------- src/SBufAlgos.h | 8 ++++ src/SBufDetailedStats.cc | 8 ++++ src/SBufDetailedStats.h | 7 +++ src/SBufExceptions.cc | 28 ++--------- src/SBufExceptions.h | 28 ++--------- src/SBufList.cc | 8 ++++ src/SBufList.h | 8 ++++ src/SBufStatsAction.cc | 28 ++--------- src/SBufStatsAction.h | 28 ++--------- src/SBufStream.h | 29 ++--------- src/Server.cc | 32 ++----------- src/Server.h | 33 ++----------- src/SnmpRequest.h | 37 +++----------- src/SquidConfig.cc | 8 ++++ src/SquidConfig.h | 34 +++---------- src/SquidDns.h | 8 ++++ src/SquidIpc.h | 39 ++++----------- src/SquidList.cc | 35 +++----------- src/SquidList.h | 39 ++++----------- src/SquidMath.cc | 8 ++++ src/SquidMath.h | 8 ++++ src/SquidNew.cc | 35 +++----------- src/SquidString.h | 34 +++---------- src/SquidTime.h | 35 +++----------- src/StatCounters.cc | 31 ++---------- src/StatCounters.h | 33 ++----------- src/StatHist.cc | 35 +++----------- src/StatHist.h | 28 ++--------- src/Store.h | 31 ++---------- src/StoreClient.h | 31 ++---------- src/StoreEntryStream.h | 30 ++---------- src/StoreFileSystem.cc | 36 +++----------- src/StoreFileSystem.h | 30 ++---------- src/StoreHashIndex.h | 31 ++---------- src/StoreIOBuffer.h | 32 ++----------- src/StoreIOState.cc | 35 +++----------- src/StoreIOState.h | 31 ++---------- src/StoreMeta.cc | 35 +++----------- src/StoreMeta.h | 31 ++---------- src/StoreMetaMD5.cc | 35 +++----------- src/StoreMetaMD5.h | 31 ++---------- src/StoreMetaObjSize.h | 31 ++---------- src/StoreMetaSTD.cc | 35 +++----------- src/StoreMetaSTD.h | 31 ++---------- src/StoreMetaSTDLFS.cc | 34 +++---------- src/StoreMetaSTDLFS.h | 31 ++---------- src/StoreMetaURL.cc | 35 +++----------- src/StoreMetaURL.h | 31 ++---------- src/StoreMetaUnpacker.cc | 35 +++----------- src/StoreMetaUnpacker.h | 31 ++---------- src/StoreMetaVary.cc | 35 +++----------- src/StoreMetaVary.h | 31 ++---------- src/StoreSearch.h | 30 ++---------- src/StoreStats.cc | 7 ++- src/StoreStats.h | 8 ++++ src/StoreSwapLogData.cc | 34 +++---------- src/StoreSwapLogData.h | 30 ++---------- src/StrList.cc | 34 +++---------- src/StrList.h | 34 +++---------- src/String.cc | 35 +++----------- src/String.cci | 34 +++---------- src/SwapDir.cc | 34 +++---------- src/SwapDir.h | 31 ++---------- src/TestHeaders.am | 7 +++ src/TimeOrTag.h | 8 ++++ src/Transients.cc | 7 ++- src/Transients.h | 8 ++++ src/URL.h | 30 ++---------- src/WinSvc.cc | 35 +++----------- src/WinSvc.h | 37 +++----------- src/YesNoNone.cc | 29 ++--------- src/YesNoNone.h | 34 +++---------- src/acl/Acl.cc | 34 +++---------- src/acl/Acl.h | 32 ++----------- src/acl/AclAddress.cc | 28 ++--------- src/acl/AclAddress.h | 30 ++---------- src/acl/AclDenyInfoList.h | 34 +++---------- src/acl/AclNameList.h | 34 +++---------- src/acl/AclSizeLimit.h | 34 +++---------- src/acl/AdaptationService.cc | 8 ++++ src/acl/AdaptationService.h | 8 ++++ src/acl/AdaptationServiceData.cc | 8 ++++ src/acl/AdaptationServiceData.h | 7 +++ src/acl/AllOf.cc | 8 ++++ src/acl/AllOf.h | 8 ++++ src/acl/AnyOf.cc | 8 ++++ src/acl/AnyOf.h | 8 ++++ src/acl/Arp.cc | 36 +++----------- src/acl/Arp.h | 32 ++----------- src/acl/Asn.cc | 35 +++----------- src/acl/Asn.h | 31 ++---------- src/acl/AtStep.cc | 8 ++++ src/acl/AtStep.h | 8 ++++ src/acl/AtStepData.cc | 8 ++++ src/acl/AtStepData.h | 8 ++++ src/acl/BoolOps.cc | 8 ++++ src/acl/BoolOps.h | 8 ++++ src/acl/Browser.cc | 36 +++----------- src/acl/Browser.h | 32 ++----------- src/acl/Certificate.cc | 36 +++----------- src/acl/Certificate.h | 32 ++----------- src/acl/CertificateData.cc | 36 +++----------- src/acl/CertificateData.h | 32 ++----------- src/acl/Checklist.cc | 8 +++- src/acl/Checklist.h | 30 ++---------- src/acl/Data.h | 33 ++----------- src/acl/DestinationAsn.h | 31 ++---------- src/acl/DestinationDomain.cc | 36 +++----------- src/acl/DestinationDomain.h | 32 ++----------- src/acl/DestinationIp.cc | 35 +++----------- src/acl/DestinationIp.h | 33 ++----------- src/acl/DomainData.cc | 36 +++----------- src/acl/DomainData.h | 32 ++----------- src/acl/Eui64.cc | 36 +++----------- src/acl/Eui64.h | 31 ++---------- src/acl/ExtUser.cc | 36 +++----------- src/acl/ExtUser.h | 32 ++----------- src/acl/FilledChecklist.cc | 8 ++++ src/acl/FilledChecklist.h | 8 ++++ src/acl/Gadgets.cc | 36 ++++---------- src/acl/Gadgets.h | 8 ++++ src/acl/HierCode.cc | 8 ++++ src/acl/HierCode.h | 8 ++++ src/acl/HierCodeData.cc | 8 ++++ src/acl/HierCodeData.h | 8 ++++ src/acl/HttpHeaderData.cc | 36 +++----------- src/acl/HttpHeaderData.h | 33 ++----------- src/acl/HttpRepHeader.cc | 33 ++----------- src/acl/HttpRepHeader.h | 32 ++----------- src/acl/HttpReqHeader.cc | 33 ++----------- src/acl/HttpReqHeader.h | 32 ++----------- src/acl/HttpStatus.cc | 36 +++----------- src/acl/HttpStatus.h | 32 ++----------- src/acl/InnerNode.cc | 8 ++++ src/acl/InnerNode.h | 8 ++++ src/acl/IntRange.cc | 36 +++----------- src/acl/IntRange.h | 32 ++----------- src/acl/Ip.cc | 35 +++----------- src/acl/Ip.h | 31 ++---------- src/acl/LocalIp.cc | 35 +++----------- src/acl/LocalIp.h | 32 ++----------- src/acl/LocalPort.cc | 33 ++----------- src/acl/LocalPort.h | 32 ++----------- src/acl/Makefile.am | 7 +++ src/acl/MaxConnection.cc | 36 +++----------- src/acl/MaxConnection.h | 32 ++----------- src/acl/Method.cc | 33 ++----------- src/acl/Method.h | 32 ++----------- src/acl/MethodData.cc | 36 +++----------- src/acl/MethodData.h | 32 ++----------- src/acl/MyPortName.cc | 33 ++----------- src/acl/MyPortName.h | 33 ++----------- src/acl/Note.cc | 8 ++++ src/acl/Note.h | 8 ++++ src/acl/NoteData.cc | 8 ++++ src/acl/NoteData.h | 8 ++++ src/acl/PeerName.cc | 8 ++++ src/acl/PeerName.h | 8 ++++ src/acl/Protocol.cc | 33 ++----------- src/acl/Protocol.h | 33 ++----------- src/acl/ProtocolData.cc | 36 +++----------- src/acl/ProtocolData.h | 33 ++----------- src/acl/Random.cc | 36 +++----------- src/acl/Random.h | 31 ++---------- src/acl/Referer.cc | 36 +++----------- src/acl/Referer.h | 33 ++----------- src/acl/RegexData.cc | 42 +++++----------- src/acl/RegexData.h | 33 ++----------- src/acl/ReplyHeaderStrategy.h | 33 ++----------- src/acl/ReplyMimeType.cc | 36 +++----------- src/acl/ReplyMimeType.h | 33 ++----------- src/acl/RequestHeaderStrategy.h | 33 ++----------- src/acl/RequestMimeType.cc | 36 +++----------- src/acl/RequestMimeType.h | 33 ++----------- src/acl/ServerCertificate.cc | 5 ++ src/acl/ServerCertificate.h | 5 ++ src/acl/SourceAsn.h | 32 ++----------- src/acl/SourceDomain.cc | 36 +++----------- src/acl/SourceDomain.h | 33 ++----------- src/acl/SourceIp.cc | 35 +++----------- src/acl/SourceIp.h | 32 ++----------- src/acl/SslError.cc | 8 ++++ src/acl/SslError.h | 8 ++++ src/acl/SslErrorData.cc | 33 ++----------- src/acl/SslErrorData.h | 8 ++++ src/acl/Strategised.cc | 36 +++----------- src/acl/Strategised.h | 33 ++----------- src/acl/Strategy.h | 33 ++----------- src/acl/StringData.cc | 36 +++----------- src/acl/StringData.h | 33 ++----------- src/acl/Tag.cc | 36 ++------------ src/acl/Tag.h | 33 ++----------- src/acl/Time.cc | 36 +++----------- src/acl/Time.h | 33 ++----------- src/acl/TimeData.cc | 36 +++----------- src/acl/TimeData.h | 33 ++----------- src/acl/Tree.cc | 8 ++++ src/acl/Tree.h | 8 ++++ src/acl/Url.cc | 36 +++----------- src/acl/Url.h | 33 ++----------- src/acl/UrlLogin.cc | 34 +++---------- src/acl/UrlLogin.h | 35 ++------------ src/acl/UrlPath.cc | 36 +++----------- src/acl/UrlPath.h | 33 ++----------- src/acl/UrlPort.cc | 33 ++----------- src/acl/UrlPort.h | 33 ++----------- src/acl/UserData.cc | 36 +++----------- src/acl/UserData.h | 33 ++----------- src/acl/forward.h | 8 ++++ src/adaptation/AccessCheck.cc | 8 ++++ src/adaptation/AccessCheck.h | 8 ++++ src/adaptation/AccessRule.cc | 8 ++++ src/adaptation/AccessRule.h | 8 ++++ src/adaptation/Answer.cc | 8 +++- src/adaptation/Answer.h | 8 ++++ src/adaptation/Config.cc | 30 ++---------- src/adaptation/Config.h | 8 ++++ src/adaptation/DynamicGroupCfg.cc | 8 ++++ src/adaptation/DynamicGroupCfg.h | 8 ++++ src/adaptation/Elements.cc | 8 ++++ src/adaptation/Elements.h | 8 ++++ src/adaptation/History.cc | 8 ++++ src/adaptation/History.h | 8 ++++ src/adaptation/Initiate.cc | 8 +++- src/adaptation/Initiate.h | 8 ++++ src/adaptation/Initiator.cc | 8 +++- src/adaptation/Initiator.h | 8 ++++ src/adaptation/Iterator.cc | 8 +++- src/adaptation/Iterator.h | 8 ++++ src/adaptation/Makefile.am | 7 +++ src/adaptation/Message.cc | 8 +++- src/adaptation/Message.h | 8 ++++ src/adaptation/Service.cc | 8 +++- src/adaptation/Service.h | 8 ++++ src/adaptation/ServiceConfig.cc | 8 +++- src/adaptation/ServiceConfig.h | 8 ++++ src/adaptation/ServiceFilter.cc | 8 ++++ src/adaptation/ServiceFilter.h | 8 ++++ src/adaptation/ServiceGroups.cc | 8 ++++ src/adaptation/ServiceGroups.h | 8 ++++ src/adaptation/ecap/Config.cc | 9 +++- src/adaptation/ecap/Config.h | 8 +++- src/adaptation/ecap/Host.cc | 9 +++- src/adaptation/ecap/Host.h | 8 +++- src/adaptation/ecap/Makefile.am | 7 +++ src/adaptation/ecap/MessageRep.cc | 9 +++- src/adaptation/ecap/MessageRep.h | 8 +++- src/adaptation/ecap/MinimalAdapter.cc | 8 ++++ src/adaptation/ecap/Registry.h | 8 ++++ src/adaptation/ecap/ServiceRep.cc | 9 +++- src/adaptation/ecap/ServiceRep.h | 8 +++- src/adaptation/ecap/XactionRep.cc | 9 +++- src/adaptation/ecap/XactionRep.h | 8 +++- src/adaptation/forward.h | 8 ++++ src/adaptation/icap/Client.cc | 8 ++++ src/adaptation/icap/Client.h | 31 ++---------- src/adaptation/icap/Config.cc | 32 ++----------- src/adaptation/icap/Config.h | 33 ++----------- src/adaptation/icap/Elements.cc | 8 ++++ src/adaptation/icap/Elements.h | 31 ++---------- src/adaptation/icap/History.cc | 8 ++++ src/adaptation/icap/History.h | 8 ++++ src/adaptation/icap/InOut.h | 31 ++---------- src/adaptation/icap/Launcher.cc | 8 +++- src/adaptation/icap/Launcher.h | 31 ++---------- src/adaptation/icap/Makefile.am | 7 +++ src/adaptation/icap/ModXact.cc | 8 +++- src/adaptation/icap/ModXact.h | 31 ++---------- src/adaptation/icap/OptXact.cc | 8 +++- src/adaptation/icap/OptXact.h | 30 ++---------- src/adaptation/icap/Options.cc | 8 ++++ src/adaptation/icap/Options.h | 31 ++---------- src/adaptation/icap/ServiceRep.cc | 8 +++- src/adaptation/icap/ServiceRep.h | 31 ++---------- src/adaptation/icap/Xaction.cc | 8 +++- src/adaptation/icap/Xaction.h | 31 ++---------- src/adaptation/icap/icap_log.cc | 8 ++++ src/adaptation/icap/icap_log.h | 8 ++++ src/adaptation/notes.dox | 8 ++++ src/anyp/Makefile.am | 7 +++ src/anyp/PortCfg.cc | 8 ++++ src/anyp/PortCfg.h | 8 ++++ src/anyp/ProtocolType.h | 8 ++++ src/anyp/ProtocolVersion.h | 8 ++++ src/anyp/TrafficMode.h | 8 ++++ src/anyp/UriScheme.cc | 10 +++- src/anyp/UriScheme.h | 8 ++++ src/anyp/forward.h | 8 ++++ src/auth/Acl.cc | 8 ++++ src/auth/Acl.h | 8 ++++ src/auth/AclMaxUserIp.cc | 9 +++- src/auth/AclMaxUserIp.h | 32 ++----------- src/auth/AclProxyAuth.cc | 36 +++----------- src/auth/AclProxyAuth.h | 31 ++---------- src/auth/AuthAclState.h | 8 ++++ src/auth/Config.cc | 34 +++---------- src/auth/Config.h | 31 ++---------- src/auth/CredentialState.h | 8 ++++ src/auth/Gadgets.cc | 34 +++---------- src/auth/Gadgets.h | 30 ++---------- src/auth/Makefile.am | 7 +++ src/auth/QueueNode.h | 8 ++++ src/auth/Scheme.cc | 35 +++----------- src/auth/Scheme.h | 30 ++---------- src/auth/State.cc | 8 ++++ src/auth/State.h | 8 ++++ src/auth/Type.h | 8 ++++ src/auth/User.cc | 35 +++----------- src/auth/User.h | 31 ++---------- src/auth/UserRequest.cc | 34 +++---------- src/auth/UserRequest.h | 29 ++--------- src/auth/basic/Makefile.am | 7 +++ src/auth/basic/Scheme.cc | 30 ++---------- src/auth/basic/Scheme.h | 30 ++---------- src/auth/basic/User.cc | 8 ++++ src/auth/basic/User.h | 8 ++++ src/auth/basic/UserRequest.cc | 8 ++++ src/auth/basic/UserRequest.h | 8 ++++ src/auth/basic/auth_basic.cc | 34 +++---------- src/auth/basic/auth_basic.h | 8 ++++ src/auth/digest/Makefile.am | 7 +++ src/auth/digest/Scheme.cc | 30 ++---------- src/auth/digest/Scheme.h | 30 ++---------- src/auth/digest/User.cc | 8 ++++ src/auth/digest/User.h | 8 ++++ src/auth/digest/UserRequest.cc | 8 ++++ src/auth/digest/UserRequest.h | 8 ++++ src/auth/digest/auth_digest.cc | 34 +++---------- src/auth/digest/auth_digest.h | 8 ++++ src/auth/negotiate/Makefile.am | 7 +++ src/auth/negotiate/Scheme.cc | 30 ++---------- src/auth/negotiate/Scheme.h | 30 ++---------- src/auth/negotiate/User.cc | 8 ++++ src/auth/negotiate/User.h | 8 ++++ src/auth/negotiate/UserRequest.cc | 8 ++++ src/auth/negotiate/UserRequest.h | 8 ++++ src/auth/negotiate/auth_negotiate.cc | 34 +++---------- src/auth/negotiate/auth_negotiate.h | 8 ++++ src/auth/ntlm/Makefile.am | 7 +++ src/auth/ntlm/Scheme.cc | 30 ++---------- src/auth/ntlm/Scheme.h | 30 ++---------- src/auth/ntlm/User.cc | 8 ++++ src/auth/ntlm/User.h | 8 ++++ src/auth/ntlm/UserRequest.cc | 8 ++++ src/auth/ntlm/UserRequest.h | 8 ++++ src/auth/ntlm/auth_ntlm.cc | 34 +++---------- src/auth/ntlm/auth_ntlm.h | 8 +++- src/base/AsyncCall.cc | 8 ++++ src/base/AsyncCall.h | 8 ++++ src/base/AsyncCallQueue.cc | 8 +++- src/base/AsyncCallQueue.h | 8 ++++ src/base/AsyncCbdataCalls.h | 8 ++++ src/base/AsyncJob.cc | 8 +++- src/base/AsyncJob.h | 8 ++++ src/base/AsyncJobCalls.h | 8 ++++ src/base/CbcPointer.h | 8 ++++ src/base/CharacterSet.cc | 8 ++++ src/base/CharacterSet.h | 8 ++++ src/base/InstanceId.h | 8 ++++ src/base/Lock.h | 8 ++++ src/base/LruMap.h | 6 ++- src/base/Makefile.am | 7 +++ src/base/RefCount.h | 34 +++---------- src/base/RunnersRegistry.cc | 8 ++++ src/base/RunnersRegistry.h | 8 ++++ src/base/Subscription.h | 8 ++++ src/base/TextException.cc | 8 ++++ src/base/TextException.h | 8 ++++ src/base/TidyPointer.h | 8 ++++ src/base/testCharacterSet.cc | 8 ++++ src/base/testCharacterSet.h | 8 ++++ src/cache_cf.cc | 34 +++---------- src/cache_cf.h | 34 +++---------- src/cache_diff.cc | 32 ++----------- src/cache_manager.cc | 34 +++---------- src/carp.cc | 36 +++----------- src/carp.h | 34 +++---------- src/cbdata.cc | 37 +++----------- src/cbdata.h | 31 ++---------- src/cf_gen.cc | 36 +++----------- src/clientStream.cc | 35 +++----------- src/clientStream.h | 31 ++---------- src/clientStreamForward.h | 8 ++++ src/client_db.cc | 34 +++---------- src/client_db.h | 34 +++---------- src/client_side.cc | 33 +++---------- src/client_side.h | 34 +++---------- src/client_side_reply.cc | 35 +++----------- src/client_side_reply.h | 30 ++---------- src/client_side_request.cc | 35 +++----------- src/client_side_request.cci | 36 +++----------- src/client_side_request.h | 29 ++--------- src/clients/FtpClient.cc | 7 ++- src/clients/FtpClient.h | 7 ++- src/clients/FtpGateway.cc | 34 +++---------- src/clients/FtpRelay.cc | 7 ++- src/clients/Makefile.am | 7 +++ src/clients/forward.h | 8 ++++ src/comm.cc | 36 +++----------- src/comm.h | 8 ++++ src/comm/AcceptLimiter.cc | 8 ++++ src/comm/AcceptLimiter.h | 8 ++++ src/comm/ConnOpener.cc | 8 +++- src/comm/ConnOpener.h | 8 ++++ src/comm/Connection.cc | 8 ++++ src/comm/Connection.h | 38 +++------------ src/comm/Flag.h | 8 ++++ src/comm/IoCallback.cc | 8 ++++ src/comm/IoCallback.h | 8 ++++ src/comm/Loops.h | 8 ++++ src/comm/Makefile.am | 7 +++ src/comm/ModDevPoll.cc | 33 +++---------- src/comm/ModEpoll.cc | 33 +++---------- src/comm/ModKqueue.cc | 33 +++---------- src/comm/ModPoll.cc | 34 +++---------- src/comm/ModSelect.cc | 34 +++---------- src/comm/ModSelectWin32.cc | 34 +++---------- src/comm/Read.cc | 9 +++- src/comm/Read.h | 8 ++++ src/comm/TcpAcceptor.cc | 36 +++----------- src/comm/TcpAcceptor.h | 8 ++++ src/comm/UdpOpenDialer.h | 8 ++++ src/comm/Write.cc | 8 ++++ src/comm/Write.h | 8 ++++ src/comm/comm_internal.h | 8 ++++ src/comm/forward.h | 8 ++++ src/comm_poll.h | 31 ++---------- src/debug.cc | 34 +++---------- src/defines.h | 31 ++---------- src/delay_pools.cc | 38 +++------------ src/disk.cc | 34 +++---------- src/disk.h | 34 +++---------- src/dlink.cc | 8 ++++ src/dlink.h | 31 ++---------- src/dns_internal.cc | 34 +++---------- src/enums.h | 31 ++---------- src/err_detail_type.h | 8 ++++ src/err_type.h | 8 ++++ src/errorpage.cc | 35 +++----------- src/errorpage.h | 35 +++----------- src/esi/Assign.cc | 35 +++----------- src/esi/Assign.h | 35 +++----------- src/esi/Attempt.h | 35 +++----------- src/esi/Context.cc | 35 +++----------- src/esi/Context.h | 31 ++---------- src/esi/CustomParser.cc | 35 +++----------- src/esi/CustomParser.h | 31 ++---------- src/esi/Element.h | 30 ++---------- src/esi/ElementList.h | 35 +++----------- src/esi/Esi.cc | 35 +++----------- src/esi/Esi.h | 31 ++---------- src/esi/Except.h | 35 +++----------- src/esi/ExpatParser.cc | 35 +++----------- src/esi/ExpatParser.h | 30 ++---------- src/esi/Expression.cc | 35 +++----------- src/esi/Expression.h | 35 +++----------- src/esi/Include.cc | 36 +++----------- src/esi/Include.h | 35 +++----------- src/esi/Libxml2Parser.cc | 31 ++---------- src/esi/Libxml2Parser.h | 31 ++---------- src/esi/Literal.h | 35 +++----------- src/esi/Makefile.am | 7 +++ src/esi/Module.cc | 8 ++++ src/esi/Module.h | 8 ++++ src/esi/Parser.cc | 34 +++---------- src/esi/Parser.h | 31 ++---------- src/esi/Segment.cc | 35 +++----------- src/esi/Segment.h | 30 ++---------- src/esi/Sequence.cc | 35 +++----------- src/esi/Sequence.h | 35 +++----------- src/esi/Var.h | 35 +++----------- src/esi/VarState.cc | 36 +++----------- src/esi/VarState.h | 31 ++---------- src/eui/Config.cc | 8 ++++ src/eui/Config.h | 8 ++++ src/eui/Eui48.cc | 36 +++----------- src/eui/Eui48.h | 8 ++++ src/eui/Eui64.cc | 9 ++-- src/eui/Eui64.h | 8 ++++ src/eui/Makefile.am | 7 +++ src/event.cc | 34 +++---------- src/event.h | 31 ++---------- src/external_acl.cc | 42 +++------------- src/fatal.cc | 29 ++--------- src/fatal.h | 8 ++++ src/fd.cc | 35 +++----------- src/fd.h | 34 +++---------- src/fde.cc | 35 +++----------- src/fde.h | 29 ++--------- src/filemap.cc | 34 +++---------- src/format/ByteCode.h | 8 ++++ src/format/Config.cc | 8 ++++ src/format/Config.h | 8 ++++ src/format/Format.cc | 8 ++++ src/format/Format.h | 9 ++++ src/format/Makefile.am | 7 +++ src/format/Quoting.cc | 8 ++++ src/format/Quoting.h | 8 ++++ src/format/Token.cc | 8 ++++ src/format/Token.h | 8 ++++ src/format/TokenTableEntry.h | 8 ++++ src/fqdncache.cc | 34 +++---------- src/fqdncache.h | 34 +++---------- src/fs/Makefile.am | 7 +++ src/fs/Module.cc | 8 ++++ src/fs/Module.h | 8 ++++ src/fs/aufs/StoreFSaufs.cc | 35 +++----------- src/fs/diskd/StoreFSdiskd.cc | 35 +++----------- src/fs/rock/RockDbCell.cc | 8 +++- src/fs/rock/RockDbCell.h | 8 ++++ src/fs/rock/RockForward.h | 8 ++++ src/fs/rock/RockIoRequests.cc | 8 +++- src/fs/rock/RockIoRequests.h | 8 ++++ src/fs/rock/RockIoState.cc | 8 +++- src/fs/rock/RockIoState.h | 8 ++++ src/fs/rock/RockRebuild.cc | 8 +++- src/fs/rock/RockRebuild.h | 8 ++++ src/fs/rock/RockStoreFileSystem.cc | 8 +++- src/fs/rock/RockStoreFileSystem.h | 8 ++++ src/fs/rock/RockSwapDir.cc | 8 +++- src/fs/rock/RockSwapDir.h | 8 ++++ src/fs/ufs/RebuildState.cc | 34 +++---------- src/fs/ufs/RebuildState.h | 29 ++--------- src/fs/ufs/StoreFSufs.cc | 35 +++----------- src/fs/ufs/StoreFSufs.h | 31 ++---------- src/fs/ufs/StoreSearchUFS.cc | 34 +++---------- src/fs/ufs/StoreSearchUFS.h | 29 ++--------- src/fs/ufs/UFSStoreState.cc | 35 +++----------- src/fs/ufs/UFSStoreState.h | 29 ++--------- src/fs/ufs/UFSStrategy.cc | 33 +++---------- src/fs/ufs/UFSStrategy.h | 29 ++--------- src/fs/ufs/UFSSwapDir.cc | 33 +++---------- src/fs/ufs/UFSSwapDir.h | 28 ++--------- src/fs/ufs/UFSSwapLogParser.cc | 29 ++--------- src/fs/ufs/UFSSwapLogParser.h | 29 ++--------- src/ftp/Elements.cc | 8 +++- src/ftp/Elements.h | 8 ++++ src/ftp/Makefile.am | 7 +++ src/ftp/Parsing.cc | 8 +++- src/ftp/Parsing.h | 8 ++++ src/globals.h | 31 ++---------- src/gopher.cc | 33 +++---------- src/gopher.h | 34 +++---------- src/helper.cc | 34 +++---------- src/helper.h | 34 +++---------- src/hier_code.h | 8 ++++ src/htcp.cc | 35 +++----------- src/htcp.h | 29 ++--------- src/http.cc | 33 +++---------- src/http.h | 31 ++---------- src/http/Makefile.am | 7 +++ src/http/MethodType.h | 8 ++++ src/http/ProtocolVersion.h | 8 ++++ src/http/StatusCode.cc | 8 ++++ src/http/StatusCode.h | 8 ++++ src/http/StatusLine.cc | 34 +++---------- src/http/StatusLine.h | 32 ++----------- src/icmp/Icmp.cc | 35 +++----------- src/icmp/Icmp.h | 35 +++----------- src/icmp/Icmp4.cc | 35 +++----------- src/icmp/Icmp4.h | 35 +++----------- src/icmp/Icmp6.cc | 35 +++----------- src/icmp/Icmp6.h | 35 +++----------- src/icmp/IcmpConfig.h | 9 +++- src/icmp/IcmpPinger.cc | 34 +++---------- src/icmp/IcmpPinger.h | 35 +++----------- src/icmp/IcmpSquid.cc | 34 +++---------- src/icmp/IcmpSquid.h | 35 +++----------- src/icmp/Makefile.am | 7 +++ src/icmp/net_db.cc | 34 +++---------- src/icmp/net_db.h | 8 ++++ src/icmp/pinger.cc | 34 +++---------- src/icmp/testIcmp.cc | 8 ++++ src/icmp/testIcmp.h | 8 ++++ src/icp_opcode.h | 8 ++++ src/icp_v2.cc | 34 +++---------- src/icp_v3.cc | 34 +++---------- src/ident/AclIdent.cc | 36 +++----------- src/ident/AclIdent.h | 32 ++----------- src/ident/Config.h | 8 ++++ src/ident/Ident.cc | 35 +++----------- src/ident/Ident.h | 8 ++++ src/ident/Makefile.am | 7 +++ src/int.cc | 34 +++---------- src/int.h | 39 ++++----------- src/internal.cc | 35 +++----------- src/internal.h | 35 ++++---------- src/ip/Address.cc | 9 +++- src/ip/Address.h | 9 +++- src/ip/Intercept.cc | 36 +++----------- src/ip/Intercept.h | 10 ++-- src/ip/Makefile.am | 7 +++ src/ip/Qos.cci | 8 ++++ src/ip/QosConfig.cc | 8 ++++ src/ip/QosConfig.h | 8 ++++ src/ip/forward.h | 39 +++------------ src/ip/stubQosConfig.cc | 8 ++++ src/ip/testAddress.cc | 8 ++++ src/ip/testAddress.h | 8 ++++ src/ip/tools.cc | 34 +++---------- src/ip/tools.h | 8 ++++ src/ipc.cc | 34 +++---------- src/ipc/AtomicWord.cc | 8 +++- src/ipc/AtomicWord.h | 5 ++ src/ipc/Coordinator.cc | 7 ++- src/ipc/Coordinator.h | 7 ++- src/ipc/FdNotes.cc | 7 ++- src/ipc/FdNotes.h | 7 ++- src/ipc/Forwarder.cc | 7 ++- src/ipc/Forwarder.h | 7 ++- src/ipc/Inquirer.cc | 7 ++- src/ipc/Inquirer.h | 7 ++- src/ipc/Kid.cc | 7 ++- src/ipc/Kid.h | 5 ++ src/ipc/Kids.cc | 8 +++- src/ipc/Kids.h | 5 ++ src/ipc/Makefile.am | 7 +++ src/ipc/MemMap.cc | 8 +++- src/ipc/MemMap.h | 8 ++++ src/ipc/Messages.h | 7 ++- src/ipc/Port.cc | 7 ++- src/ipc/Port.h | 7 ++- src/ipc/Queue.cc | 7 ++- src/ipc/Queue.h | 5 ++ src/ipc/ReadWriteLock.cc | 8 +++- src/ipc/ReadWriteLock.h | 8 ++++ src/ipc/Request.h | 7 ++- src/ipc/Response.h | 7 ++- src/ipc/SharedListen.cc | 8 +++- src/ipc/SharedListen.h | 7 ++- src/ipc/StartListening.cc | 7 ++- src/ipc/StartListening.h | 7 ++- src/ipc/StoreMap.cc | 8 +++- src/ipc/StoreMap.h | 8 ++++ src/ipc/Strand.cc | 7 ++- src/ipc/Strand.h | 7 ++- src/ipc/StrandCoord.cc | 7 ++- src/ipc/StrandCoord.h | 5 ++ src/ipc/StrandCoords.h | 5 ++ src/ipc/StrandSearch.cc | 7 ++- src/ipc/StrandSearch.h | 5 ++ src/ipc/TypedMsgHdr.cc | 7 ++- src/ipc/TypedMsgHdr.h | 7 ++- src/ipc/UdsOp.cc | 7 ++- src/ipc/UdsOp.h | 7 ++- src/ipc/forward.h | 7 ++- src/ipc/mem/FlexibleArray.h | 5 ++ src/ipc/mem/Page.cc | 7 ++- src/ipc/mem/Page.h | 8 ++++ src/ipc/mem/PagePool.cc | 7 ++- src/ipc/mem/PagePool.h | 5 ++ src/ipc/mem/PageStack.cc | 7 ++- src/ipc/mem/PageStack.h | 5 ++ src/ipc/mem/Pages.cc | 7 ++- src/ipc/mem/Pages.h | 5 ++ src/ipc/mem/Pointer.h | 5 ++ src/ipc/mem/Segment.cc | 7 ++- src/ipc/mem/Segment.h | 5 ++ src/ipc_win32.cc | 35 +++----------- src/ipcache.cc | 34 +++---------- src/ipcache.h | 8 ++++ src/log/Config.cc | 8 ++++ src/log/Config.h | 8 ++++ src/log/CustomLog.cc | 30 ++---------- src/log/CustomLog.h | 35 ++++---------- src/log/File.cc | 34 +++---------- src/log/File.h | 8 ++++ src/log/FormatHttpdCombined.cc | 34 +++---------- src/log/FormatHttpdCommon.cc | 34 +++---------- src/log/FormatSquidCustom.cc | 34 +++---------- src/log/FormatSquidIcap.cc | 34 +++---------- src/log/FormatSquidNative.cc | 34 +++---------- src/log/FormatSquidReferer.cc | 35 +++----------- src/log/FormatSquidUseragent.cc | 35 +++----------- src/log/Formats.h | 8 ++++ src/log/Makefile.am | 7 +++ src/log/ModDaemon.cc | 34 +++---------- src/log/ModDaemon.h | 35 +++----------- src/log/ModStdio.cc | 34 +++---------- src/log/ModStdio.h | 35 +++----------- src/log/ModSyslog.cc | 34 +++---------- src/log/ModSyslog.h | 35 +++----------- src/log/ModUdp.cc | 34 +++---------- src/log/ModUdp.h | 35 +++----------- src/log/TcpLogger.cc | 8 ++++ src/log/TcpLogger.h | 8 ++++ src/log/access_log.cc | 34 +++---------- src/log/access_log.h | 34 +++---------- src/lookup_t.h | 8 ++++ src/main.cc | 34 +++---------- src/mem.cc | 34 +++---------- src/mem_node.cc | 35 +++----------- src/mem_node.h | 31 ++---------- src/mgr/Action.cc | 7 ++- src/mgr/Action.h | 7 ++- src/mgr/ActionCreator.h | 7 ++- src/mgr/ActionParams.cc | 7 ++- src/mgr/ActionParams.h | 7 ++- src/mgr/ActionPasswordList.cc | 29 ++--------- src/mgr/ActionPasswordList.h | 34 +++---------- src/mgr/ActionProfile.h | 7 ++- src/mgr/ActionWriter.cc | 7 ++- src/mgr/ActionWriter.h | 7 ++- src/mgr/BasicActions.cc | 7 ++- src/mgr/BasicActions.h | 7 ++- src/mgr/Command.cc | 7 ++- src/mgr/Command.h | 7 ++- src/mgr/CountersAction.cc | 7 ++- src/mgr/CountersAction.h | 7 ++- src/mgr/Filler.cc | 7 ++- src/mgr/Filler.h | 7 ++- src/mgr/Forwarder.cc | 7 ++- src/mgr/Forwarder.h | 7 ++- src/mgr/FunAction.cc | 7 ++- src/mgr/FunAction.h | 7 ++- src/mgr/InfoAction.cc | 7 ++- src/mgr/InfoAction.h | 7 ++- src/mgr/Inquirer.cc | 7 ++- src/mgr/Inquirer.h | 7 ++- src/mgr/IntParam.cc | 7 ++- src/mgr/IntParam.h | 7 ++- src/mgr/IntervalAction.cc | 7 ++- src/mgr/IntervalAction.h | 7 ++- src/mgr/IoAction.cc | 7 ++- src/mgr/IoAction.h | 7 ++- src/mgr/Makefile.am | 7 +++ src/mgr/QueryParam.h | 7 ++- src/mgr/QueryParams.cc | 7 ++- src/mgr/QueryParams.h | 7 ++- src/mgr/Registration.cc | 7 ++- src/mgr/Registration.h | 7 ++- src/mgr/Request.cc | 7 ++- src/mgr/Request.h | 7 ++- src/mgr/Response.cc | 7 ++- src/mgr/Response.h | 7 ++- src/mgr/ServiceTimesAction.cc | 7 ++- src/mgr/ServiceTimesAction.h | 7 ++- src/mgr/StoreIoAction.cc | 7 ++- src/mgr/StoreIoAction.h | 7 ++- src/mgr/StoreToCommWriter.cc | 7 ++- src/mgr/StoreToCommWriter.h | 7 ++- src/mgr/StringParam.cc | 7 ++- src/mgr/StringParam.h | 7 ++- src/mgr/forward.h | 7 ++- src/mime.cc | 34 +++---------- src/mime.h | 34 +++---------- src/mime_header.cc | 34 +++---------- src/mime_header.h | 34 +++---------- src/mk-globals-c.awk | 7 +++ src/mk-globals-c.pl | 7 +++ src/mk-string-arrays.awk | 7 +++ src/mk-string-arrays.pl | 8 ++++ src/multicast.cc | 34 +++---------- src/multicast.h | 34 +++---------- src/neighbors.cc | 34 +++---------- src/neighbors.h | 34 +++---------- src/parser/Makefile.am | 7 +++ src/parser/Tokenizer.cc | 8 ++++ src/parser/Tokenizer.h | 8 ++++ src/parser/testTokenizer.cc | 8 ++++ src/parser/testTokenizer.h | 8 ++++ src/pconn.cc | 34 +++---------- src/pconn.h | 8 ++++ src/peer_digest.cc | 35 +++----------- src/peer_select.cc | 34 +++---------- src/peer_sourcehash.cc | 36 +++----------- src/peer_sourcehash.h | 35 +++----------- src/peer_userhash.cc | 36 +++----------- src/peer_userhash.h | 35 +++----------- src/protos.h | 30 ++---------- src/recv-announce.cc | 35 +++----------- src/redirect.cc | 34 +++---------- src/redirect.h | 40 ++++------------ src/refresh.cc | 35 +++----------- src/refresh.h | 34 +++---------- src/repl/Makefile.am | 7 ++- src/repl/heap/store_heap_replacement.cc | 35 +++----------- src/repl/heap/store_heap_replacement.h | 8 ++++ src/repl/heap/store_repl_heap.cc | 36 +++----------- src/repl/lru/store_repl_lru.cc | 35 +++----------- src/repl_modules.h | 34 +++---------- src/repl_modules.sh | 8 ++++ src/send-announce.cc | 34 +++---------- src/send-announce.h | 39 ++++----------- src/servers/FtpServer.cc | 8 +++- src/servers/FtpServer.h | 8 +++- src/servers/HttpServer.cc | 8 +++- src/servers/Makefile.am | 7 +++ src/servers/forward.h | 8 ++++ src/snmp/Forwarder.cc | 7 ++- src/snmp/Forwarder.h | 7 ++- src/snmp/Inquirer.cc | 7 ++- src/snmp/Inquirer.h | 7 ++- src/snmp/Makefile.am | 7 +++ src/snmp/Pdu.cc | 7 ++- src/snmp/Pdu.h | 7 ++- src/snmp/Request.cc | 7 ++- src/snmp/Request.h | 7 ++- src/snmp/Response.cc | 7 ++- src/snmp/Response.h | 7 ++- src/snmp/Session.cc | 7 ++- src/snmp/Session.h | 7 ++- src/snmp/Var.cc | 7 ++- src/snmp/Var.h | 7 ++- src/snmp/forward.h | 7 ++- src/snmp_agent.cc | 34 +++---------- src/snmp_agent.h | 39 ++++----------- src/snmp_core.cc | 35 +++----------- src/snmp_core.h | 7 ++- src/ssl/Config.cc | 8 ++++ src/ssl/Config.h | 8 ++++ src/ssl/ErrorDetail.cc | 8 ++++ src/ssl/ErrorDetail.h | 8 ++++ src/ssl/ErrorDetailManager.cc | 8 ++++ src/ssl/ErrorDetailManager.h | 8 ++++ src/ssl/Makefile.am | 7 +++ src/ssl/PeerConnector.cc | 7 ++- src/ssl/PeerConnector.h | 30 ++---------- src/ssl/ProxyCerts.h | 34 +++---------- src/ssl/ServerBump.cc | 7 ++- src/ssl/ServerBump.h | 8 ++++ src/ssl/bio.cc | 7 ++- src/ssl/bio.h | 8 ++++ src/ssl/cert_validate_message.cc | 8 ++++ src/ssl/cert_validate_message.h | 8 ++++ src/ssl/certificate_db.cc | 8 ++++ src/ssl/certificate_db.h | 8 ++++ src/ssl/context_storage.cc | 8 ++++ src/ssl/context_storage.h | 8 ++++ src/ssl/crtd_message.cc | 8 ++++ src/ssl/crtd_message.h | 8 ++++ src/ssl/gadgets.cc | 8 ++++ src/ssl/gadgets.h | 8 ++++ src/ssl/helper.cc | 8 ++++ src/ssl/helper.h | 8 ++++ src/ssl/ssl_crtd.cc | 8 ++++ src/ssl/stub_libsslutil.cc | 8 ++++ src/ssl/support.cc | 35 +++----------- src/ssl/support.h | 34 +++---------- src/stat.cc | 34 +++---------- src/stat.h | 34 +++---------- src/stmem.cc | 36 +++----------- src/stmem.h | 32 ++----------- src/store.cc | 35 +++----------- src/store_client.cc | 36 +++----------- src/store_digest.cc | 34 +++---------- src/store_digest.h | 39 ++++----------- src/store_dir.cc | 35 +++----------- src/store_io.cc | 8 ++++ src/store_key_md5.cc | 35 +++----------- src/store_key_md5.h | 34 +++---------- src/store_log.cc | 34 +++---------- src/store_log.h | 39 ++++----------- src/store_rebuild.cc | 34 +++---------- src/store_rebuild.h | 39 ++++----------- src/store_swapin.cc | 34 +++---------- src/store_swapin.h | 39 ++++----------- src/store_swapmeta.cc | 35 +++----------- src/store_swapout.cc | 35 +++----------- src/swap_log_op.h | 8 ++++ src/test_cache_digest.cc | 32 ++----------- src/time.cc | 35 +++----------- src/tools.cc | 34 +++---------- src/tools.h | 34 +++---------- src/tunnel.cc | 35 +++----------- src/typedefs.h | 30 ++---------- src/ufsdump.cc | 34 +++---------- src/unlinkd.cc | 34 +++---------- src/unlinkd.h | 39 ++++----------- src/unlinkd_daemon.cc | 34 +++---------- src/url.cc | 35 +++----------- src/urn.cc | 34 +++---------- src/urn.h | 34 +++---------- src/wccp.cc | 36 +++----------- src/wccp.h | 34 +++---------- src/wccp2.cc | 34 +++---------- src/wccp2.h | 34 +++---------- src/whois.cc | 35 +++----------- src/whois.h | 34 +++---------- src/win32.cc | 35 +++----------- src/win32.h | 40 ++++------------ src/wordlist.cc | 35 +++----------- src/wordlist.h | 31 ++---------- 1104 files changed, 7012 insertions(+), 16478 deletions(-) diff --git a/src/AccessLogEntry.cc b/src/AccessLogEntry.cc index 1231391352..de9d454980 100644 --- a/src/AccessLogEntry.cc +++ b/src/AccessLogEntry.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "AccessLogEntry.h" #include "HttpReply.h" diff --git a/src/AccessLogEntry.h b/src/AccessLogEntry.h index 27c34cd23f..67c8f45350 100644 --- a/src/AccessLogEntry.h +++ b/src/AccessLogEntry.h @@ -1,32 +1,11 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_HTTPACCESSLOGENTRY_H #define SQUID_HTTPACCESSLOGENTRY_H diff --git a/src/AclRegs.cc b/src/AclRegs.cc index ad0054ee32..2df234ae4c 100644 --- a/src/AclRegs.cc +++ b/src/AclRegs.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" /** This file exists to provide satic registration code to executables diff --git a/src/AsyncEngine.cc b/src/AsyncEngine.cc index d73e1809f0..e952ce1bad 100644 --- a/src/AsyncEngine.cc +++ b/src/AsyncEngine.cc @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/AsyncEngine.h b/src/AsyncEngine.h index 5cc50f2f71..3229d63d15 100644 --- a/src/AsyncEngine.h +++ b/src/AsyncEngine.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ASYNCENGINE_H diff --git a/src/AuthReg.cc b/src/AuthReg.cc index 2a382f96aa..7732d9b88c 100644 --- a/src/AuthReg.cc +++ b/src/AuthReg.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #if USE_AUTH diff --git a/src/AuthReg.h b/src/AuthReg.h index a101d42870..e14a432f2d 100644 --- a/src/AuthReg.h +++ b/src/AuthReg.h @@ -1,36 +1,16 @@ -#ifndef SQUID_AUTHREG_H_ -#define SQUID_AUTHREG_H_ /* - * DEBUG: section 29 Authenticator - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 Authenticator */ + +#ifndef SQUID_AUTHREG_H_ +#define SQUID_AUTHREG_H_ + namespace Auth { diff --git a/src/BodyPipe.cc b/src/BodyPipe.cc index e8962eb13f..6c40873488 100644 --- a/src/BodyPipe.cc +++ b/src/BodyPipe.cc @@ -1,3 +1,10 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ #include "squid.h" #include "base/AsyncJobCalls.h" diff --git a/src/BodyPipe.h b/src/BodyPipe.h index 4018205432..f3fdd3d759 100644 --- a/src/BodyPipe.h +++ b/src/BodyPipe.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_BODY_PIPE_H #define SQUID_BODY_PIPE_H diff --git a/src/CacheDigest.cc b/src/CacheDigest.cc index b51cb3e4ff..9242e4bdc4 100644 --- a/src/CacheDigest.cc +++ b/src/CacheDigest.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 70 Cache Digest - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 70 Cache Digest */ + #include "squid.h" #include "md5.h" #include "Mem.h" diff --git a/src/CacheDigest.h b/src/CacheDigest.h index bcaf91fbb5..46f7478e6c 100644 --- a/src/CacheDigest.h +++ b/src/CacheDigest.h @@ -1,37 +1,16 @@ -#ifndef SQUID_CACHEDIGEST_H_ -#define SQUID_CACHEDIGEST_H_ /* - * DEBUG: section 70 Cache Digest - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 70 Cache Digest */ + +#ifndef SQUID_CACHEDIGEST_H_ +#define SQUID_CACHEDIGEST_H_ + /* for cache_key */ #include "typedefs.h" diff --git a/src/CacheManager.h b/src/CacheManager.h index 9cd09df070..2d0d5aec50 100644 --- a/src/CacheManager.h +++ b/src/CacheManager.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_CACHEMANAGER_H diff --git a/src/CachePeer.h b/src/CachePeer.h index 9ad8c52df8..5b7d9105ee 100644 --- a/src/CachePeer.h +++ b/src/CachePeer.h @@ -1,34 +1,14 @@ -#ifndef SQUID_CACHEPEER_H_ -#define SQUID_CACHEPEER_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_CACHEPEER_H_ +#define SQUID_CACHEPEER_H_ + #include "acl/forward.h" #include "base/CbcPointer.h" #include "enums.h" diff --git a/src/CachePeerDomainList.h b/src/CachePeerDomainList.h index 050d0e253b..d18cf3eb2c 100644 --- a/src/CachePeerDomainList.h +++ b/src/CachePeerDomainList.h @@ -1,34 +1,14 @@ -#ifndef SQUID_CACHEPEERDOMAINLIST_H_ -#define SQUID_CACHEPEERDOMAINLIST_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_CACHEPEERDOMAINLIST_H_ +#define SQUID_CACHEPEERDOMAINLIST_H_ + /// representation of the cache_peer_domain list. POD. class CachePeerDomainList { diff --git a/src/ChunkedCodingParser.cc b/src/ChunkedCodingParser.cc index f9ab4ab92d..d3d0475b72 100644 --- a/src/ChunkedCodingParser.cc +++ b/src/ChunkedCodingParser.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "base/TextException.h" #include "ChunkedCodingParser.h" diff --git a/src/ChunkedCodingParser.h b/src/ChunkedCodingParser.h index fb7c9f7dfa..1bc6ab81b2 100644 --- a/src/ChunkedCodingParser.h +++ b/src/ChunkedCodingParser.h @@ -1,31 +1,11 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_CHUNKEDCODINGPARSER_H #define SQUID_CHUNKEDCODINGPARSER_H diff --git a/src/ClientDelayConfig.cc b/src/ClientDelayConfig.cc index a588fd4aea..4f130ecfbd 100644 --- a/src/ClientDelayConfig.cc +++ b/src/ClientDelayConfig.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Acl.h" #include "acl/Gadgets.h" diff --git a/src/ClientDelayConfig.h b/src/ClientDelayConfig.h index 30cd5abcf9..a331c0d8a5 100644 --- a/src/ClientDelayConfig.h +++ b/src/ClientDelayConfig.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_CLIENTDELAYCONFIG_H #define SQUID_CLIENTDELAYCONFIG_H diff --git a/src/ClientInfo.h b/src/ClientInfo.h index 07f7e90220..7fb081bdd1 100644 --- a/src/ClientInfo.h +++ b/src/ClientInfo.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID__SRC_CLIENTINFO_H #define SQUID__SRC_CLIENTINFO_H diff --git a/src/ClientRequestContext.h b/src/ClientRequestContext.h index a292bc2513..d2f9dbf829 100644 --- a/src/ClientRequestContext.h +++ b/src/ClientRequestContext.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_CLIENTREQUESTCONTEXT_H #define SQUID_CLIENTREQUESTCONTEXT_H diff --git a/src/CollapsedForwarding.cc b/src/CollapsedForwarding.cc index a214f57f05..17134b3d07 100644 --- a/src/CollapsedForwarding.cc +++ b/src/CollapsedForwarding.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 17 Request Forwarding + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 17 Request Forwarding */ + #include "squid.h" #include "CollapsedForwarding.h" #include "globals.h" diff --git a/src/CollapsedForwarding.h b/src/CollapsedForwarding.h index d023b12238..c21d430992 100644 --- a/src/CollapsedForwarding.h +++ b/src/CollapsedForwarding.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 17 Request Forwarding + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 17 Request Forwarding */ + #ifndef SQUID_COLLAPSED_FORWARDING_H #define SQUID_COLLAPSED_FORWARDING_H diff --git a/src/CommCalls.cc b/src/CommCalls.cc index 2593c3fd7c..70ee905fe3 100644 --- a/src/CommCalls.cc +++ b/src/CommCalls.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "anyp/PortCfg.h" #include "comm/Connection.h" diff --git a/src/CommCalls.h b/src/CommCalls.h index b558fad333..7bf47d5356 100644 --- a/src/CommCalls.h +++ b/src/CommCalls.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_COMMCALLS_H #define SQUID_COMMCALLS_H diff --git a/src/CommRead.h b/src/CommRead.h index 210d739197..c0c6c00516 100644 --- a/src/CommRead.h +++ b/src/CommRead.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 05 Comm - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 05 Comm */ + #ifndef COMMREAD_H #define COMMREAD_H diff --git a/src/Common.am b/src/Common.am index dc188dfdde..88804bc823 100644 --- a/src/Common.am +++ b/src/Common.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + ## Settings common to many Squid Makefiles ## This file should be included first in all src/subdir/Makefile.am diff --git a/src/CommonPool.h b/src/CommonPool.h index 19ff567823..8f35c7a70e 100644 --- a/src/CommonPool.h +++ b/src/CommonPool.h @@ -1,38 +1,13 @@ /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 77 Delay Pools */ + #ifndef COMMONPOOL_H #define COMMONPOOL_H diff --git a/src/CompletionDispatcher.cc b/src/CompletionDispatcher.cc index ab282b74f4..e9a9a13143 100644 --- a/src/CompletionDispatcher.cc +++ b/src/CompletionDispatcher.cc @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/CompletionDispatcher.h b/src/CompletionDispatcher.h index dea1881204..aea9531b4e 100644 --- a/src/CompletionDispatcher.h +++ b/src/CompletionDispatcher.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_COMPLETIONDISPATCHER_H diff --git a/src/CompositePoolNode.h b/src/CompositePoolNode.h index ee6789559b..1ccb34f030 100644 --- a/src/CompositePoolNode.h +++ b/src/CompositePoolNode.h @@ -1,38 +1,13 @@ /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 77 Delay Pools */ + #ifndef COMPOSITEPOOLNODE_H #define COMPOSITEPOOLNODE_H diff --git a/src/ConfigOption.cc b/src/ConfigOption.cc index 93f691a4a0..fd5ae9f4b3 100644 --- a/src/ConfigOption.cc +++ b/src/ConfigOption.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 03 Configuration File Parsing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 03 Configuration File Parsing */ + #include "squid.h" #include "ConfigOption.h" diff --git a/src/ConfigOption.h b/src/ConfigOption.h index 9ca1c00f7b..2033cec78c 100644 --- a/src/ConfigOption.h +++ b/src/ConfigOption.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_CONFIGOPTION_H #define SQUID_CONFIGOPTION_H diff --git a/src/ConfigParser.cc b/src/ConfigParser.cc index e0a66cfda1..f7a573706b 100644 --- a/src/ConfigParser.cc +++ b/src/ConfigParser.cc @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/ConfigParser.h b/src/ConfigParser.h index 8e9fdee22a..5d536e30cb 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_CONFIGPARSER_H diff --git a/src/CpuAffinity.cc b/src/CpuAffinity.cc index 54f500fa90..7eeb1ecc63 100644 --- a/src/CpuAffinity.cc +++ b/src/CpuAffinity.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "CpuAffinity.h" diff --git a/src/CpuAffinity.h b/src/CpuAffinity.h index e14b72f84d..89d419dc01 100644 --- a/src/CpuAffinity.h +++ b/src/CpuAffinity.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_CPU_AFFINITY_H diff --git a/src/CpuAffinityMap.cc b/src/CpuAffinityMap.cc index d4132f0365..ca22edaea4 100644 --- a/src/CpuAffinityMap.cc +++ b/src/CpuAffinityMap.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "CpuAffinityMap.h" diff --git a/src/CpuAffinityMap.h b/src/CpuAffinityMap.h index e2038cfcb7..700a0bc2c4 100644 --- a/src/CpuAffinityMap.h +++ b/src/CpuAffinityMap.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_CPU_AFFINITY_MAP_H diff --git a/src/CpuAffinitySet.cc b/src/CpuAffinitySet.cc index 3af3a40e10..16de7b1b7f 100644 --- a/src/CpuAffinitySet.cc +++ b/src/CpuAffinitySet.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "CpuAffinitySet.h" diff --git a/src/CpuAffinitySet.h b/src/CpuAffinitySet.h index 80de7f23b0..146561cfa5 100644 --- a/src/CpuAffinitySet.h +++ b/src/CpuAffinitySet.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_CPU_AFFINITY_SET_H diff --git a/src/Debug.h b/src/Debug.h index 3b69cac201..7d0509a42a 100644 --- a/src/Debug.h +++ b/src/Debug.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 00 Debug Routines - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 00 Debug Routines */ + #ifndef SQUID_DEBUG_H #define SQUID_DEBUG_H diff --git a/src/DelayBucket.cc b/src/DelayBucket.cc index 0108ac3afd..41ecab817c 100644 --- a/src/DelayBucket.cc +++ b/src/DelayBucket.cc @@ -1,39 +1,13 @@ /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + #include "squid.h" #if USE_DELAY_POOLS diff --git a/src/DelayBucket.h b/src/DelayBucket.h index fc803f82f7..a0424f8381 100644 --- a/src/DelayBucket.h +++ b/src/DelayBucket.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_DELAYBUCKET_H #define SQUID_DELAYBUCKET_H diff --git a/src/DelayConfig.cc b/src/DelayConfig.cc index 070c55d7af..610ce369e0 100644 --- a/src/DelayConfig.cc +++ b/src/DelayConfig.cc @@ -1,40 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + #include "squid.h" #if USE_DELAY_POOLS diff --git a/src/DelayConfig.h b/src/DelayConfig.h index 3dc2a427fb..cf520d5a12 100644 --- a/src/DelayConfig.h +++ b/src/DelayConfig.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 03 Configuration Settings - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 03 Configuration Settings */ + #ifndef SQUID_DELAYCONFIG_H #define SQUID_DELAYCONFIG_H diff --git a/src/DelayId.cc b/src/DelayId.cc index 7fc0079186..a72e1843f7 100644 --- a/src/DelayId.cc +++ b/src/DelayId.cc @@ -1,40 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + #include "squid.h" /* MS Visual Studio Projects are monolithic, so we need the following diff --git a/src/DelayId.h b/src/DelayId.h index 2f0f9f2caa..ad2d74df61 100644 --- a/src/DelayId.h +++ b/src/DelayId.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_DELAYID_H diff --git a/src/DelayIdComposite.h b/src/DelayIdComposite.h index d073cb8257..6b73340e92 100644 --- a/src/DelayIdComposite.h +++ b/src/DelayIdComposite.h @@ -1,39 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * You 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 77 Delay Pools */ + #ifndef DELAYIDCOMPOSITE_H #define DELAYIDCOMPOSITE_H diff --git a/src/DelayPool.cc b/src/DelayPool.cc index af6fafcc93..1124ea2727 100644 --- a/src/DelayPool.cc +++ b/src/DelayPool.cc @@ -1,39 +1,13 @@ /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + #include "squid.h" #if USE_DELAY_POOLS diff --git a/src/DelayPool.h b/src/DelayPool.h index 8b95b0d194..8827783e34 100644 --- a/src/DelayPool.h +++ b/src/DelayPool.h @@ -1,39 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * You 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 77 Delay Pools */ + #ifndef DELAYPOOL_H #define DELAYPOOL_H diff --git a/src/DelayPools.h b/src/DelayPools.h index 182df498a8..458a1623d6 100644 --- a/src/DelayPools.h +++ b/src/DelayPools.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_DELAYPOOLS_H #define SQUID_DELAYPOOLS_H diff --git a/src/DelaySpec.cc b/src/DelaySpec.cc index 8b8620b13a..631f111e63 100644 --- a/src/DelaySpec.cc +++ b/src/DelaySpec.cc @@ -1,40 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + #include "squid.h" #if USE_DELAY_POOLS diff --git a/src/DelaySpec.h b/src/DelaySpec.h index 7c1a912a2e..f57f650ec6 100644 --- a/src/DelaySpec.h +++ b/src/DelaySpec.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_DELAYSPEC_H #define SQUID_DELAYSPEC_H diff --git a/src/DelayTagged.cc b/src/DelayTagged.cc index df994cc690..e661a9107d 100644 --- a/src/DelayTagged.cc +++ b/src/DelayTagged.cc @@ -1,38 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + #include "squid.h" #if USE_DELAY_POOLS diff --git a/src/DelayTagged.h b/src/DelayTagged.h index f0c15d6a69..3193bd063d 100644 --- a/src/DelayTagged.h +++ b/src/DelayTagged.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 77 Delay Pools */ + #ifndef DELAYTAGGED_H #define DELAYTAGGED_H diff --git a/src/DelayUser.cc b/src/DelayUser.cc index f0a0caffad..26a288abbb 100644 --- a/src/DelayUser.cc +++ b/src/DelayUser.cc @@ -1,38 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + #include "squid.h" #if USE_DELAY_POOLS && USE_AUTH diff --git a/src/DelayUser.h b/src/DelayUser.h index 9bc88f411d..cfd069c683 100644 --- a/src/DelayUser.h +++ b/src/DelayUser.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 77 Delay Pools */ + #ifndef DELAYUSER_H #define DELAYUSER_H diff --git a/src/DelayVector.cc b/src/DelayVector.cc index 02336d4528..6ed82d212b 100644 --- a/src/DelayVector.cc +++ b/src/DelayVector.cc @@ -1,40 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + #include "squid.h" #if USE_DELAY_POOLS diff --git a/src/DelayVector.h b/src/DelayVector.h index 33bc2c5834..4a2956648f 100644 --- a/src/DelayVector.h +++ b/src/DelayVector.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_DELAYVECTOR_H #define SQUID_DELAYVECTOR_H diff --git a/src/DescriptorSet.cc b/src/DescriptorSet.cc index 67c5e51aa4..7298bf6d54 100644 --- a/src/DescriptorSet.cc +++ b/src/DescriptorSet.cc @@ -1,6 +1,13 @@ /* - * DEBUG: section 05 Comm + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 05 Comm */ + #include "squid.h" #include "DescriptorSet.h" #include "globals.h" /* for Squid_MaxFD */ diff --git a/src/DescriptorSet.h b/src/DescriptorSet.h index c1e710d945..ad179683c7 100644 --- a/src/DescriptorSet.h +++ b/src/DescriptorSet.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_DESCRIPTOR_SET_H #define SQUID_DESCRIPTOR_SET_H diff --git a/src/DiskIO/AIO/AIODiskFile.cc b/src/DiskIO/AIO/AIODiskFile.cc index b22c4c7632..c1c6a17258 100644 --- a/src/DiskIO/AIO/AIODiskFile.cc +++ b/src/DiskIO/AIO/AIODiskFile.cc @@ -1,44 +1,20 @@ /* - * AUTHOR: Adrian Chadd - * DEBUG: section 79 Disk IO Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Disk IO Routines */ + /** - * - \par + * \par * These routines are simple plugin replacements for the file_* routines * in disk.c . They back-end into the POSIX AIO routines to provide * a nice and simple async IO framework for COSS. * - \par + * \par * AIO is suitable for COSS - the only sync operations that the standard * supports are read/write, and since COSS works on a single file * per storedir it should work just fine. diff --git a/src/DiskIO/AIO/AIODiskFile.h b/src/DiskIO/AIO/AIODiskFile.h index 4153645b92..ba357a1fc5 100644 --- a/src/DiskIO/AIO/AIODiskFile.h +++ b/src/DiskIO/AIO/AIODiskFile.h @@ -1,31 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AIODISKFILE_H diff --git a/src/DiskIO/AIO/AIODiskIOModule.cc b/src/DiskIO/AIO/AIODiskIOModule.cc index 9b4d2e43c9..26a8e03e0b 100644 --- a/src/DiskIO/AIO/AIODiskIOModule.cc +++ b/src/DiskIO/AIO/AIODiskIOModule.cc @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/DiskIO/AIO/AIODiskIOModule.h b/src/DiskIO/AIO/AIODiskIOModule.h index 540185810f..f7d6b4d2e6 100644 --- a/src/DiskIO/AIO/AIODiskIOModule.h +++ b/src/DiskIO/AIO/AIODiskIOModule.h @@ -1,31 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AIODISKIOMODULE_H diff --git a/src/DiskIO/AIO/AIODiskIOStrategy.cc b/src/DiskIO/AIO/AIODiskIOStrategy.cc index 21c4685c22..07094e729e 100644 --- a/src/DiskIO/AIO/AIODiskIOStrategy.cc +++ b/src/DiskIO/AIO/AIODiskIOStrategy.cc @@ -1,33 +1,11 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + /* * Author: Adrian Chadd * diff --git a/src/DiskIO/AIO/AIODiskIOStrategy.h b/src/DiskIO/AIO/AIODiskIOStrategy.h index 9bace9b294..bf97fa2573 100644 --- a/src/DiskIO/AIO/AIODiskIOStrategy.h +++ b/src/DiskIO/AIO/AIODiskIOStrategy.h @@ -1,31 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AIODISKIOSTRATEGY_H diff --git a/src/DiskIO/AIO/aio_win32.cc b/src/DiskIO/AIO/aio_win32.cc index 0097664d84..af74f8304d 100644 --- a/src/DiskIO/AIO/aio_win32.cc +++ b/src/DiskIO/AIO/aio_win32.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 81 aio_xxx() POSIX emulation on Windows - * AUTHOR: Guido Serassio - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 81 aio_xxx() POSIX emulation on Windows */ + #include "squid.h" #include "comm.h" #include "DiskIO/AIO/aio_win32.h" diff --git a/src/DiskIO/AIO/aio_win32.h b/src/DiskIO/AIO/aio_win32.h index e829520bc2..ff6036b5f0 100644 --- a/src/DiskIO/AIO/aio_win32.h +++ b/src/DiskIO/AIO/aio_win32.h @@ -1,32 +1,9 @@ /* - * AUTHOR: Guido Serassio - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef __WIN32_AIO_H__ diff --git a/src/DiskIO/AIO/async_io.h b/src/DiskIO/AIO/async_io.h index bdcbb07de0..cee79876d6 100644 --- a/src/DiskIO/AIO/async_io.h +++ b/src/DiskIO/AIO/async_io.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef __ASYNC_IO_H__ #define __ASYNC_IO_H__ diff --git a/src/DiskIO/Blocking/BlockingDiskIOModule.cc b/src/DiskIO/Blocking/BlockingDiskIOModule.cc index 577f2dbbf2..4b880bdc2b 100644 --- a/src/DiskIO/Blocking/BlockingDiskIOModule.cc +++ b/src/DiskIO/Blocking/BlockingDiskIOModule.cc @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/DiskIO/Blocking/BlockingDiskIOModule.h b/src/DiskIO/Blocking/BlockingDiskIOModule.h index e2d67572e2..b11f19e08b 100644 --- a/src/DiskIO/Blocking/BlockingDiskIOModule.h +++ b/src/DiskIO/Blocking/BlockingDiskIOModule.h @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_BLOCKINGDISKIOMODULE_H diff --git a/src/DiskIO/Blocking/BlockingFile.cc b/src/DiskIO/Blocking/BlockingFile.cc index 0ea40d1e97..8a48ffe13f 100644 --- a/src/DiskIO/Blocking/BlockingFile.cc +++ b/src/DiskIO/Blocking/BlockingFile.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "BlockingFile.h" #include "Debug.h" diff --git a/src/DiskIO/Blocking/BlockingFile.h b/src/DiskIO/Blocking/BlockingFile.h index 7ad857b9c6..02707fbc2d 100644 --- a/src/DiskIO/Blocking/BlockingFile.h +++ b/src/DiskIO/Blocking/BlockingFile.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #ifndef SQUID_BLOCKINGFILE_H #define SQUID_BLOCKINGFILE_H diff --git a/src/DiskIO/Blocking/BlockingIOStrategy.cc b/src/DiskIO/Blocking/BlockingIOStrategy.cc index eaa52e4634..9147561abd 100644 --- a/src/DiskIO/Blocking/BlockingIOStrategy.cc +++ b/src/DiskIO/Blocking/BlockingIOStrategy.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "BlockingFile.h" #include "BlockingIOStrategy.h" diff --git a/src/DiskIO/Blocking/BlockingIOStrategy.h b/src/DiskIO/Blocking/BlockingIOStrategy.h index b4b8c071c2..5efdfe15af 100644 --- a/src/DiskIO/Blocking/BlockingIOStrategy.h +++ b/src/DiskIO/Blocking/BlockingIOStrategy.h @@ -1,37 +1,13 @@ - /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #ifndef SQUID_BLOCKINGIOSTRATEGY_H #define SQUID_BLOCKINGIOSTRATEGY_H #include "DiskIO/DiskIOStrategy.h" diff --git a/src/DiskIO/Blocking/DiskIOBlocking.cc b/src/DiskIO/Blocking/DiskIOBlocking.cc index 21cd272abf..cc60801489 100644 --- a/src/DiskIO/Blocking/DiskIOBlocking.cc +++ b/src/DiskIO/Blocking/DiskIOBlocking.cc @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003 Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc b/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc index 77c96df8a6..4ffaecd9a0 100644 --- a/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc +++ b/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h b/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h index 63a5c3a9a5..2e65ac2632 100644 --- a/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h +++ b/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_DISKDAEMONDISKIOMODULE_H diff --git a/src/DiskIO/DiskDaemon/DiskdAction.cc b/src/DiskIO/DiskDaemon/DiskdAction.cc index cc12b18bfe..72c252c4c0 100644 --- a/src/DiskIO/DiskDaemon/DiskdAction.cc +++ b/src/DiskIO/DiskDaemon/DiskdAction.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 79 Squid-side DISKD I/O functions. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Squid-side DISKD I/O functions. */ + #include "squid.h" #include "base/TextException.h" #include "DiskIO/DiskDaemon/DiskdAction.h" diff --git a/src/DiskIO/DiskDaemon/DiskdAction.h b/src/DiskIO/DiskDaemon/DiskdAction.h index 8ca6230b03..8fc2f5976e 100644 --- a/src/DiskIO/DiskDaemon/DiskdAction.h +++ b/src/DiskIO/DiskDaemon/DiskdAction.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 79 Squid-side DISKD I/O functions. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Squid-side DISKD I/O functions. */ + #ifndef SQUID_DISKD_ACTION_H #define SQUID_DISKD_ACTION_H diff --git a/src/DiskIO/DiskDaemon/DiskdFile.cc b/src/DiskIO/DiskDaemon/DiskdFile.cc index 09100de97e..9b1c0ff374 100644 --- a/src/DiskIO/DiskDaemon/DiskdFile.cc +++ b/src/DiskIO/DiskDaemon/DiskdFile.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 79 Squid-side DISKD I/O functions. - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * CopyRight (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Squid-side DISKD I/O functions. */ + #include "squid.h" #include "ConfigOption.h" #include "diomsg.h" diff --git a/src/DiskIO/DiskDaemon/DiskdFile.h b/src/DiskIO/DiskDaemon/DiskdFile.h index a3a3d0b9c8..3055c7aef1 100644 --- a/src/DiskIO/DiskDaemon/DiskdFile.h +++ b/src/DiskIO/DiskDaemon/DiskdFile.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 79 Squid-side DISKD I/O functions. - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Squid-side DISKD I/O functions. */ + #ifndef __STORE_DISKDFILE_H__ #define __STORE_DISKDFILE_H__ diff --git a/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc b/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc index 1892e433b3..89410e2681 100644 --- a/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc +++ b/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 79 Squid-side DISKD I/O functions. - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Squid-side DISKD I/O functions. */ + #include "squid.h" #include "comm/Loops.h" #include "ConfigOption.h" diff --git a/src/DiskIO/DiskDaemon/DiskdIOStrategy.h b/src/DiskIO/DiskDaemon/DiskdIOStrategy.h index df214b1c15..191215afc1 100644 --- a/src/DiskIO/DiskDaemon/DiskdIOStrategy.h +++ b/src/DiskIO/DiskDaemon/DiskdIOStrategy.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 79 Squid-side DISKD I/O functions. - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Squid-side DISKD I/O functions. */ + #ifndef __STORE_DISKDIOSTRATEGY_H__ #define __STORE_DISKDIOSTRATEGY_H__ diff --git a/src/DiskIO/DiskDaemon/diomsg.h b/src/DiskIO/DiskDaemon/diomsg.h index 0dc8ad29e9..9f222ecb7c 100644 --- a/src/DiskIO/DiskDaemon/diomsg.h +++ b/src/DiskIO/DiskDaemon/diomsg.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + /* * diomsg.h * diff --git a/src/DiskIO/DiskDaemon/diskd.cc b/src/DiskIO/DiskDaemon/diskd.cc index 99ae833dbe..267e28c3d6 100644 --- a/src/DiskIO/DiskDaemon/diskd.cc +++ b/src/DiskIO/DiskDaemon/diskd.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section -- External DISKD process implementation. - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section -- External DISKD process implementation. */ + #include "squid.h" #include "DiskIO/DiskDaemon/diomsg.h" #include "hash.h" diff --git a/src/DiskIO/DiskFile.h b/src/DiskIO/DiskFile.h index 9e45b30a08..d619e4376c 100644 --- a/src/DiskIO/DiskFile.h +++ b/src/DiskIO/DiskFile.h @@ -1,31 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003 Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_DISKFILE_H diff --git a/src/DiskIO/DiskIOModule.cc b/src/DiskIO/DiskIOModule.cc index 8d151b20b7..c192a6bb2f 100644 --- a/src/DiskIO/DiskIOModule.cc +++ b/src/DiskIO/DiskIOModule.cc @@ -1,37 +1,13 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * DEBUG: section 92 Storage File System - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 92 Storage File System */ + #include "squid.h" #include "DiskIOModule.h" diff --git a/src/DiskIO/DiskIOModule.h b/src/DiskIO/DiskIOModule.h index a7696d5557..1110c53e06 100644 --- a/src/DiskIO/DiskIOModule.h +++ b/src/DiskIO/DiskIOModule.h @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_DISKIOMODULE_H diff --git a/src/DiskIO/DiskIOStrategy.h b/src/DiskIO/DiskIOStrategy.h index ef8d06cb76..20e1790985 100644 --- a/src/DiskIO/DiskIOStrategy.h +++ b/src/DiskIO/DiskIOStrategy.h @@ -1,31 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003 Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_DISKIOSTRATEGY_H diff --git a/src/DiskIO/DiskThreads/CommIO.cc b/src/DiskIO/DiskThreads/CommIO.cc index ea174f5fe9..26140aff5d 100644 --- a/src/DiskIO/DiskThreads/CommIO.cc +++ b/src/DiskIO/DiskThreads/CommIO.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 05 Disk I/O pipe manager - * AUTHOR: Harvest Derived + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 05 Disk I/O pipe manager */ + #include "squid.h" #include "comm/Loops.h" #include "DiskIO/DiskThreads/CommIO.h" diff --git a/src/DiskIO/DiskThreads/CommIO.h b/src/DiskIO/DiskThreads/CommIO.h index 91db33ec5c..098852b2c8 100644 --- a/src/DiskIO/DiskThreads/CommIO.h +++ b/src/DiskIO/DiskThreads/CommIO.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_DISKIO_DISKTHREADS_COMMIO_H #define SQUID_SRC_DISKIO_DISKTHREADS_COMMIO_H diff --git a/src/DiskIO/DiskThreads/DiskThreads.h b/src/DiskIO/DiskThreads/DiskThreads.h index 39f04a2a13..3bfc61be60 100644 --- a/src/DiskIO/DiskThreads/DiskThreads.h +++ b/src/DiskIO/DiskThreads/DiskThreads.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + /* * DiskThreads.h * diff --git a/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc b/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc index 31b6377b3d..7d80b74013 100644 --- a/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc +++ b/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 79 Disk IO Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Disk IO Routines */ + #include "squid.h" #include "disk.h" #include "DiskIO/IORequestor.h" diff --git a/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h b/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h index 6e56ade723..59da4a5ecf 100644 --- a/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h +++ b/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 79 Disk IO Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Disk IO Routines */ + #ifndef SQUID_DISKTHREADSDISKFILE_H #define SQUID_DISKTHREADSDISKFILE_H #include "cbdata.h" diff --git a/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc b/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc index 2187d0f989..72cc833db5 100644 --- a/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc +++ b/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h b/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h index 7ff5333d3e..9c64919237 100644 --- a/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h +++ b/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_DISKTHREADSDISKIOMODULE_H diff --git a/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc b/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc index 41cf69dc04..9bd7478c1d 100644 --- a/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc +++ b/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 79 Squid-side Disk I/O functions. - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Squid-side Disk I/O functions. */ + #include "squid.h" #include "DiskThreadsDiskFile.h" diff --git a/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h b/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h index 595b2e115b..7c3428753f 100644 --- a/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h +++ b/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h @@ -1,37 +1,13 @@ - /* - * DEBUG: section 79 Squid-side Disk I/O functions. - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Squid-side Disk I/O functions. */ + #ifndef __STORE_DISKTHREADEDIOSTRATEGY_H__ #define __STORE_DISKTHREADEDIOSTRATEGY_H__ diff --git a/src/DiskIO/DiskThreads/aiops.cc b/src/DiskIO/DiskThreads/aiops.cc index a56598ba4b..a21c8681d7 100644 --- a/src/DiskIO/DiskThreads/aiops.cc +++ b/src/DiskIO/DiskThreads/aiops.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 43 AIOPS - * AUTHOR: Stewart Forster - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 43 AIOPS */ + #ifndef _REENTRANT #error "_REENTRANT MUST be defined to build squid async io support." #endif diff --git a/src/DiskIO/DiskThreads/aiops_win32.cc b/src/DiskIO/DiskThreads/aiops_win32.cc index bf95ffd336..6a11091785 100644 --- a/src/DiskIO/DiskThreads/aiops_win32.cc +++ b/src/DiskIO/DiskThreads/aiops_win32.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 43 Windows AIOPS - * AUTHOR: Stewart Forster - * AUTHOR: Robert Collins - * AUTHOR: Guido Serassio - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 43 Windows AIOPS */ + #include "squid.h" #include "DiskIO/DiskThreads/CommIO.h" #include "DiskThreads.h" diff --git a/src/DiskIO/DiskThreads/async_io.cc b/src/DiskIO/DiskThreads/async_io.cc index 60e17a1db3..8468e848fc 100644 --- a/src/DiskIO/DiskThreads/async_io.cc +++ b/src/DiskIO/DiskThreads/async_io.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 32 Asynchronous Disk I/O - * AUTHOR: Pete Bentley - * AUTHOR: Stewart Forster - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 32 Asynchronous Disk I/O */ + #include "squid.h" #include "DiskThreads.h" #include "DiskThreadsIOStrategy.h" diff --git a/src/DiskIO/IORequestor.h b/src/DiskIO/IORequestor.h index a21e030286..31fbcda734 100644 --- a/src/DiskIO/IORequestor.h +++ b/src/DiskIO/IORequestor.h @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003 Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IOREQUESTOR_H diff --git a/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc b/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc index f30aae34b2..6926e61d8e 100644 --- a/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc +++ b/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "IpcIoDiskIOModule.h" #include "IpcIoIOStrategy.h" diff --git a/src/DiskIO/IpcIo/IpcIoDiskIOModule.h b/src/DiskIO/IpcIo/IpcIoDiskIOModule.h index cdbf683504..95dd3b8494 100644 --- a/src/DiskIO/IpcIo/IpcIoDiskIOModule.h +++ b/src/DiskIO/IpcIo/IpcIoDiskIOModule.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_IPC_IODISKIOMODULE_H #define SQUID_IPC_IODISKIOMODULE_H diff --git a/src/DiskIO/IpcIo/IpcIoFile.cc b/src/DiskIO/IpcIo/IpcIoFile.cc index 8c4ada9496..c07d4a813f 100644 --- a/src/DiskIO/IpcIo/IpcIoFile.cc +++ b/src/DiskIO/IpcIo/IpcIoFile.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "base/RunnersRegistry.h" #include "base/TextException.h" diff --git a/src/DiskIO/IpcIo/IpcIoFile.h b/src/DiskIO/IpcIo/IpcIoFile.h index fcf91e5b20..dded3873ee 100644 --- a/src/DiskIO/IpcIo/IpcIoFile.h +++ b/src/DiskIO/IpcIo/IpcIoFile.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_IPC_IOFILE_H #define SQUID_IPC_IOFILE_H diff --git a/src/DiskIO/IpcIo/IpcIoIOStrategy.cc b/src/DiskIO/IpcIo/IpcIoIOStrategy.cc index 1bbcc6a253..415bc99d5d 100644 --- a/src/DiskIO/IpcIo/IpcIoIOStrategy.cc +++ b/src/DiskIO/IpcIo/IpcIoIOStrategy.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "IpcIoFile.h" #include "IpcIoIOStrategy.h" diff --git a/src/DiskIO/IpcIo/IpcIoIOStrategy.h b/src/DiskIO/IpcIo/IpcIoIOStrategy.h index 447e8e34b1..acb5a06640 100644 --- a/src/DiskIO/IpcIo/IpcIoIOStrategy.h +++ b/src/DiskIO/IpcIo/IpcIoIOStrategy.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_IPC_IOIOSTRATEGY_H #define SQUID_IPC_IOIOSTRATEGY_H #include "DiskIO/DiskIOStrategy.h" diff --git a/src/DiskIO/Mmapped/MmappedDiskIOModule.cc b/src/DiskIO/Mmapped/MmappedDiskIOModule.cc index d3351fe19a..22f4f56c36 100644 --- a/src/DiskIO/Mmapped/MmappedDiskIOModule.cc +++ b/src/DiskIO/Mmapped/MmappedDiskIOModule.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "MmappedDiskIOModule.h" #include "MmappedIOStrategy.h" diff --git a/src/DiskIO/Mmapped/MmappedDiskIOModule.h b/src/DiskIO/Mmapped/MmappedDiskIOModule.h index daa7e8a741..9eab43de39 100644 --- a/src/DiskIO/Mmapped/MmappedDiskIOModule.h +++ b/src/DiskIO/Mmapped/MmappedDiskIOModule.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_MMAPPEDDISKIOMODULE_H #define SQUID_MMAPPEDDISKIOMODULE_H diff --git a/src/DiskIO/Mmapped/MmappedFile.cc b/src/DiskIO/Mmapped/MmappedFile.cc index da6b81795f..1a5fe5af92 100644 --- a/src/DiskIO/Mmapped/MmappedFile.cc +++ b/src/DiskIO/Mmapped/MmappedFile.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "Debug.h" #include "disk.h" diff --git a/src/DiskIO/Mmapped/MmappedFile.h b/src/DiskIO/Mmapped/MmappedFile.h index c15871e086..dc14f52cde 100644 --- a/src/DiskIO/Mmapped/MmappedFile.h +++ b/src/DiskIO/Mmapped/MmappedFile.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_MMAPPEDFILE_H #define SQUID_MMAPPEDFILE_H diff --git a/src/DiskIO/Mmapped/MmappedIOStrategy.cc b/src/DiskIO/Mmapped/MmappedIOStrategy.cc index 33098d827e..1b9a7a7027 100644 --- a/src/DiskIO/Mmapped/MmappedIOStrategy.cc +++ b/src/DiskIO/Mmapped/MmappedIOStrategy.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "MmappedFile.h" #include "MmappedIOStrategy.h" diff --git a/src/DiskIO/Mmapped/MmappedIOStrategy.h b/src/DiskIO/Mmapped/MmappedIOStrategy.h index 2d17524bb4..b2a8b6ab23 100644 --- a/src/DiskIO/Mmapped/MmappedIOStrategy.h +++ b/src/DiskIO/Mmapped/MmappedIOStrategy.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_MMAPPEDIOSTRATEGY_H #define SQUID_MMAPPEDIOSTRATEGY_H #include "DiskIO/DiskIOStrategy.h" diff --git a/src/DiskIO/ReadRequest.cc b/src/DiskIO/ReadRequest.cc index 0f9cf4df5a..0638b54872 100644 --- a/src/DiskIO/ReadRequest.cc +++ b/src/DiskIO/ReadRequest.cc @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003 Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/DiskIO/ReadRequest.h b/src/DiskIO/ReadRequest.h index 741ee61af9..c337666976 100644 --- a/src/DiskIO/ReadRequest.h +++ b/src/DiskIO/ReadRequest.h @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003 Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_READREQUEST_H diff --git a/src/DiskIO/WriteRequest.cc b/src/DiskIO/WriteRequest.cc index 9df13225a8..30764d7845 100644 --- a/src/DiskIO/WriteRequest.cc +++ b/src/DiskIO/WriteRequest.cc @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003 Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/DiskIO/WriteRequest.h b/src/DiskIO/WriteRequest.h index 2f2c57a157..bb56478d03 100644 --- a/src/DiskIO/WriteRequest.h +++ b/src/DiskIO/WriteRequest.h @@ -1,32 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003 Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_WRITEREQUEST_H diff --git a/src/DnsLookupDetails.cc b/src/DnsLookupDetails.cc index 435a785af3..ffe068ca52 100644 --- a/src/DnsLookupDetails.cc +++ b/src/DnsLookupDetails.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 78 DNS lookups + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 78 DNS lookups */ + #include "squid.h" #include "DnsLookupDetails.h" diff --git a/src/DnsLookupDetails.h b/src/DnsLookupDetails.h index 09924a27e6..b7f4f0b5f8 100644 --- a/src/DnsLookupDetails.h +++ b/src/DnsLookupDetails.h @@ -1,7 +1,13 @@ /* - * DEBUG: section 78 DNS lookups + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 78 DNS lookups */ + #ifndef SQUID_DNS_LOOKUP_DETAILS_H #define SQUID_DNS_LOOKUP_DETAILS_H diff --git a/src/ETag.cc b/src/ETag.cc index 192baf40ce..d0dee7c139 100644 --- a/src/ETag.cc +++ b/src/ETag.cc @@ -1,34 +1,9 @@ - /* - * DEBUG: none ETag parsing support - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/ETag.h b/src/ETag.h index 9f37a819f5..177df70630 100644 --- a/src/ETag.h +++ b/src/ETag.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_ETAG_H #define _SQUID_ETAG_H diff --git a/src/EventLoop.cc b/src/EventLoop.cc index e10be5fcfd..df750d2ec9 100644 --- a/src/EventLoop.cc +++ b/src/EventLoop.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 01 Main Loop - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 01 Main Loop */ + #include "squid.h" #include "AsyncEngine.h" #include "base/AsyncCallQueue.h" diff --git a/src/EventLoop.h b/src/EventLoop.h index a2778f618e..4e360ee7a1 100644 --- a/src/EventLoop.h +++ b/src/EventLoop.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_EVENTLOOP_H diff --git a/src/ExternalACL.h b/src/ExternalACL.h index a8087e7dc0..faf6630ac5 100644 --- a/src/ExternalACL.h +++ b/src/ExternalACL.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_EXTERNALACL_H #define SQUID_EXTERNALACL_H diff --git a/src/ExternalACLEntry.cc b/src/ExternalACLEntry.cc index 6e3a969e16..8038636007 100644 --- a/src/ExternalACLEntry.cc +++ b/src/ExternalACLEntry.cc @@ -1,44 +1,13 @@ - /* - * DEBUG: section 82 External ACL - * AUTHOR: Henrik Nordstrom, MARA Systems AB - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * The contents of this file is Copyright (C) 2002 by MARA Systems AB, - * Sweden, unless otherwise is indicated in the specific function. The - * author gives his full permission to include this file into the Squid - * software product 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. - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; see the CREDITS file for full details. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 82 External ACL */ + #include "squid.h" #include "ExternalACLEntry.h" #include "SquidTime.h" diff --git a/src/ExternalACLEntry.h b/src/ExternalACLEntry.h index 8181bdb56d..35bdef2645 100644 --- a/src/ExternalACLEntry.h +++ b/src/ExternalACLEntry.h @@ -1,44 +1,13 @@ - /* - * DEBUG: section 82 External ACL - * AUTHOR: Henrik Nordstrom, MARA Systems AB - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * The contents of this file is Copyright (C) 2002 by MARA Systems AB, - * Sweden, unless otherwise is indicated in the specific function. The - * author gives his full permission to include this file into the Squid - * software product 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. - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; see the CREDITS file for full details. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 82 External ACL */ + #ifndef SQUID_EXTERNALACLENTRY_H #define SQUID_EXTERNALACLENTRY_H diff --git a/src/FadingCounter.cc b/src/FadingCounter.cc index 95ecf7759e..c861fd0e53 100644 --- a/src/FadingCounter.cc +++ b/src/FadingCounter.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "base/TextException.h" #include "FadingCounter.h" diff --git a/src/FadingCounter.h b/src/FadingCounter.h index ee65f92e4d..868cf4cae6 100644 --- a/src/FadingCounter.h +++ b/src/FadingCounter.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FADING_COUNTER_H #define SQUID_FADING_COUNTER_H diff --git a/src/FileMap.h b/src/FileMap.h index 3167534cff..a346ee9f48 100644 --- a/src/FileMap.h +++ b/src/FileMap.h @@ -1,36 +1,13 @@ /* - * FileMap.h + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * DEBUG: section 08 Swap File Bitmap - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 08 Swap File Bitmap */ + #ifndef FILEMAP_H_ #define FILEMAP_H_ diff --git a/src/FwdState.cc b/src/FwdState.cc index 2ded1f79f2..aea20b415e 100644 --- a/src/FwdState.cc +++ b/src/FwdState.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 17 Request Forwarding - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 17 Request Forwarding */ + #include "squid.h" #include "AccessLogEntry.h" #include "acl/AclAddress.h" diff --git a/src/FwdState.h b/src/FwdState.h index 64cb006b7c..e8ca030c45 100644 --- a/src/FwdState.h +++ b/src/FwdState.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FORWARD_H #define SQUID_FORWARD_H diff --git a/src/Generic.h b/src/Generic.h index 1f7fbbf99b..eb4df00598 100644 --- a/src/Generic.h +++ b/src/Generic.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_GENERIC_H #define SQUID_GENERIC_H diff --git a/src/HelperChildConfig.cc b/src/HelperChildConfig.cc index 884e4eff8b..1a0e41a0d3 100644 --- a/src/HelperChildConfig.cc +++ b/src/HelperChildConfig.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "cache_cf.h" #include "ConfigParser.h" diff --git a/src/HelperChildConfig.h b/src/HelperChildConfig.h index d8f4045202..24bbe95dda 100644 --- a/src/HelperChildConfig.h +++ b/src/HelperChildConfig.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_HELPERCHILDCONFIG_H #define _SQUID_SRC_HELPERCHILDCONFIG_H diff --git a/src/HelperReply.cc b/src/HelperReply.cc index 13dade26f8..cf026fde73 100644 --- a/src/HelperReply.cc +++ b/src/HelperReply.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 84 Helper process maintenance - * AUTHOR: Amos Jeffries + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 84 Helper process maintenance */ + #include "squid.h" #include "ConfigParser.h" #include "Debug.h" diff --git a/src/HelperReply.h b/src/HelperReply.h index 56b45e4096..0cea077ea0 100644 --- a/src/HelperReply.h +++ b/src/HelperReply.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_HELPERREPLY_H #define _SQUID_SRC_HELPERREPLY_H diff --git a/src/HierarchyLogEntry.h b/src/HierarchyLogEntry.h index 9091299cad..d443da49d9 100644 --- a/src/HierarchyLogEntry.h +++ b/src/HierarchyLogEntry.h @@ -1,32 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTTPHIERARCHYLOGENTRY_H diff --git a/src/HttpBody.cc b/src/HttpBody.cc index 188efc3f5d..0661add43b 100644 --- a/src/HttpBody.cc +++ b/src/HttpBody.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 56 HTTP Message Body - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 56 HTTP Message Body */ + #include "squid.h" #include "HttpBody.h" #include "MemBuf.h" diff --git a/src/HttpBody.h b/src/HttpBody.h index 08bd93730c..cfb31db619 100644 --- a/src/HttpBody.h +++ b/src/HttpBody.h @@ -1,32 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Author: kinkie + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef HTTPBODY_H_ diff --git a/src/HttpControlMsg.h b/src/HttpControlMsg.h index fb3fa8e600..69ae999a0f 100644 --- a/src/HttpControlMsg.h +++ b/src/HttpControlMsg.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_HTTP_CONTROL_MSG_H #define SQUID_HTTP_CONTROL_MSG_H diff --git a/src/HttpHdrCc.cc b/src/HttpHdrCc.cc index 8d4f1ad908..98de14a6ac 100644 --- a/src/HttpHdrCc.cc +++ b/src/HttpHdrCc.cc @@ -1,35 +1,13 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * DEBUG: section 65 HTTP Cache Control Header - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 65 HTTP Cache Control Header */ + #include "squid.h" #include "HttpHdrCc.h" #include "HttpHeader.h" diff --git a/src/HttpHdrCc.cci b/src/HttpHdrCc.cci index d50068390e..b4bdd5b752 100644 --- a/src/HttpHdrCc.cci +++ b/src/HttpHdrCc.cci @@ -1,35 +1,13 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * DEBUG: section 65 HTTP Cache Control Header - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 65 HTTP Cache Control Header */ + #include "Debug.h" #include "defines.h" diff --git a/src/HttpHdrCc.h b/src/HttpHdrCc.h index b486be8061..c8bdea3f49 100644 --- a/src/HttpHdrCc.h +++ b/src/HttpHdrCc.h @@ -1,32 +1,9 @@ /* - * HttpHdrCc.h + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTTPHDRCC_H diff --git a/src/HttpHdrContRange.cc b/src/HttpHdrContRange.cc index e959c2487a..d369be820b 100644 --- a/src/HttpHdrContRange.cc +++ b/src/HttpHdrContRange.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 68 HTTP Content-Range Header - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 68 HTTP Content-Range Header */ + #include "squid.h" #include "Debug.h" #include "enums.h" diff --git a/src/HttpHdrContRange.h b/src/HttpHdrContRange.h index 8bfbe89727..9155572d91 100644 --- a/src/HttpHdrContRange.h +++ b/src/HttpHdrContRange.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_HTTPHDRCONTRANGE_H #define SQUID_HTTPHDRCONTRANGE_H diff --git a/src/HttpHdrRange.cc b/src/HttpHdrRange.cc index 150257e686..7b93bfd697 100644 --- a/src/HttpHdrRange.cc +++ b/src/HttpHdrRange.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 64 HTTP Range Header - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 64 HTTP Range Header */ + #include "squid.h" #include "client_side_request.h" #include "HttpHeaderRange.h" diff --git a/src/HttpHdrSc.cc b/src/HttpHdrSc.cc index 2eb20fd12b..a0eb608d30 100644 --- a/src/HttpHdrSc.cc +++ b/src/HttpHdrSc.cc @@ -1,39 +1,13 @@ - /* - * DEBUG: section 90 HTTP Cache Control Header - * AUTHOR: Alex Rousskov - * Robert Collins (Surrogate-Control is derived from - * Cache-Control). - * Francesco Chemolli (c++ refactoring) - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 90 HTTP Cache Control Header */ + #include "squid.h" #include "HttpHdrSc.h" #include "HttpHeader.h" diff --git a/src/HttpHdrSc.h b/src/HttpHdrSc.h index 7865b6497f..50dc34cfbe 100644 --- a/src/HttpHdrSc.h +++ b/src/HttpHdrSc.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTTPHDRSURROGATECONTROL_H diff --git a/src/HttpHdrScTarget.cc b/src/HttpHdrScTarget.cc index bf7a26288d..606f844b94 100644 --- a/src/HttpHdrScTarget.cc +++ b/src/HttpHdrScTarget.cc @@ -1,38 +1,13 @@ - /* - * DEBUG: section 90 HTTP Cache Control Header - * AUTHOR: Alex Rousskov - * Robert Collins (Surrogate-Control is derived from - * Cache-Control). - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 90 HTTP Cache Control Header */ + #include "squid.h" #include "HttpHdrSc.h" #include "StatHist.h" diff --git a/src/HttpHdrScTarget.h b/src/HttpHdrScTarget.h index 36b3fafafa..c405ad3b53 100644 --- a/src/HttpHdrScTarget.h +++ b/src/HttpHdrScTarget.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_HTTPHDRSURROGATECONTROLTARGET_H #define SQUID_HTTPHDRSURROGATECONTROLTARGET_H diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index a9d5ed6d78..e169c287b5 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 55 HTTP Header - * AUTHOR: Alex Rousskov + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 55 HTTP Header */ + #include "squid.h" #include "base64.h" #include "globals.h" diff --git a/src/HttpHeader.h b/src/HttpHeader.h index b5db4c4b13..b03d1d5523 100644 --- a/src/HttpHeader.h +++ b/src/HttpHeader.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTTPHEADER_H diff --git a/src/HttpHeaderFieldInfo.h b/src/HttpHeaderFieldInfo.h index f5a37a7488..58287591df 100644 --- a/src/HttpHeaderFieldInfo.h +++ b/src/HttpHeaderFieldInfo.h @@ -1,34 +1,14 @@ -#ifndef SQUID_HTTPHEADERFIELDINFO_H_ -#define SQUID_HTTPHEADERFIELDINFO_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_HTTPHEADERFIELDINFO_H_ +#define SQUID_HTTPHEADERFIELDINFO_H_ + #include "HttpHeaderFieldStat.h" #include "SquidString.h" diff --git a/src/HttpHeaderFieldStat.h b/src/HttpHeaderFieldStat.h index c0f8d8b963..d304e81044 100644 --- a/src/HttpHeaderFieldStat.h +++ b/src/HttpHeaderFieldStat.h @@ -1,34 +1,14 @@ -#ifndef SQUID_HTTPHEADERFIELDSTAT_H_ -#define SQUID_HTTPHEADERFIELDSTAT_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_HTTPHEADERFIELDSTAT_H_ +#define SQUID_HTTPHEADERFIELDSTAT_H_ + /// per field statistics. Currently a POD. class HttpHeaderFieldStat { diff --git a/src/HttpHeaderMask.h b/src/HttpHeaderMask.h index febf89ec6e..608d428ce6 100644 --- a/src/HttpHeaderMask.h +++ b/src/HttpHeaderMask.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_HTTPHEADERMASK_H #define SQUID_HTTPHEADERMASK_H diff --git a/src/HttpHeaderRange.h b/src/HttpHeaderRange.h index 2c20633e7c..b64bb378b4 100644 --- a/src/HttpHeaderRange.h +++ b/src/HttpHeaderRange.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTTPHEADERRANGE_H diff --git a/src/HttpHeaderStat.h b/src/HttpHeaderStat.h index 33c6bcded6..c8326dd8aa 100644 --- a/src/HttpHeaderStat.h +++ b/src/HttpHeaderStat.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef HTTPHEADERSTAT_H_ #define HTTPHEADERSTAT_H_ diff --git a/src/HttpHeaderTools.cc b/src/HttpHeaderTools.cc index f60736c102..6b821f6ecb 100644 --- a/src/HttpHeaderTools.cc +++ b/src/HttpHeaderTools.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 66 HTTP Header Tools - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 66 HTTP Header Tools */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "acl/Gadgets.h" diff --git a/src/HttpHeaderTools.h b/src/HttpHeaderTools.h index 137afb1e37..a72011f145 100644 --- a/src/HttpHeaderTools.h +++ b/src/HttpHeaderTools.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_HTTPHEADERTOOLS_H #define SQUID_HTTPHEADERTOOLS_H diff --git a/src/HttpMsg.cc b/src/HttpMsg.cc index 352dbb94ff..cc94780885 100644 --- a/src/HttpMsg.cc +++ b/src/HttpMsg.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 74 HTTP Message - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 74 HTTP Message */ + #include "squid.h" #include "Debug.h" #include "HttpHeaderTools.h" diff --git a/src/HttpMsg.h b/src/HttpMsg.h index 57709e315e..119548430f 100644 --- a/src/HttpMsg.h +++ b/src/HttpMsg.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTTPMSG_H diff --git a/src/HttpParser.cc b/src/HttpParser.cc index a9c6949576..fd5cac020e 100644 --- a/src/HttpParser.cc +++ b/src/HttpParser.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "Debug.h" #include "HttpParser.h" diff --git a/src/HttpParser.h b/src/HttpParser.h index 095d3466c7..d682f7f9a4 100644 --- a/src/HttpParser.h +++ b/src/HttpParser.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_HTTPPARSER_H #define _SQUID_SRC_HTTPPARSER_H diff --git a/src/HttpReply.cc b/src/HttpReply.cc index 024f78d0ca..49c4dcb39b 100644 --- a/src/HttpReply.cc +++ b/src/HttpReply.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 58 HTTP Reply (Response) - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 58 HTTP Reply (Response) */ + #include "squid.h" #include "acl/AclSizeLimit.h" #include "acl/FilledChecklist.h" diff --git a/src/HttpReply.h b/src/HttpReply.h index fe3a87250b..a6d5daacc9 100644 --- a/src/HttpReply.h +++ b/src/HttpReply.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_HTTPREPLY_H #define SQUID_HTTPREPLY_H diff --git a/src/HttpRequest.cc b/src/HttpRequest.cc index f015b3a78c..f6714a8943 100644 --- a/src/HttpRequest.cc +++ b/src/HttpRequest.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 73 HTTP Request - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 73 HTTP Request */ + #include "squid.h" #include "AccessLogEntry.h" #include "acl/AclSizeLimit.h" diff --git a/src/HttpRequest.h b/src/HttpRequest.h index 0d8e3b057a..46227e67f0 100644 --- a/src/HttpRequest.h +++ b/src/HttpRequest.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTTPREQUEST_H diff --git a/src/HttpRequestMethod.cc b/src/HttpRequestMethod.cc index 40c709e69a..74f9c77cbc 100644 --- a/src/HttpRequestMethod.cc +++ b/src/HttpRequestMethod.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 73 HTTP Request + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 73 HTTP Request */ + #include "squid.h" #include "HttpRequestMethod.h" #include "SquidConfig.h" diff --git a/src/HttpRequestMethod.h b/src/HttpRequestMethod.h index dc1f88684d..2a4f9eac45 100644 --- a/src/HttpRequestMethod.h +++ b/src/HttpRequestMethod.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_HTTPREQUESTMETHOD_H #define SQUID_HTTPREQUESTMETHOD_H diff --git a/src/HttpStateFlags.h b/src/HttpStateFlags.h index c57ab16a97..a3e5ce98ec 100644 --- a/src/HttpStateFlags.h +++ b/src/HttpStateFlags.h @@ -1,34 +1,14 @@ -#ifndef SQUID_HTTPSTATEFLAGS_H_ -#define SQUID_HTTPSTATEFLAGS_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_HTTPSTATEFLAGS_H_ +#define SQUID_HTTPSTATEFLAGS_H_ + // POD class HttpStateFlags { diff --git a/src/ICP.h b/src/ICP.h index 32b8a3fc57..85ba4a133a 100644 --- a/src/ICP.h +++ b/src/ICP.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICP_H diff --git a/src/IoStats.h b/src/IoStats.h index 0e6c0ac9f6..726bf2e251 100644 --- a/src/IoStats.h +++ b/src/IoStats.h @@ -1,34 +1,14 @@ -#ifndef SQUID_IOSTATS_H_ -#define SQUID_IOSTATS_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_IOSTATS_H_ +#define SQUID_IOSTATS_H_ + /// IO statistics. Currently a POD. class IoStats { diff --git a/src/LeakFinder.cc b/src/LeakFinder.cc index 60eb820b2a..701d7e565b 100644 --- a/src/LeakFinder.cc +++ b/src/LeakFinder.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 45 Callback Data Registry - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 45 Callback Data Registry */ + /* * Use these to find memory leaks */ diff --git a/src/LeakFinder.h b/src/LeakFinder.h index af74ea071a..2ea08bdcad 100644 --- a/src/LeakFinder.h +++ b/src/LeakFinder.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_LEAKFINDER_H #define SQUID_LEAKFINDER_H diff --git a/src/LoadableModule.cc b/src/LoadableModule.cc index 996797efc3..120cb6c89c 100644 --- a/src/LoadableModule.cc +++ b/src/LoadableModule.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" /* The original code has this constant ./configure-able. diff --git a/src/LoadableModule.h b/src/LoadableModule.h index 88f239a425..6ef2d3beef 100644 --- a/src/LoadableModule.h +++ b/src/LoadableModule.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_LOADABLE_MODULE_H #define SQUID_LOADABLE_MODULE_H diff --git a/src/LoadableModules.cc b/src/LoadableModules.cc index dede3eff27..c6d0917ebd 100644 --- a/src/LoadableModules.cc +++ b/src/LoadableModules.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "Debug.h" #include "LoadableModule.h" diff --git a/src/LoadableModules.h b/src/LoadableModules.h index 428135d4bf..18238b0165 100644 --- a/src/LoadableModules.h +++ b/src/LoadableModules.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_LOADABLE_MODULES_H #define SQUID_LOADABLE_MODULES_H diff --git a/src/LogTags.h b/src/LogTags.h index 3b7f0daaf7..c489b35722 100644 --- a/src/LogTags.h +++ b/src/LogTags.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_LOGTAGS_H #define SQUID_SRC_LOGTAGS_H diff --git a/src/Makefile.am b/src/Makefile.am index f42403cd44..d6d0d8d910 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,9 @@ -# -# Makefile for the Squid Object Cache server -# -# Uncomment and customize the following to suit your needs: -# +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## include $(top_srcdir)/src/Common.am diff --git a/src/MasterXaction.cc b/src/MasterXaction.cc index b380586d3d..047fe384ac 100644 --- a/src/MasterXaction.cc +++ b/src/MasterXaction.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "MasterXaction.h" diff --git a/src/MasterXaction.h b/src/MasterXaction.h index e89f1e138f..f27715f1b4 100644 --- a/src/MasterXaction.h +++ b/src/MasterXaction.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_MASTERXACTION_H #define SQUID_SRC_MASTERXACTION_H diff --git a/src/Mem.h b/src/Mem.h index f941ddb192..dc41654411 100644 --- a/src/Mem.h +++ b/src/Mem.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 13 High Level Memory Pool Management - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 13 High Level Memory Pool Management */ + #ifndef SQUID_MEM #define SQUID_MEM diff --git a/src/MemBlob.cc b/src/MemBlob.cc index 5b66cc854c..276b248d18 100644 --- a/src/MemBlob.cc +++ b/src/MemBlob.cc @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/MemBlob.h b/src/MemBlob.h index c4f0fa1fc3..f961cbe145 100644 --- a/src/MemBlob.h +++ b/src/MemBlob.h @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_MEMBLOB_H_ diff --git a/src/MemBuf.cc b/src/MemBuf.cc index 99fab20852..d1bf92d3cd 100644 --- a/src/MemBuf.cc +++ b/src/MemBuf.cc @@ -1,38 +1,12 @@ /* - * DEBUG: section 59 auto-growing Memory Buffer with printf - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ -/** - \todo use memory pools for .buf recycling @?@ @?@ - */ +/* DEBUG: section 59 auto-growing Memory Buffer with printf */ /** \verbatim diff --git a/src/MemBuf.cci b/src/MemBuf.cci index c499d5f6cb..3510513cdb 100644 --- a/src/MemBuf.cci +++ b/src/MemBuf.cci @@ -1,36 +1,13 @@ - /* - * DEBUG: section 59 auto-growing Memory Buffer with printf - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 59 auto-growing Memory Buffer with printf */ + MemBuf::MemBuf() : buf (NULL), size (0), max_capacity (0), capacity(0), stolen(0) {} diff --git a/src/MemBuf.h b/src/MemBuf.h index 571c8c3762..bafe5df82d 100644 --- a/src/MemBuf.h +++ b/src/MemBuf.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_MEMBUF_H diff --git a/src/MemObject.cc b/src/MemObject.cc index f0cafba359..f4cd481b67 100644 --- a/src/MemObject.cc +++ b/src/MemObject.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 19 Store Memory Primitives - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 19 Store Memory Primitives */ + #include "squid.h" #include "comm/Connection.h" #include "Generic.h" diff --git a/src/MemObject.h b/src/MemObject.h index 5fc53b73bc..c1240180a6 100644 --- a/src/MemObject.h +++ b/src/MemObject.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_MEMOBJECT_H diff --git a/src/MemStore.cc b/src/MemStore.cc index a03aaa5daa..b6c3394f5d 100644 --- a/src/MemStore.cc +++ b/src/MemStore.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 20 Memory Cache + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Memory Cache */ + #include "squid.h" #include "base/RunnersRegistry.h" #include "CollapsedForwarding.h" diff --git a/src/MemStore.h b/src/MemStore.h index 5d33823081..6683ad9bfe 100644 --- a/src/MemStore.h +++ b/src/MemStore.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_MEMSTORE_H #define SQUID_MEMSTORE_H diff --git a/src/MessageSizes.h b/src/MessageSizes.h index 69220c4aaf..7646dd8193 100644 --- a/src/MessageSizes.h +++ b/src/MessageSizes.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_MESSAGESIZES_H #define SQUID_SRC_MESSAGESIZES_H diff --git a/src/NeighborTypeDomainList.h b/src/NeighborTypeDomainList.h index 7bb6961c53..95ac0c8a86 100644 --- a/src/NeighborTypeDomainList.h +++ b/src/NeighborTypeDomainList.h @@ -1,34 +1,14 @@ -#ifndef SQUID_NEIGHBORTYPEDOMAINLIST_H_ -#define SQUID_NEIGHBORTYPEDOMAINLIST_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_NEIGHBORTYPEDOMAINLIST_H_ +#define SQUID_NEIGHBORTYPEDOMAINLIST_H_ + /// representation of a neighbor_type_domain configuration directive. A POD class NeighborTypeDomainList { diff --git a/src/Notes.cc b/src/Notes.cc index 38507fb49f..1dc77657bf 100644 --- a/src/Notes.cc +++ b/src/Notes.cc @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/Notes.h b/src/Notes.h index 8ea82e432c..ba8e6f3955 100644 --- a/src/Notes.h +++ b/src/Notes.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_NOTES_H #define SQUID_NOTES_H diff --git a/src/NullDelayId.cc b/src/NullDelayId.cc index bea4208b0d..3e66b1ab49 100644 --- a/src/NullDelayId.cc +++ b/src/NullDelayId.cc @@ -1,40 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + #include "squid.h" #if USE_DELAY_POOLS diff --git a/src/NullDelayId.h b/src/NullDelayId.h index 41f7025226..3b54a561e0 100644 --- a/src/NullDelayId.h +++ b/src/NullDelayId.h @@ -1,39 +1,13 @@ - /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * You 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 77 Delay Pools */ + #ifndef NULLDELAYID_H #define NULLDELAYID_H diff --git a/src/OutOfBoundsException.h b/src/OutOfBoundsException.h index 5eb95465ae..8f1dd99768 100644 --- a/src/OutOfBoundsException.h +++ b/src/OutOfBoundsException.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_OUTOFBOUNDSEXCEPTION_H #define _SQUID_SRC_OUTOFBOUNDSEXCEPTION_H diff --git a/src/Packer.cc b/src/Packer.cc index 541ef04b11..a815fece5d 100644 --- a/src/Packer.cc +++ b/src/Packer.cc @@ -1,41 +1,18 @@ - /* - * DEBUG: section 60 Packer: A uniform interface to store-like modules - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 60 Packer: A uniform interface to store-like modules */ + /* * Rationale: * ---------- * - * OK, we have to major interfaces comm.c and store.c. + * OK, we have two major interfaces comm.c and store.c. * * Store.c has a nice storeAppend[Printf] capability which makes "storing" * things easy and painless. @@ -60,23 +37,12 @@ * supplied. * * It is amazing how much work a tiny object can save. :) - * - */ - -/* - * To-Do: */ #include "squid.h" #include "MemBuf.h" #include "Store.h" -/* local types */ - -/* local routines */ - -/* local constants and vars */ - /* * We do have one potential problem here. Both append_f and vprintf_f types * cannot match real functions precisely (at least because of the difference in diff --git a/src/Packer.h b/src/Packer.h index 4ef5a4d6e0..e9ec163710 100644 --- a/src/Packer.h +++ b/src/Packer.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_PACKER_H #define SQUID_PACKER_H diff --git a/src/Parsing.cc b/src/Parsing.cc index 6f2141a3e5..7a71bafb59 100644 --- a/src/Parsing.cc +++ b/src/Parsing.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 03 Configuration File Parsing - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 03 Configuration File Parsing */ + #include "squid.h" #include "cache_cf.h" #include "compat/strtoll.h" diff --git a/src/Parsing.h b/src/Parsing.h index 36ec21e752..f36320d1dd 100644 --- a/src/Parsing.h +++ b/src/Parsing.h @@ -1,36 +1,13 @@ - /* - * DEBUG: section 03 Configuration File Parsing - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 03 Configuration File Parsing */ + #ifndef SQUID_PARSING_H #define SQUID_PARSING_H diff --git a/src/PeerDigest.h b/src/PeerDigest.h index 5823685a5c..9fabde9cc9 100644 --- a/src/PeerDigest.h +++ b/src/PeerDigest.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_PEERDIGEST_H diff --git a/src/PeerPoolMgr.cc b/src/PeerPoolMgr.cc index 6cb98f334a..e64cd1a7e7 100644 --- a/src/PeerPoolMgr.cc +++ b/src/PeerPoolMgr.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "base/AsyncJobCalls.h" #include "base/RunnersRegistry.h" diff --git a/src/PeerPoolMgr.h b/src/PeerPoolMgr.h index be0749bebb..323b587d56 100644 --- a/src/PeerPoolMgr.h +++ b/src/PeerPoolMgr.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_PEERPOOLMGR_H #define SQUID_PEERPOOLMGR_H diff --git a/src/PeerSelectState.h b/src/PeerSelectState.h index 3bd6bd196b..78ec00a74e 100644 --- a/src/PeerSelectState.h +++ b/src/PeerSelectState.h @@ -1,33 +1,9 @@ /* - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_PEERSELECTSTATE_H diff --git a/src/PingData.h b/src/PingData.h index 021653218f..29c4cd1fad 100644 --- a/src/PingData.h +++ b/src/PingData.h @@ -1,33 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_PINGDATA_H #define SQUID_PINGDATA_H diff --git a/src/ProfStats.cc b/src/ProfStats.cc index 5d45beada5..1a80ca9ccf 100644 --- a/src/ProfStats.cc +++ b/src/ProfStats.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 81 CPU Profiling Routines - * AUTHOR: Andres Kroonmaa - * - * 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 81 CPU Profiling Routines */ + #include "squid.h" #if USE_XPROF_STATS diff --git a/src/RefreshPattern.h b/src/RefreshPattern.h index 49d4e9f0af..48ed6d55fa 100644 --- a/src/RefreshPattern.h +++ b/src/RefreshPattern.h @@ -1,34 +1,14 @@ -#ifndef SQUID_REFRESHPATTERN_H_ -#define SQUID_REFRESHPATTERN_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_REFRESHPATTERN_H_ +#define SQUID_REFRESHPATTERN_H_ + #include "compat/GnuRegex.h" /// a representation of a refresh pattern. Currently a POD. diff --git a/src/RegexList.cc b/src/RegexList.cc index d6b6f767ca..accbbdedd1 100644 --- a/src/RegexList.cc +++ b/src/RegexList.cc @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/RegexList.h b/src/RegexList.h index 840e7739b7..022e190f90 100644 --- a/src/RegexList.h +++ b/src/RegexList.h @@ -1,34 +1,14 @@ -#ifndef SQUID_REGEXLIST_H_ -#define SQUID_REGEXLIST_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_REGEXLIST_H_ +#define SQUID_REGEXLIST_H_ + /// list of regular expressions. Currently a POD. class RegexList { diff --git a/src/RemovalPolicy.cc b/src/RemovalPolicy.cc index 0f2a57a599..34830f66e3 100644 --- a/src/RemovalPolicy.cc +++ b/src/RemovalPolicy.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: none Common Removal Policy - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: none Common Removal Policy */ + #include "squid.h" #include "RemovalPolicy.h" diff --git a/src/RemovalPolicy.h b/src/RemovalPolicy.h index dcd83cd888..8c40002ebf 100644 --- a/src/RemovalPolicy.h +++ b/src/RemovalPolicy.h @@ -1,33 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_REMOVALPOLICY_H diff --git a/src/RequestFlags.cc b/src/RequestFlags.cc index 723a43a2c1..124eaa5751 100644 --- a/src/RequestFlags.cc +++ b/src/RequestFlags.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 73 HTTP Request - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 73 HTTP Request */ + #include "squid.h" #include "RequestFlags.h" diff --git a/src/RequestFlags.h b/src/RequestFlags.h index ebf84fc8b6..b3080cc350 100644 --- a/src/RequestFlags.h +++ b/src/RequestFlags.h @@ -1,37 +1,16 @@ -#ifndef SQUID_REQUESTFLAGS_H_ -#define SQUID_REQUESTFLAGS_H_ /* - * DEBUG: section 73 HTTP Request - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 73 HTTP Request */ + +#ifndef SQUID_REQUESTFLAGS_H_ +#define SQUID_REQUESTFLAGS_H_ + /** request-related flags * * The bit-field contains both flags marking a request's current state, diff --git a/src/SBuf.cc b/src/SBuf.cc index 47acbed3ef..fb9e989505 100644 --- a/src/SBuf.cc +++ b/src/SBuf.cc @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/SBuf.h b/src/SBuf.h index 2cde1c8825..cdec25dd39 100644 --- a/src/SBuf.h +++ b/src/SBuf.h @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_SBUF_H diff --git a/src/SBufAlgos.h b/src/SBufAlgos.h index 8e764d1b31..3b3a53df60 100644 --- a/src/SBufAlgos.h +++ b/src/SBufAlgos.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SBUFALGOS_H_ #define SQUID_SBUFALGOS_H_ diff --git a/src/SBufDetailedStats.cc b/src/SBufDetailedStats.cc index 8e95b1580c..1f2227f2d5 100644 --- a/src/SBufDetailedStats.cc +++ b/src/SBufDetailedStats.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "SBufDetailedStats.h" #include "StatHist.h" diff --git a/src/SBufDetailedStats.h b/src/SBufDetailedStats.h index 8f8c6a1bc1..bf19185b63 100644 --- a/src/SBufDetailedStats.h +++ b/src/SBufDetailedStats.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ #ifndef SQUID_SBUFDETAILEDSTATS_H #define SQUID_SBUFDETAILEDSTATS_H diff --git a/src/SBufExceptions.cc b/src/SBufExceptions.cc index b682d12207..a17d0f0f5c 100644 --- a/src/SBufExceptions.cc +++ b/src/SBufExceptions.cc @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/SBufExceptions.h b/src/SBufExceptions.h index 451f8ec077..681da41157 100644 --- a/src/SBufExceptions.h +++ b/src/SBufExceptions.h @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_SBUFEXCEPTIONS_H diff --git a/src/SBufList.cc b/src/SBufList.cc index f4025eeadf..eade722f97 100644 --- a/src/SBufList.cc +++ b/src/SBufList.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "SBufAlgos.h" #include "SBufList.h" diff --git a/src/SBufList.h b/src/SBufList.h index 5dec76bb23..7cc7469ddf 100644 --- a/src/SBufList.h +++ b/src/SBufList.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SBUFLIST_H #define SQUID_SBUFLIST_H diff --git a/src/SBufStatsAction.cc b/src/SBufStatsAction.cc index 8104e6f180..22bf651270 100644 --- a/src/SBufStatsAction.cc +++ b/src/SBufStatsAction.cc @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/SBufStatsAction.h b/src/SBufStatsAction.h index f7feae6bbe..1bcd63fd3f 100644 --- a/src/SBufStatsAction.h +++ b/src/SBufStatsAction.h @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_SBUFEXTRAS_H diff --git a/src/SBufStream.h b/src/SBufStream.h index 9c3aeeedfd..be7731ca29 100644 --- a/src/SBufStream.h +++ b/src/SBufStream.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_SBUFSTREAM_H diff --git a/src/Server.cc b/src/Server.cc index fd53fe9481..b3fa922e1f 100644 --- a/src/Server.cc +++ b/src/Server.cc @@ -1,33 +1,9 @@ /* - * DEBUG: - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/Server.h b/src/Server.h index fbaff202bc..66529aa154 100644 --- a/src/Server.h +++ b/src/Server.h @@ -1,34 +1,11 @@ - /* - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_SERVER_H #define SQUID_SERVER_H diff --git a/src/SnmpRequest.h b/src/SnmpRequest.h index 0820de19d3..8f07003f16 100644 --- a/src/SnmpRequest.h +++ b/src/SnmpRequest.h @@ -1,37 +1,14 @@ -#ifndef SQUID_SNMPREQUEST_H_ -#define SQUID_SNMPREQUEST_H_ /* - * DEBUG: section - * AUTHOR: - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_SNMPREQUEST_H_ +#define SQUID_SNMPREQUEST_H_ + #if SQUID_SNMP #include "snmp_session.h" diff --git a/src/SquidConfig.cc b/src/SquidConfig.cc index 78b171796b..57cef6aa62 100644 --- a/src/SquidConfig.cc +++ b/src/SquidConfig.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "SquidConfig.h" diff --git a/src/SquidConfig.h b/src/SquidConfig.h index dc1534093c..9b5c87fdea 100644 --- a/src/SquidConfig.h +++ b/src/SquidConfig.h @@ -1,34 +1,14 @@ -#ifndef SQUID_SQUIDCONFIG_H_ -#define SQUID_SQUIDCONFIG_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_SQUIDCONFIG_H_ +#define SQUID_SQUIDCONFIG_H_ + #include "acl/forward.h" #include "base/RefCount.h" #include "ClientDelayConfig.h" diff --git a/src/SquidDns.h b/src/SquidDns.h index 15f5920426..81f6459783 100644 --- a/src/SquidDns.h +++ b/src/SquidDns.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_DNS_H #define SQUID_DNS_H diff --git a/src/SquidIpc.h b/src/SquidIpc.h index 61396d16e6..e024ef122e 100644 --- a/src/SquidIpc.h +++ b/src/SquidIpc.h @@ -1,37 +1,16 @@ -#ifndef SQUID_SQUIDIPC_H_ -#define SQUID_SQUIDIPC_H_ /* - * DEBUG: section 54 Interprocess Communication - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + +#ifndef SQUID_SQUIDIPC_H_ +#define SQUID_SQUIDIPC_H_ + namespace Ip { class Address; diff --git a/src/SquidList.cc b/src/SquidList.cc index 37f98f9c8e..d7642676b6 100644 --- a/src/SquidList.cc +++ b/src/SquidList.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: none Linked list functions (deprecated) - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: none Linked list functions (deprecated) */ + #include "squid.h" #include "Mem.h" #include "SquidList.h" diff --git a/src/SquidList.h b/src/SquidList.h index ca30fba690..090a21cd37 100644 --- a/src/SquidList.h +++ b/src/SquidList.h @@ -1,37 +1,16 @@ -#ifndef SQUID_SQUIDLIST_H_ -#define SQUID_SQUIDLIST_H_ /* - * DEBUG: none Linked list functions (deprecated) - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: none Linked list functions (deprecated) */ + +#ifndef SQUID_SQUIDLIST_H_ +#define SQUID_SQUIDLIST_H_ + class link_list { public: diff --git a/src/SquidMath.cc b/src/SquidMath.cc index 8a56d1bab5..5bcc9c1ace 100644 --- a/src/SquidMath.cc +++ b/src/SquidMath.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "SquidMath.h" diff --git a/src/SquidMath.h b/src/SquidMath.h index dfa714cec4..c25f651931 100644 --- a/src/SquidMath.h +++ b/src/SquidMath.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_SQUIDMATH_H #define _SQUID_SRC_SQUIDMATH_H diff --git a/src/SquidNew.cc b/src/SquidNew.cc index 0ae5fdf82c..3cf4d930f2 100644 --- a/src/SquidNew.cc +++ b/src/SquidNew.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: none Memory Allocation - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: none Memory Allocation */ + #define _SQUID_EXTERNNEW_ #include "squid.h" diff --git a/src/SquidString.h b/src/SquidString.h index c4081344b7..b1849f25ea 100644 --- a/src/SquidString.h +++ b/src/SquidString.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 67 String - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 67 String */ + #ifndef SQUID_STRING_H #define SQUID_STRING_H diff --git a/src/SquidTime.h b/src/SquidTime.h index f5dbf4c284..99b618d30d 100644 --- a/src/SquidTime.h +++ b/src/SquidTime.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 21 Time Functions - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 21 Time Functions */ + #ifndef SQUID_TIME_H #define SQUID_TIME_H diff --git a/src/StatCounters.cc b/src/StatCounters.cc index 34379fa250..e76b213ccc 100644 --- a/src/StatCounters.cc +++ b/src/StatCounters.cc @@ -1,32 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * AUTHOR: Francesco Chemolli (Harvest-derived) + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/StatCounters.h b/src/StatCounters.h index 3152076819..889c137730 100644 --- a/src/StatCounters.h +++ b/src/StatCounters.h @@ -1,34 +1,11 @@ /* - * AUTHOR: Francesco Chemolli (Harvest-derived) - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef STATCOUNTERS_H_ #define STATCOUNTERS_H_ diff --git a/src/StatHist.cc b/src/StatHist.cc index c7404a158a..d65aa167f5 100644 --- a/src/StatHist.cc +++ b/src/StatHist.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 62 Generic Histogram - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 62 Generic Histogram */ + #include "squid.h" #include "StatHist.h" diff --git a/src/StatHist.h b/src/StatHist.h index 014d745b5e..9f641ff52f 100644 --- a/src/StatHist.h +++ b/src/StatHist.h @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef STATHIST_H_ diff --git a/src/Store.h b/src/Store.h index f3b6696473..959e9d98e7 100644 --- a/src/Store.h +++ b/src/Store.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_STORE_H #define SQUID_STORE_H diff --git a/src/StoreClient.h b/src/StoreClient.h index a5cbfc3c3f..7fd869adcd 100644 --- a/src/StoreClient.h +++ b/src/StoreClient.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_STORECLIENT_H diff --git a/src/StoreEntryStream.h b/src/StoreEntryStream.h index 4659fad7f6..f7def5d50d 100644 --- a/src/StoreEntryStream.h +++ b/src/StoreEntryStream.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_STORE_ENTRY_STREAM_H diff --git a/src/StoreFileSystem.cc b/src/StoreFileSystem.cc index fb73ae921c..1ef8522b24 100644 --- a/src/StoreFileSystem.cc +++ b/src/StoreFileSystem.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 92 Storage File System - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 92 Storage File System */ + #include "squid.h" #include "StoreFileSystem.h" diff --git a/src/StoreFileSystem.h b/src/StoreFileSystem.h index a5410b3c54..9810f04d5b 100644 --- a/src/StoreFileSystem.h +++ b/src/StoreFileSystem.h @@ -1,31 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_STOREFILESYSTEM_H diff --git a/src/StoreHashIndex.h b/src/StoreHashIndex.h index 22460566c7..1ad74a6a3d 100644 --- a/src/StoreHashIndex.h +++ b/src/StoreHashIndex.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_STOREHASHINDEX_H diff --git a/src/StoreIOBuffer.h b/src/StoreIOBuffer.h index d26bb881fe..99f65c2b4e 100644 --- a/src/StoreIOBuffer.h +++ b/src/StoreIOBuffer.h @@ -1,33 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_STOREIOBUFFER_H diff --git a/src/StoreIOState.cc b/src/StoreIOState.cc index ee159cc1db..469497eebe 100644 --- a/src/StoreIOState.cc +++ b/src/StoreIOState.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Swap Dir base object - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Swap Dir base object */ + #include "squid.h" #include "Debug.h" #include "defines.h" diff --git a/src/StoreIOState.h b/src/StoreIOState.h index 01f5b54ad1..09e7bc50f0 100644 --- a/src/StoreIOState.h +++ b/src/StoreIOState.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_STOREIOSTATE_H diff --git a/src/StoreMeta.cc b/src/StoreMeta.cc index 801092f2cf..30bf0d57b9 100644 --- a/src/StoreMeta.cc +++ b/src/StoreMeta.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Swapfile Metadata - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapfile Metadata */ + #include "squid.h" #include "MemObject.h" #include "Store.h" diff --git a/src/StoreMeta.h b/src/StoreMeta.h index 80df78d367..1c0df77f15 100644 --- a/src/StoreMeta.h +++ b/src/StoreMeta.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_TYPELENGTHVALUE_H #define SQUID_TYPELENGTHVALUE_H diff --git a/src/StoreMetaMD5.cc b/src/StoreMetaMD5.cc index e0eec57cc0..6eeb266a38 100644 --- a/src/StoreMetaMD5.cc +++ b/src/StoreMetaMD5.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Swapfile Metadata - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapfile Metadata */ + #include "squid.h" #include "int.h" #include "md5.h" diff --git a/src/StoreMetaMD5.h b/src/StoreMetaMD5.h index 5081b45de0..28e4bae845 100644 --- a/src/StoreMetaMD5.h +++ b/src/StoreMetaMD5.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_STOREMETAMD5_H #define SQUID_STOREMETAMD5_H diff --git a/src/StoreMetaObjSize.h b/src/StoreMetaObjSize.h index ad0e7cb446..5557ca000d 100644 --- a/src/StoreMetaObjSize.h +++ b/src/StoreMetaObjSize.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_STOREMETAOBJSIZE_H #define SQUID_STOREMETAOBJSIZE_H diff --git a/src/StoreMetaSTD.cc b/src/StoreMetaSTD.cc index b85cd1d489..54dcb7794d 100644 --- a/src/StoreMetaSTD.cc +++ b/src/StoreMetaSTD.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Swapfile Metadata - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapfile Metadata */ + #include "squid.h" #include "MemObject.h" #include "Store.h" diff --git a/src/StoreMetaSTD.h b/src/StoreMetaSTD.h index bfa4f7c2f3..86148e7b1f 100644 --- a/src/StoreMetaSTD.h +++ b/src/StoreMetaSTD.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_STOREMETASTD_H #define SQUID_STOREMETASTD_H diff --git a/src/StoreMetaSTDLFS.cc b/src/StoreMetaSTDLFS.cc index 7fc6e3c5dc..695f83d7f5 100644 --- a/src/StoreMetaSTDLFS.cc +++ b/src/StoreMetaSTDLFS.cc @@ -1,35 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Swapfile Metadata - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapfile Metadata */ + #include "squid.h" #include "MemObject.h" #include "Store.h" diff --git a/src/StoreMetaSTDLFS.h b/src/StoreMetaSTDLFS.h index b3d4566353..e819dceee0 100644 --- a/src/StoreMetaSTDLFS.h +++ b/src/StoreMetaSTDLFS.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_STOREMETASTDLFS_H #define SQUID_STOREMETASTDLFS_H diff --git a/src/StoreMetaURL.cc b/src/StoreMetaURL.cc index 7ec4d588f0..b17eaebc1b 100644 --- a/src/StoreMetaURL.cc +++ b/src/StoreMetaURL.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Swapfile Metadata - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapfile Metadata */ + #include "squid.h" #include "MemObject.h" #include "Store.h" diff --git a/src/StoreMetaURL.h b/src/StoreMetaURL.h index 4ef0c90ccc..a859a698c6 100644 --- a/src/StoreMetaURL.h +++ b/src/StoreMetaURL.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_STOREMETAURL_H #define SQUID_STOREMETAURL_H diff --git a/src/StoreMetaUnpacker.cc b/src/StoreMetaUnpacker.cc index 62a163c495..447f862963 100644 --- a/src/StoreMetaUnpacker.cc +++ b/src/StoreMetaUnpacker.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Swapfile Unpacker - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapfile Unpacker */ + #include "squid.h" #include "Debug.h" #include "defines.h" diff --git a/src/StoreMetaUnpacker.h b/src/StoreMetaUnpacker.h index 059bf0e433..3804f812f1 100644 --- a/src/StoreMetaUnpacker.h +++ b/src/StoreMetaUnpacker.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_TYPELENGTHVALUEUNPACKER_H #define SQUID_TYPELENGTHVALUEUNPACKER_H diff --git a/src/StoreMetaVary.cc b/src/StoreMetaVary.cc index 84380db916..e8f87f042e 100644 --- a/src/StoreMetaVary.cc +++ b/src/StoreMetaVary.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Swapfile Metadata - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapfile Metadata */ + #include "squid.h" #include "MemObject.h" #include "Store.h" diff --git a/src/StoreMetaVary.h b/src/StoreMetaVary.h index 7bfb5ec706..8e7b15954b 100644 --- a/src/StoreMetaVary.h +++ b/src/StoreMetaVary.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_STOREMETAVARY_H #define SQUID_STOREMETAVARY_H diff --git a/src/StoreSearch.h b/src/StoreSearch.h index 0eb3d88cbf..4ca427b572 100644 --- a/src/StoreSearch.h +++ b/src/StoreSearch.h @@ -1,31 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_STORESEARCH_H diff --git a/src/StoreStats.cc b/src/StoreStats.cc index 3998db33ed..b534df3fc6 100644 --- a/src/StoreStats.cc +++ b/src/StoreStats.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 20 Storage Manager Statistics + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Statistics */ + #include "squid.h" #include "StoreStats.h" #include "tools.h" diff --git a/src/StoreStats.h b/src/StoreStats.h index ea2f4bbe6b..cd01a09dac 100644 --- a/src/StoreStats.h +++ b/src/StoreStats.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_STORE_STATS_H #define SQUID_STORE_STATS_H diff --git a/src/StoreSwapLogData.cc b/src/StoreSwapLogData.cc index 25faea5f8b..6c94e0da08 100644 --- a/src/StoreSwapLogData.cc +++ b/src/StoreSwapLogData.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "StoreSwapLogData.h" #include "swap_log_op.h" diff --git a/src/StoreSwapLogData.h b/src/StoreSwapLogData.h index b033452dee..dea11775ae 100644 --- a/src/StoreSwapLogData.h +++ b/src/StoreSwapLogData.h @@ -1,31 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_STORESWAPLOGDATA_H diff --git a/src/StrList.cc b/src/StrList.cc index 295c560071..a981013cd4 100644 --- a/src/StrList.cc +++ b/src/StrList.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 66 HTTP Header Tools - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 66 HTTP Header Tools */ + #include "squid.h" #include "SquidString.h" #include "StrList.h" diff --git a/src/StrList.h b/src/StrList.h index 1cefb46160..0a40ab955d 100644 --- a/src/StrList.h +++ b/src/StrList.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 66 HTTP Header Tools - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 66 HTTP Header Tools */ + #ifndef SQUID_STRLIST_H_ #define SQUID_STRLIST_H_ diff --git a/src/String.cc b/src/String.cc index f46c1e05b1..fc61140625 100644 --- a/src/String.cc +++ b/src/String.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 67 String - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 67 String */ + #include "squid.h" #include "base/TextException.h" #include "Mem.h" diff --git a/src/String.cci b/src/String.cci index 31107015dd..1a3b405878 100644 --- a/src/String.cci +++ b/src/String.cci @@ -1,35 +1,13 @@ /* - * DEBUG: section 67 String - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 67 String */ + #include #if HAVE_STDINT_H diff --git a/src/SwapDir.cc b/src/SwapDir.cc index 2bb712ee9f..01492d9309 100644 --- a/src/SwapDir.cc +++ b/src/SwapDir.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 20 Swap Dir base object - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Swap Dir base object */ + #include "squid.h" #include "cache_cf.h" #include "compat/strtoll.h" diff --git a/src/SwapDir.h b/src/SwapDir.h index 1dd99812e7..135430f14e 100644 --- a/src/SwapDir.h +++ b/src/SwapDir.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_SWAPDIR_H #define SQUID_SWAPDIR_H diff --git a/src/TestHeaders.am b/src/TestHeaders.am index bf65d3ccee..5ab6c7f414 100644 --- a/src/TestHeaders.am +++ b/src/TestHeaders.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + ## Test ./*.h files in a directory using test-suite/testheaders.sh ## TODO: include in src/Common.am when all testHeaders users are the same. diff --git a/src/TimeOrTag.h b/src/TimeOrTag.h index 9a24824ade..378eba8e5a 100644 --- a/src/TimeOrTag.h +++ b/src/TimeOrTag.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_TIMEORTAG_H #define _SQUID_TIMEORTAG_H diff --git a/src/Transients.cc b/src/Transients.cc index 97b2bd80ec..a16bd42e63 100644 --- a/src/Transients.cc +++ b/src/Transients.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 20 Storage Manager + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager */ + #include "squid.h" #include "base/RunnersRegistry.h" #include "CollapsedForwarding.h" diff --git a/src/Transients.h b/src/Transients.h index 8ae1f4465b..b119e354b9 100644 --- a/src/Transients.h +++ b/src/Transients.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_TRANSIENTS_H #define SQUID_TRANSIENTS_H diff --git a/src/URL.h b/src/URL.h index 30f9029785..59752df83d 100644 --- a/src/URL.h +++ b/src/URL.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_SRC_URL_H diff --git a/src/WinSvc.cc b/src/WinSvc.cc index 385f4d1e31..fba8e967cb 100644 --- a/src/WinSvc.cc +++ b/src/WinSvc.cc @@ -1,36 +1,13 @@ /* - * Windows support - * AUTHOR: Guido Serassio - * inspired by previous work by Romeo Anghelache & Eric Stern. - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* Inspired by previous work by Romeo Anghelache & Eric Stern. */ + #include "squid.h" #include "Debug.h" #include "globals.h" diff --git a/src/WinSvc.h b/src/WinSvc.h index 69fbe86897..dd65240136 100644 --- a/src/WinSvc.h +++ b/src/WinSvc.h @@ -1,37 +1,14 @@ -#ifndef WINSVC_H_ -#define WINSVC_H_ /* - * DEBUG: none - * AUTHOR: Guido Serassio - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef WINSVC_H_ +#define WINSVC_H_ + #if _SQUID_WINDOWS_ int WIN32_Subsystem_Init(int *, char ***); void WIN32_sendSignal(int); diff --git a/src/YesNoNone.cc b/src/YesNoNone.cc index ec977a9236..775b6c744b 100644 --- a/src/YesNoNone.cc +++ b/src/YesNoNone.cc @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/YesNoNone.h b/src/YesNoNone.h index c655984358..eccb6a1671 100644 --- a/src/YesNoNone.h +++ b/src/YesNoNone.h @@ -1,34 +1,14 @@ -#ifndef SQUID_YESNONONE_H_ -#define SQUID_YESNONONE_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_YESNONONE_H_ +#define SQUID_YESNONONE_H_ + /// Used for boolean enabled/disabled options with complex default logic. /// Allows Squid to compute the right default after configuration. /// Checks that not-yet-defined option values are not used. diff --git a/src/acl/Acl.cc b/src/acl/Acl.cc index 52d1d9390e..cb34664c8f 100644 --- a/src/acl/Acl.cc +++ b/src/acl/Acl.cc @@ -1,33 +1,13 @@ /* - * DEBUG: section 28 Access Control - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Acl.h" #include "acl/Checklist.h" diff --git a/src/acl/Acl.h b/src/acl/Acl.h index 95f52656ed..7170b90159 100644 --- a/src/acl/Acl.h +++ b/src/acl/Acl.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACL_H diff --git a/src/acl/AclAddress.cc b/src/acl/AclAddress.cc index 9818d689f1..27a622733f 100644 --- a/src/acl/AclAddress.cc +++ b/src/acl/AclAddress.cc @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/AclAddress.h b/src/acl/AclAddress.h index 66ae13805b..fea37ec442 100644 --- a/src/acl/AclAddress.h +++ b/src/acl/AclAddress.h @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef ACLADDRESS_H_ @@ -32,7 +12,7 @@ #include "acl/Acl.h" #include "ip/Address.h" -/// list of address-based ACLs. Currently a POD. +/// list of address-based ACLs. class AclAddress { public: diff --git a/src/acl/AclDenyInfoList.h b/src/acl/AclDenyInfoList.h index b2798e3cd1..9e2eaa173e 100644 --- a/src/acl/AclDenyInfoList.h +++ b/src/acl/AclDenyInfoList.h @@ -1,34 +1,14 @@ -#ifndef SQUID_ACLDENYINFOLIST_H_ -#define SQUID_ACLDENYINFOLIST_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_ACLDENYINFOLIST_H_ +#define SQUID_ACLDENYINFOLIST_H_ + #include "err_type.h" class AclNameList; diff --git a/src/acl/AclNameList.h b/src/acl/AclNameList.h index 0b2825c0f5..c8b4fbcf6a 100644 --- a/src/acl/AclNameList.h +++ b/src/acl/AclNameList.h @@ -1,34 +1,14 @@ -#ifndef SQUID_ACL_ACLNAMELIST_H_ -#define SQUID_ACL_ACLNAMELIST_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_ACL_ACLNAMELIST_H_ +#define SQUID_ACL_ACLNAMELIST_H_ + #include "acl/forward.h" /// list of name-based ACLs. Currently a POD. diff --git a/src/acl/AclSizeLimit.h b/src/acl/AclSizeLimit.h index be8a4bb406..fe2a45199f 100644 --- a/src/acl/AclSizeLimit.h +++ b/src/acl/AclSizeLimit.h @@ -1,34 +1,14 @@ -#ifndef SQUID_ACLSIZELIMIT_H_ -#define SQUID_ACLSIZELIMIT_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_ACLSIZELIMIT_H_ +#define SQUID_ACLSIZELIMIT_H_ + #include "acl/forward.h" /// representation of a class of Size-limit ACLs diff --git a/src/acl/AdaptationService.cc b/src/acl/AdaptationService.cc index 8ee04bc694..8ddecb34f5 100644 --- a/src/acl/AdaptationService.cc +++ b/src/acl/AdaptationService.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/AdaptationService.h" #include "acl/Checklist.h" diff --git a/src/acl/AdaptationService.h b/src/acl/AdaptationService.h index 630c605f3a..cd812bdc6c 100644 --- a/src/acl/AdaptationService.h +++ b/src/acl/AdaptationService.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLADAPTATIONSERVICE_H #define SQUID_ACLADAPTATIONSERVICE_H diff --git a/src/acl/AdaptationServiceData.cc b/src/acl/AdaptationServiceData.cc index ec81fbf52a..4579aa3628 100644 --- a/src/acl/AdaptationServiceData.cc +++ b/src/acl/AdaptationServiceData.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/AdaptationServiceData.h" #include "acl/Checklist.h" diff --git a/src/acl/AdaptationServiceData.h b/src/acl/AdaptationServiceData.h index 266e59d64a..99a94e08f3 100644 --- a/src/acl/AdaptationServiceData.h +++ b/src/acl/AdaptationServiceData.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ #ifndef SQUID_ADAPTATIONSERVICEDATA_H #define SQUID_ADAPTATIONSERVICEDATA_H diff --git a/src/acl/AllOf.cc b/src/acl/AllOf.cc index 3dccf6eb76..87a03db335 100644 --- a/src/acl/AllOf.cc +++ b/src/acl/AllOf.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/AllOf.h" #include "acl/BoolOps.h" diff --git a/src/acl/AllOf.h b/src/acl/AllOf.h index 75c6c200bf..66fde82535 100644 --- a/src/acl/AllOf.h +++ b/src/acl/AllOf.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACL_ALL_OF_H #define SQUID_ACL_ALL_OF_H diff --git a/src/acl/AnyOf.cc b/src/acl/AnyOf.cc index 845567518e..fdc7e74039 100644 --- a/src/acl/AnyOf.cc +++ b/src/acl/AnyOf.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/AnyOf.h" diff --git a/src/acl/AnyOf.h b/src/acl/AnyOf.h index cda920586f..c9ba682a0e 100644 --- a/src/acl/AnyOf.h +++ b/src/acl/AnyOf.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACL_ANY_OF_H #define SQUID_ACL_ANY_OF_H diff --git a/src/acl/Arp.cc b/src/acl/Arp.cc index 0867cb99b2..1aa682d9de 100644 --- a/src/acl/Arp.cc +++ b/src/acl/Arp.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #if USE_SQUID_EUI diff --git a/src/acl/Arp.h b/src/acl/Arp.h index 3aa47bca03..106ac922df 100644 --- a/src/acl/Arp.h +++ b/src/acl/Arp.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLARP_H diff --git a/src/acl/Asn.cc b/src/acl/Asn.cc index fad7d5e727..b8a79bd706 100644 --- a/src/acl/Asn.cc +++ b/src/acl/Asn.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 53 AS Number handling - * AUTHOR: Duane Wessels, Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 53 AS Number handling */ + #include "squid.h" #include "acl/Acl.h" #include "acl/Asn.h" diff --git a/src/acl/Asn.h b/src/acl/Asn.h index 3df27eb9d0..fe92200c52 100644 --- a/src/acl/Asn.h +++ b/src/acl/Asn.h @@ -1,32 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLASN_H diff --git a/src/acl/AtStep.cc b/src/acl/AtStep.cc index b59397464c..6df7b37e73 100644 --- a/src/acl/AtStep.cc +++ b/src/acl/AtStep.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #if USE_OPENSSL diff --git a/src/acl/AtStep.h b/src/acl/AtStep.h index 23a33ab89a..31af801458 100644 --- a/src/acl/AtStep.h +++ b/src/acl/AtStep.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLATSTEP_H #define SQUID_ACLATSTEP_H diff --git a/src/acl/AtStepData.cc b/src/acl/AtStepData.cc index 3e0ac87481..2b6a2f6312 100644 --- a/src/acl/AtStepData.cc +++ b/src/acl/AtStepData.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #if USE_OPENSSL diff --git a/src/acl/AtStepData.h b/src/acl/AtStepData.h index 54d9fb7bbe..be31d5628d 100644 --- a/src/acl/AtStepData.h +++ b/src/acl/AtStepData.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLATSTEPDATA_H #define SQUID_ACLATSTEPDATA_H diff --git a/src/acl/BoolOps.cc b/src/acl/BoolOps.cc index 0fdfa0dbd6..68628ec19e 100644 --- a/src/acl/BoolOps.cc +++ b/src/acl/BoolOps.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/BoolOps.h" #include "acl/Checklist.h" diff --git a/src/acl/BoolOps.h b/src/acl/BoolOps.h index 82a6b1860a..a5952eb289 100644 --- a/src/acl/BoolOps.h +++ b/src/acl/BoolOps.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACL_LOGIC_H #define SQUID_ACL_LOGIC_H diff --git a/src/acl/Browser.cc b/src/acl/Browser.cc index 36e746d254..2970cf41dc 100644 --- a/src/acl/Browser.cc +++ b/src/acl/Browser.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Browser.h" #include "acl/Checklist.h" diff --git a/src/acl/Browser.h b/src/acl/Browser.h index 60778b35ec..57cc35e372 100644 --- a/src/acl/Browser.h +++ b/src/acl/Browser.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLBROWSER_H diff --git a/src/acl/Certificate.cc b/src/acl/Certificate.cc index 424eed5995..2402536bf4 100644 --- a/src/acl/Certificate.cc +++ b/src/acl/Certificate.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" /* MS Visual Studio Projects are monolithic, so we need the following diff --git a/src/acl/Certificate.h b/src/acl/Certificate.h index 308eb92ff3..25e50510bb 100644 --- a/src/acl/Certificate.h +++ b/src/acl/Certificate.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLCERTIFICATE_H diff --git a/src/acl/CertificateData.cc b/src/acl/CertificateData.cc index d64bbf4e5f..ff79c24cf2 100644 --- a/src/acl/CertificateData.cc +++ b/src/acl/CertificateData.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/CertificateData.h" #include "acl/Checklist.h" diff --git a/src/acl/CertificateData.h b/src/acl/CertificateData.h index 8b1c10f685..4923fe430a 100644 --- a/src/acl/CertificateData.h +++ b/src/acl/CertificateData.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLCERTIFICATEDATA_H diff --git a/src/acl/Checklist.cc b/src/acl/Checklist.cc index 2dd7113175..7460a1b0d5 100644 --- a/src/acl/Checklist.cc +++ b/src/acl/Checklist.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 28 Access Control + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/Tree.h" diff --git a/src/acl/Checklist.h b/src/acl/Checklist.h index c63b1f301e..ed8049104c 100644 --- a/src/acl/Checklist.h +++ b/src/acl/Checklist.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLCHECKLIST_H diff --git a/src/acl/Data.h b/src/acl/Data.h index 64d937598f..efb84eece1 100644 --- a/src/acl/Data.h +++ b/src/acl/Data.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_ACLDATA_H #define SQUID_ACLDATA_H diff --git a/src/acl/DestinationAsn.h b/src/acl/DestinationAsn.h index 078b82a9fd..b371293b80 100644 --- a/src/acl/DestinationAsn.h +++ b/src/acl/DestinationAsn.h @@ -1,32 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLDESTINATIONASN_H diff --git a/src/acl/DestinationDomain.cc b/src/acl/DestinationDomain.cc index a5e1abd80b..16d76c0f27 100644 --- a/src/acl/DestinationDomain.cc +++ b/src/acl/DestinationDomain.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/DestinationDomain.h" diff --git a/src/acl/DestinationDomain.h b/src/acl/DestinationDomain.h index 7d2e4968aa..0c186ed600 100644 --- a/src/acl/DestinationDomain.h +++ b/src/acl/DestinationDomain.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLDESTINATIONDOMAIN_H diff --git a/src/acl/DestinationIp.cc b/src/acl/DestinationIp.cc index f861b526e6..c7cbe0ef8b 100644 --- a/src/acl/DestinationIp.cc +++ b/src/acl/DestinationIp.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/DestinationIp.h" #include "acl/FilledChecklist.h" diff --git a/src/acl/DestinationIp.h b/src/acl/DestinationIp.h index f58cf3ffd5..1b8d890bd1 100644 --- a/src/acl/DestinationIp.h +++ b/src/acl/DestinationIp.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLDESTINATIONIP_H diff --git a/src/acl/DomainData.cc b/src/acl/DomainData.cc index e65576c05c..aca71e699d 100644 --- a/src/acl/DomainData.cc +++ b/src/acl/DomainData.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/DomainData.h" diff --git a/src/acl/DomainData.h b/src/acl/DomainData.h index 35926e9796..4821a75806 100644 --- a/src/acl/DomainData.h +++ b/src/acl/DomainData.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLDOMAINDATA_H diff --git a/src/acl/Eui64.cc b/src/acl/Eui64.cc index 828117d29b..9ecedeaf70 100644 --- a/src/acl/Eui64.cc +++ b/src/acl/Eui64.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Amos Jeffries + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #if USE_SQUID_EUI diff --git a/src/acl/Eui64.h b/src/acl/Eui64.h index 457d93d3b4..25c2a47bb0 100644 --- a/src/acl/Eui64.h +++ b/src/acl/Eui64.h @@ -1,32 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLEUI64_H diff --git a/src/acl/ExtUser.cc b/src/acl/ExtUser.cc index 073f71baf4..e8e36b6c43 100644 --- a/src/acl/ExtUser.cc +++ b/src/acl/ExtUser.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #if USE_AUTH diff --git a/src/acl/ExtUser.h b/src/acl/ExtUser.h index 1d586c7ea4..51f0806f33 100644 --- a/src/acl/ExtUser.h +++ b/src/acl/ExtUser.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_EXTUSER_H diff --git a/src/acl/FilledChecklist.cc b/src/acl/FilledChecklist.cc index 4298244c1f..1cac2dd704 100644 --- a/src/acl/FilledChecklist.cc +++ b/src/acl/FilledChecklist.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "client_side.h" diff --git a/src/acl/FilledChecklist.h b/src/acl/FilledChecklist.h index 41ce6bda44..146148b47c 100644 --- a/src/acl/FilledChecklist.h +++ b/src/acl/FilledChecklist.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLFILLED_CHECKLIST_H #define SQUID_ACLFILLED_CHECKLIST_H diff --git a/src/acl/Gadgets.cc b/src/acl/Gadgets.cc index e357a492b7..545ea3bc96 100644 --- a/src/acl/Gadgets.cc +++ b/src/acl/Gadgets.cc @@ -1,39 +1,19 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + /* * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels * * This file contains ACL routines that are not part of the * ACL class, nor any other class yet, and that need to be * factored into appropriate places. They are here to reduce * unneeded dependencies between the ACL class and the rest * of squid. - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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/acl/Gadgets.h b/src/acl/Gadgets.h index 962a2492af..83896bd662 100644 --- a/src/acl/Gadgets.h +++ b/src/acl/Gadgets.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACL_GADGETS_H #define SQUID_ACL_GADGETS_H diff --git a/src/acl/HierCode.cc b/src/acl/HierCode.cc index 0ed141f9c0..b1e2a17091 100644 --- a/src/acl/HierCode.cc +++ b/src/acl/HierCode.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/HierCode.h" diff --git a/src/acl/HierCode.h b/src/acl/HierCode.h index 7b35eedddb..1222602c33 100644 --- a/src/acl/HierCode.h +++ b/src/acl/HierCode.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLHIERCODE_H #define SQUID_ACLHIERCODE_H diff --git a/src/acl/HierCodeData.cc b/src/acl/HierCodeData.cc index 1fb78d8a2d..4587230049 100644 --- a/src/acl/HierCodeData.cc +++ b/src/acl/HierCodeData.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/HierCodeData.h" diff --git a/src/acl/HierCodeData.h b/src/acl/HierCodeData.h index 8194d5b398..b91e9fc8a3 100644 --- a/src/acl/HierCodeData.h +++ b/src/acl/HierCodeData.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLHIERCODEDATA_H #define SQUID_ACLHIERCODEDATA_H diff --git a/src/acl/HttpHeaderData.cc b/src/acl/HttpHeaderData.cc index 98e6cab6f3..60f6de90c2 100644 --- a/src/acl/HttpHeaderData.cc +++ b/src/acl/HttpHeaderData.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Acl.h" #include "acl/Checklist.h" diff --git a/src/acl/HttpHeaderData.h b/src/acl/HttpHeaderData.h index 0ddf4980d2..fbeff1a9a4 100644 --- a/src/acl/HttpHeaderData.h +++ b/src/acl/HttpHeaderData.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_ACLHTTPHEADERDATA_H #define SQUID_ACLHTTPHEADERDATA_H diff --git a/src/acl/HttpRepHeader.cc b/src/acl/HttpRepHeader.cc index a040e2407d..691802fada 100644 --- a/src/acl/HttpRepHeader.cc +++ b/src/acl/HttpRepHeader.cc @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/HttpRepHeader.h b/src/acl/HttpRepHeader.h index 9f605631c6..5d36003022 100644 --- a/src/acl/HttpRepHeader.h +++ b/src/acl/HttpRepHeader.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLHTTPREPHEADER_H diff --git a/src/acl/HttpReqHeader.cc b/src/acl/HttpReqHeader.cc index 5c6acd2ab5..7d9f08ac92 100644 --- a/src/acl/HttpReqHeader.cc +++ b/src/acl/HttpReqHeader.cc @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/HttpReqHeader.h b/src/acl/HttpReqHeader.h index 1f342eabca..002c1f86ca 100644 --- a/src/acl/HttpReqHeader.h +++ b/src/acl/HttpReqHeader.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLHTTPREQHEADER_H diff --git a/src/acl/HttpStatus.cc b/src/acl/HttpStatus.cc index d125221d4c..5c496d5272 100644 --- a/src/acl/HttpStatus.cc +++ b/src/acl/HttpStatus.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "acl/HttpStatus.h" diff --git a/src/acl/HttpStatus.h b/src/acl/HttpStatus.h index a3846af8ed..2b404abc79 100644 --- a/src/acl/HttpStatus.h +++ b/src/acl/HttpStatus.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLHTTPSTATUS_H diff --git a/src/acl/InnerNode.cc b/src/acl/InnerNode.cc index 51a9bda682..01b7ed9735 100644 --- a/src/acl/InnerNode.cc +++ b/src/acl/InnerNode.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Acl.h" #include "acl/BoolOps.h" diff --git a/src/acl/InnerNode.h b/src/acl/InnerNode.h index 2a38a0a274..b2631741f2 100644 --- a/src/acl/InnerNode.h +++ b/src/acl/InnerNode.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACL_INNER_NODE_H #define SQUID_ACL_INNER_NODE_H diff --git a/src/acl/IntRange.cc b/src/acl/IntRange.cc index 8020e277f3..fb148298a0 100644 --- a/src/acl/IntRange.cc +++ b/src/acl/IntRange.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/IntRange.h" #include "cache_cf.h" diff --git a/src/acl/IntRange.h b/src/acl/IntRange.h index b4621f99f1..f9ea39301a 100644 --- a/src/acl/IntRange.h +++ b/src/acl/IntRange.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLINTRANGE_H diff --git a/src/acl/Ip.cc b/src/acl/Ip.cc index a513cd5763..96397a0b74 100644 --- a/src/acl/Ip.cc +++ b/src/acl/Ip.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/Ip.h" diff --git a/src/acl/Ip.h b/src/acl/Ip.h index 616a622002..d1db9e2ebe 100644 --- a/src/acl/Ip.h +++ b/src/acl/Ip.h @@ -1,32 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLIP_H diff --git a/src/acl/LocalIp.cc b/src/acl/LocalIp.cc index e4c08198fc..09fb0e3f4e 100644 --- a/src/acl/LocalIp.cc +++ b/src/acl/LocalIp.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "acl/LocalIp.h" diff --git a/src/acl/LocalIp.h b/src/acl/LocalIp.h index 8fd33df439..32d75f275d 100644 --- a/src/acl/LocalIp.h +++ b/src/acl/LocalIp.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLLOCALIP_H diff --git a/src/acl/LocalPort.cc b/src/acl/LocalPort.cc index 77e267894c..f38cbdba5b 100644 --- a/src/acl/LocalPort.cc +++ b/src/acl/LocalPort.cc @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/LocalPort.h b/src/acl/LocalPort.h index 2dec7f6755..da5756b4d0 100644 --- a/src/acl/LocalPort.h +++ b/src/acl/LocalPort.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLLOCALPORT_H diff --git a/src/acl/Makefile.am b/src/acl/Makefile.am index b4c6333ea4..b74580bd8b 100644 --- a/src/acl/Makefile.am +++ b/src/acl/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/acl/MaxConnection.cc b/src/acl/MaxConnection.cc index 73d9d2aad1..79cf3d60ee 100644 --- a/src/acl/MaxConnection.cc +++ b/src/acl/MaxConnection.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "acl/MaxConnection.h" diff --git a/src/acl/MaxConnection.h b/src/acl/MaxConnection.h index beab82120b..11aa7108e9 100644 --- a/src/acl/MaxConnection.h +++ b/src/acl/MaxConnection.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLMAXCONNECTION_H diff --git a/src/acl/Method.cc b/src/acl/Method.cc index fd43d97e0c..eb41060234 100644 --- a/src/acl/Method.cc +++ b/src/acl/Method.cc @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/Method.h b/src/acl/Method.h index 636793d4ad..5199326c2b 100644 --- a/src/acl/Method.h +++ b/src/acl/Method.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLMETHOD_H diff --git a/src/acl/MethodData.cc b/src/acl/MethodData.cc index dd00ff1546..d9586efe7c 100644 --- a/src/acl/MethodData.cc +++ b/src/acl/MethodData.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/MethodData.h" diff --git a/src/acl/MethodData.h b/src/acl/MethodData.h index 916fac9474..32a59dc152 100644 --- a/src/acl/MethodData.h +++ b/src/acl/MethodData.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLMETHODDATA_H diff --git a/src/acl/MyPortName.cc b/src/acl/MyPortName.cc index c00bcb11f8..d16998f881 100644 --- a/src/acl/MyPortName.cc +++ b/src/acl/MyPortName.cc @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/MyPortName.h b/src/acl/MyPortName.h index b5aa37ca5c..3a1adf68c4 100644 --- a/src/acl/MyPortName.h +++ b/src/acl/MyPortName.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLMYPORTNAME_H diff --git a/src/acl/Note.cc b/src/acl/Note.cc index 24e4e116f2..7358690926 100644 --- a/src/acl/Note.cc +++ b/src/acl/Note.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/HttpHeaderData.h" diff --git a/src/acl/Note.h b/src/acl/Note.h index 798bb23756..a08d673e04 100644 --- a/src/acl/Note.h +++ b/src/acl/Note.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLNOTE_H #define SQUID_ACLNOTE_H diff --git a/src/acl/NoteData.cc b/src/acl/NoteData.cc index eae1771d0e..b2ecf48740 100644 --- a/src/acl/NoteData.cc +++ b/src/acl/NoteData.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Acl.h" #include "acl/Checklist.h" diff --git a/src/acl/NoteData.h b/src/acl/NoteData.h index b7e4f5d54d..91ba593997 100644 --- a/src/acl/NoteData.h +++ b/src/acl/NoteData.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLNOTEDATA_H #define SQUID_ACLNOTEDATA_H diff --git a/src/acl/PeerName.cc b/src/acl/PeerName.cc index 3b69a04300..c8f7204c94 100644 --- a/src/acl/PeerName.cc +++ b/src/acl/PeerName.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/PeerName.h" diff --git a/src/acl/PeerName.h b/src/acl/PeerName.h index 20c80c9755..eb1b05f946 100644 --- a/src/acl/PeerName.h +++ b/src/acl/PeerName.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLPEERNAME_H #define SQUID_ACLPEERNAME_H diff --git a/src/acl/Protocol.cc b/src/acl/Protocol.cc index 893277bdd2..466a4e7db6 100644 --- a/src/acl/Protocol.cc +++ b/src/acl/Protocol.cc @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/Protocol.h b/src/acl/Protocol.h index 7693558222..5197b846cc 100644 --- a/src/acl/Protocol.h +++ b/src/acl/Protocol.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLPROTOCOL_H diff --git a/src/acl/ProtocolData.cc b/src/acl/ProtocolData.cc index 7608d9a744..388b2c102e 100644 --- a/src/acl/ProtocolData.cc +++ b/src/acl/ProtocolData.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/ProtocolData.h" diff --git a/src/acl/ProtocolData.h b/src/acl/ProtocolData.h index 56f1538e10..3bd44a1de7 100644 --- a/src/acl/ProtocolData.h +++ b/src/acl/ProtocolData.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLPROTOCOLDATA_H diff --git a/src/acl/Random.cc b/src/acl/Random.cc index e3f9aff0c8..4c784d31c8 100644 --- a/src/acl/Random.cc +++ b/src/acl/Random.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Amos Jeffries + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/FilledChecklist.h" diff --git a/src/acl/Random.h b/src/acl/Random.h index 4375ed82ed..29bc341d94 100644 --- a/src/acl/Random.h +++ b/src/acl/Random.h @@ -1,32 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACL_RANDOM_H diff --git a/src/acl/Referer.cc b/src/acl/Referer.cc index 406455edd7..cb465d3b98 100644 --- a/src/acl/Referer.cc +++ b/src/acl/Referer.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/Referer.h" diff --git a/src/acl/Referer.h b/src/acl/Referer.h index c03291b8d1..61c36ef987 100644 --- a/src/acl/Referer.h +++ b/src/acl/Referer.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLREFERER_H diff --git a/src/acl/RegexData.cc b/src/acl/RegexData.cc index 6f9b09c563..84b01332d2 100644 --- a/src/acl/RegexData.cc +++ b/src/acl/RegexData.cc @@ -1,39 +1,19 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels - * AUTHOR: Marcus Kool + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + +/* + * Portions of this code are copyrighted and released under GPLv2+ by: * Copyright (c) 2011, Marcus Kool + * Please add new claims to the CONTRIBUTORS file instead. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Acl.h" #include "acl/Checklist.h" diff --git a/src/acl/RegexData.h b/src/acl/RegexData.h index 909d17cf6f..041cdb006d 100644 --- a/src/acl/RegexData.h +++ b/src/acl/RegexData.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_ACLREGEXDATA_H #define SQUID_ACLREGEXDATA_H diff --git a/src/acl/ReplyHeaderStrategy.h b/src/acl/ReplyHeaderStrategy.h index a8ef8c83d8..b78b3bb4d1 100644 --- a/src/acl/ReplyHeaderStrategy.h +++ b/src/acl/ReplyHeaderStrategy.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_ACLREPLYHEADERSTRATEGY_H #define SQUID_ACLREPLYHEADERSTRATEGY_H diff --git a/src/acl/ReplyMimeType.cc b/src/acl/ReplyMimeType.cc index 5ca6f6512b..f6a3bf87aa 100644 --- a/src/acl/ReplyMimeType.cc +++ b/src/acl/ReplyMimeType.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/RegexData.h" diff --git a/src/acl/ReplyMimeType.h b/src/acl/ReplyMimeType.h index 9e619b7158..1bde4d52ad 100644 --- a/src/acl/ReplyMimeType.h +++ b/src/acl/ReplyMimeType.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_ACLREPLYMIMETYPE_H #define SQUID_ACLREPLYMIMETYPE_H diff --git a/src/acl/RequestHeaderStrategy.h b/src/acl/RequestHeaderStrategy.h index c2be587ebf..bdc08373c9 100644 --- a/src/acl/RequestHeaderStrategy.h +++ b/src/acl/RequestHeaderStrategy.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLREQUESTHEADERSTRATEGY_H diff --git a/src/acl/RequestMimeType.cc b/src/acl/RequestMimeType.cc index 4297446231..53352134dc 100644 --- a/src/acl/RequestMimeType.cc +++ b/src/acl/RequestMimeType.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/RegexData.h" diff --git a/src/acl/RequestMimeType.h b/src/acl/RequestMimeType.h index 292ef4d769..0ea8f04534 100644 --- a/src/acl/RequestMimeType.h +++ b/src/acl/RequestMimeType.h @@ -1,34 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_ACLREQUESTMIMETYPE_H #define SQUID_ACLREQUESTMIMETYPE_H diff --git a/src/acl/ServerCertificate.cc b/src/acl/ServerCertificate.cc index d3af828181..5f814a364e 100644 --- a/src/acl/ServerCertificate.cc +++ b/src/acl/ServerCertificate.cc @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/ServerCertificate.h b/src/acl/ServerCertificate.h index 26e66091ee..5b5e1bd25f 100644 --- a/src/acl/ServerCertificate.h +++ b/src/acl/ServerCertificate.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLSERVERCERTIFICATE_H diff --git a/src/acl/SourceAsn.h b/src/acl/SourceAsn.h index ed2cc2023d..de2c3d3108 100644 --- a/src/acl/SourceAsn.h +++ b/src/acl/SourceAsn.h @@ -1,33 +1,11 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_ACL_SOURCEASN_H #define SQUID_ACL_SOURCEASN_H diff --git a/src/acl/SourceDomain.cc b/src/acl/SourceDomain.cc index be97c3551a..b999c5f19b 100644 --- a/src/acl/SourceDomain.cc +++ b/src/acl/SourceDomain.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/DomainData.h" diff --git a/src/acl/SourceDomain.h b/src/acl/SourceDomain.h index 2be3caba21..73ebdf7864 100644 --- a/src/acl/SourceDomain.h +++ b/src/acl/SourceDomain.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLSOURCEDOMAIN_H diff --git a/src/acl/SourceIp.cc b/src/acl/SourceIp.cc index d0a5453023..08c7f58f0f 100644 --- a/src/acl/SourceIp.cc +++ b/src/acl/SourceIp.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "acl/SourceIp.h" diff --git a/src/acl/SourceIp.h b/src/acl/SourceIp.h index 602dd09ff0..5c355dd062 100644 --- a/src/acl/SourceIp.h +++ b/src/acl/SourceIp.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLSOURCEIP_H diff --git a/src/acl/SslError.cc b/src/acl/SslError.cc index 8a2336b0b2..e161020d8d 100644 --- a/src/acl/SslError.cc +++ b/src/acl/SslError.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/SslError.h" diff --git a/src/acl/SslError.h b/src/acl/SslError.h index a14ba05f33..4b4eead7f7 100644 --- a/src/acl/SslError.h +++ b/src/acl/SslError.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLSSL_ERROR_H #define SQUID_ACLSSL_ERROR_H #include "acl/Strategised.h" diff --git a/src/acl/SslErrorData.cc b/src/acl/SslErrorData.cc index 85c9064617..0c166ed7a6 100644 --- a/src/acl/SslErrorData.cc +++ b/src/acl/SslErrorData.cc @@ -1,34 +1,9 @@ /* - * DEBUG: none + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/SslErrorData.h b/src/acl/SslErrorData.h index 957b2f94bf..81e3ea0b13 100644 --- a/src/acl/SslErrorData.h +++ b/src/acl/SslErrorData.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACLSSL_ERRORDATA_H #define SQUID_ACLSSL_ERRORDATA_H #include "acl/Acl.h" diff --git a/src/acl/Strategised.cc b/src/acl/Strategised.cc index 3578514c47..1a6958f277 100644 --- a/src/acl/Strategised.cc +++ b/src/acl/Strategised.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Strategised.h" #include "HttpHeader.h" diff --git a/src/acl/Strategised.h b/src/acl/Strategised.h index 4beeea3c96..57a78cb057 100644 --- a/src/acl/Strategised.h +++ b/src/acl/Strategised.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLSTRATEGISED_H diff --git a/src/acl/Strategy.h b/src/acl/Strategy.h index b016e4d5ec..6fde525bb8 100644 --- a/src/acl/Strategy.h +++ b/src/acl/Strategy.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLSTRATEGY_H diff --git a/src/acl/StringData.cc b/src/acl/StringData.cc index 98afd05f9a..733e6b7011 100644 --- a/src/acl/StringData.cc +++ b/src/acl/StringData.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/StringData.h" diff --git a/src/acl/StringData.h b/src/acl/StringData.h index 031358a623..7857bcd1b5 100644 --- a/src/acl/StringData.h +++ b/src/acl/StringData.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLSTRINGDATA_H diff --git a/src/acl/Tag.cc b/src/acl/Tag.cc index 64e4de45a2..a6afe0a1b1 100644 --- a/src/acl/Tag.cc +++ b/src/acl/Tag.cc @@ -1,37 +1,9 @@ - /* - * $Id: ACLTag.cc,v 1.2 2008/02/11 22:44:50 rousskov Exp $ - * - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins - * Copyright (c) 2009, Henrik Nordstrom + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/Tag.h b/src/acl/Tag.h index 33fec55328..2898178ec3 100644 --- a/src/acl/Tag.h +++ b/src/acl/Tag.h @@ -1,34 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins - * Copyright (c) 2009, Henrik Nordstrom + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLTAG_H diff --git a/src/acl/Time.cc b/src/acl/Time.cc index 208b087290..a5bdb142a2 100644 --- a/src/acl/Time.cc +++ b/src/acl/Time.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Time.h" #include "acl/TimeData.h" diff --git a/src/acl/Time.h b/src/acl/Time.h index 9e81c22e55..2e48944add 100644 --- a/src/acl/Time.h +++ b/src/acl/Time.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLTIME_H diff --git a/src/acl/TimeData.cc b/src/acl/TimeData.cc index 39251ed67c..fdbddbb521 100644 --- a/src/acl/TimeData.cc +++ b/src/acl/TimeData.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/TimeData.h" diff --git a/src/acl/TimeData.h b/src/acl/TimeData.h index d3a32c9f15..30e5554422 100644 --- a/src/acl/TimeData.h +++ b/src/acl/TimeData.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLTIMEDATA_H diff --git a/src/acl/Tree.cc b/src/acl/Tree.cc index 652d1a5f05..33aa45bd8f 100644 --- a/src/acl/Tree.cc +++ b/src/acl/Tree.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Tree.h" #include "wordlist.h" diff --git a/src/acl/Tree.h b/src/acl/Tree.h index 742f4474d9..5b7a6b39f3 100644 --- a/src/acl/Tree.h +++ b/src/acl/Tree.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACL_TREE_H #define SQUID_ACL_TREE_H diff --git a/src/acl/Url.cc b/src/acl/Url.cc index bdb693aee3..9954a93d88 100644 --- a/src/acl/Url.cc +++ b/src/acl/Url.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/RegexData.h" diff --git a/src/acl/Url.h b/src/acl/Url.h index d82fbf0411..9f5f32c3d1 100644 --- a/src/acl/Url.h +++ b/src/acl/Url.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLURL_H diff --git a/src/acl/UrlLogin.cc b/src/acl/UrlLogin.cc index 5691edadbd..657e84debf 100644 --- a/src/acl/UrlLogin.cc +++ b/src/acl/UrlLogin.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/RegexData.h" diff --git a/src/acl/UrlLogin.h b/src/acl/UrlLogin.h index 7e64c6aa37..04c15b7cff 100644 --- a/src/acl/UrlLogin.h +++ b/src/acl/UrlLogin.h @@ -1,36 +1,9 @@ - /* - * $Id$ - * - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLURLLOGIN_H diff --git a/src/acl/UrlPath.cc b/src/acl/UrlPath.cc index fdcfdb7381..e9cdec1c69 100644 --- a/src/acl/UrlPath.cc +++ b/src/acl/UrlPath.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/RegexData.h" diff --git a/src/acl/UrlPath.h b/src/acl/UrlPath.h index d1f9a210e1..f6eba0fd89 100644 --- a/src/acl/UrlPath.h +++ b/src/acl/UrlPath.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLURLPATH_H diff --git a/src/acl/UrlPort.cc b/src/acl/UrlPort.cc index 1d7b536442..61db2f794d 100644 --- a/src/acl/UrlPort.cc +++ b/src/acl/UrlPort.cc @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/acl/UrlPort.h b/src/acl/UrlPort.h index 2cc894d17a..85f1835d62 100644 --- a/src/acl/UrlPort.h +++ b/src/acl/UrlPort.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLURLPORT_H diff --git a/src/acl/UserData.cc b/src/acl/UserData.cc index cd868cca36..03412949e6 100644 --- a/src/acl/UserData.cc +++ b/src/acl/UserData.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/Checklist.h" #include "acl/UserData.h" diff --git a/src/acl/UserData.h b/src/acl/UserData.h index 5dab1dcb18..edcc1ce7cb 100644 --- a/src/acl/UserData.h +++ b/src/acl/UserData.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLUSERDATA_H diff --git a/src/acl/forward.h b/src/acl/forward.h index c6dbec2a8a..aea6c45beb 100644 --- a/src/acl/forward.h +++ b/src/acl/forward.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ACL_FORWARD_H #define SQUID_ACL_FORWARD_H diff --git a/src/adaptation/AccessCheck.cc b/src/adaptation/AccessCheck.cc index deb36118f9..83709fa5d8 100644 --- a/src/adaptation/AccessCheck.cc +++ b/src/adaptation/AccessCheck.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "AccessLogEntry.h" #include "acl/FilledChecklist.h" diff --git a/src/adaptation/AccessCheck.h b/src/adaptation/AccessCheck.h index ba3add39e4..5f3104808b 100644 --- a/src/adaptation/AccessCheck.h +++ b/src/adaptation/AccessCheck.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__ACCESS_CHECK_H #define SQUID_ADAPTATION__ACCESS_CHECK_H diff --git a/src/adaptation/AccessRule.cc b/src/adaptation/AccessRule.cc index af4b237436..36fc768d6e 100644 --- a/src/adaptation/AccessRule.cc +++ b/src/adaptation/AccessRule.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Gadgets.h" #include "acl/Tree.h" diff --git a/src/adaptation/AccessRule.h b/src/adaptation/AccessRule.h index a8a2d1a7d6..82185d648f 100644 --- a/src/adaptation/AccessRule.h +++ b/src/adaptation/AccessRule.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__ACCESS_RULE_H #define SQUID_ADAPTATION__ACCESS_RULE_H diff --git a/src/adaptation/Answer.cc b/src/adaptation/Answer.cc index 5d9fe82ce8..42d5c3b831 100644 --- a/src/adaptation/Answer.cc +++ b/src/adaptation/Answer.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 ICAP (RFC 3507) Client + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 ICAP (RFC 3507) Client */ + #include "squid.h" #include "adaptation/Answer.h" #include "base/AsyncJobCalls.h" diff --git a/src/adaptation/Answer.h b/src/adaptation/Answer.h index 2db80ec451..535a98e938 100644 --- a/src/adaptation/Answer.h +++ b/src/adaptation/Answer.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__ANSWER_H #define SQUID_ADAPTATION__ANSWER_H diff --git a/src/adaptation/Config.cc b/src/adaptation/Config.cc index 62f68c3ee5..a80cfd6a70 100644 --- a/src/adaptation/Config.cc +++ b/src/adaptation/Config.cc @@ -1,31 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/adaptation/Config.h b/src/adaptation/Config.h index f744ad27f6..6025cb2c24 100644 --- a/src/adaptation/Config.h +++ b/src/adaptation/Config.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__CONFIG_H #define SQUID_ADAPTATION__CONFIG_H diff --git a/src/adaptation/DynamicGroupCfg.cc b/src/adaptation/DynamicGroupCfg.cc index 5d06f78fdd..3ca7ce269b 100644 --- a/src/adaptation/DynamicGroupCfg.cc +++ b/src/adaptation/DynamicGroupCfg.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "adaptation/DynamicGroupCfg.h" diff --git a/src/adaptation/DynamicGroupCfg.h b/src/adaptation/DynamicGroupCfg.h index efd1523fa2..3742139ed4 100644 --- a/src/adaptation/DynamicGroupCfg.h +++ b/src/adaptation/DynamicGroupCfg.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__DYNAMIC_GROUP_CFG_H #define SQUID_ADAPTATION__DYNAMIC_GROUP_CFG_H diff --git a/src/adaptation/Elements.cc b/src/adaptation/Elements.cc index 1b26c50f2a..14434e97a0 100644 --- a/src/adaptation/Elements.cc +++ b/src/adaptation/Elements.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "adaptation/Elements.h" diff --git a/src/adaptation/Elements.h b/src/adaptation/Elements.h index 60a16738c7..423175ff8c 100644 --- a/src/adaptation/Elements.h +++ b/src/adaptation/Elements.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__ELEMENTS_H #define SQUID_ADAPTATION__ELEMENTS_H diff --git a/src/adaptation/History.cc b/src/adaptation/History.cc index 26fb220ee2..0622a42f95 100644 --- a/src/adaptation/History.cc +++ b/src/adaptation/History.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "adaptation/Config.h" #include "adaptation/History.h" diff --git a/src/adaptation/History.h b/src/adaptation/History.h index 614a875c92..be35d1f11b 100644 --- a/src/adaptation/History.h +++ b/src/adaptation/History.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPT_HISTORY_H #define SQUID_ADAPT_HISTORY_H diff --git a/src/adaptation/Initiate.cc b/src/adaptation/Initiate.cc index ebb1c348f8..ffb72cdedb 100644 --- a/src/adaptation/Initiate.cc +++ b/src/adaptation/Initiate.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 ICAP (RFC 3507) Client + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 ICAP (RFC 3507) Client */ + #include "squid.h" #include "adaptation/Answer.h" #include "adaptation/Initiate.h" diff --git a/src/adaptation/Initiate.h b/src/adaptation/Initiate.h index 9c1650235e..2f1c9df7af 100644 --- a/src/adaptation/Initiate.h +++ b/src/adaptation/Initiate.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__INITIATE_H #define SQUID_ADAPTATION__INITIATE_H diff --git a/src/adaptation/Initiator.cc b/src/adaptation/Initiator.cc index 511e3437df..75821770a5 100644 --- a/src/adaptation/Initiator.cc +++ b/src/adaptation/Initiator.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 ICAP (RFC 3507) Client + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 ICAP (RFC 3507) Client */ + #include "squid.h" #include "adaptation/Initiate.h" #include "adaptation/Initiator.h" diff --git a/src/adaptation/Initiator.h b/src/adaptation/Initiator.h index 2c92df0a59..222452b177 100644 --- a/src/adaptation/Initiator.h +++ b/src/adaptation/Initiator.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__INITIATOR_H #define SQUID_ADAPTATION__INITIATOR_H diff --git a/src/adaptation/Iterator.cc b/src/adaptation/Iterator.cc index 61f1413e66..bec14a857f 100644 --- a/src/adaptation/Iterator.cc +++ b/src/adaptation/Iterator.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 Adaptation + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 Adaptation */ + #include "squid.h" #include "adaptation/Answer.h" #include "adaptation/Config.h" diff --git a/src/adaptation/Iterator.h b/src/adaptation/Iterator.h index 191f1194d1..60e085ecc9 100644 --- a/src/adaptation/Iterator.h +++ b/src/adaptation/Iterator.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__ITERATOR_H #define SQUID_ADAPTATION__ITERATOR_H diff --git a/src/adaptation/Makefile.am b/src/adaptation/Makefile.am index 70c735b747..2d58ec3144 100644 --- a/src/adaptation/Makefile.am +++ b/src/adaptation/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/adaptation/Message.cc b/src/adaptation/Message.cc index d3dcf62478..bdf8f8d647 100644 --- a/src/adaptation/Message.cc +++ b/src/adaptation/Message.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 Adaptation + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 Adaptation */ + #include "squid.h" #include "adaptation/Message.h" #include "base/TextException.h" diff --git a/src/adaptation/Message.h b/src/adaptation/Message.h index 64ac1f6862..ddfd7c3781 100644 --- a/src/adaptation/Message.h +++ b/src/adaptation/Message.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID__ADAPTATION__MESSAGE_H #define SQUID__ADAPTATION__MESSAGE_H diff --git a/src/adaptation/Service.cc b/src/adaptation/Service.cc index 7160ebe673..58b0f91d2c 100644 --- a/src/adaptation/Service.cc +++ b/src/adaptation/Service.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 Adaptation + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 Adaptation */ + #include "squid.h" #include "adaptation/Service.h" #include "adaptation/ServiceFilter.h" diff --git a/src/adaptation/Service.h b/src/adaptation/Service.h index 7a020ff4d9..78ef53b527 100644 --- a/src/adaptation/Service.h +++ b/src/adaptation/Service.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__SERVICE_H #define SQUID_ADAPTATION__SERVICE_H diff --git a/src/adaptation/ServiceConfig.cc b/src/adaptation/ServiceConfig.cc index f6ecd79cf0..08a50ddea1 100644 --- a/src/adaptation/ServiceConfig.cc +++ b/src/adaptation/ServiceConfig.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 Adaptation + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 Adaptation */ + #include "squid.h" #include "adaptation/ServiceConfig.h" #include "ConfigParser.h" diff --git a/src/adaptation/ServiceConfig.h b/src/adaptation/ServiceConfig.h index 1d8cb93a6d..ca8f50b07c 100644 --- a/src/adaptation/ServiceConfig.h +++ b/src/adaptation/ServiceConfig.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__SERVICE_CONFIG_H #define SQUID_ADAPTATION__SERVICE_CONFIG_H diff --git a/src/adaptation/ServiceFilter.cc b/src/adaptation/ServiceFilter.cc index 90449d0fcb..8a7b02dfbf 100644 --- a/src/adaptation/ServiceFilter.cc +++ b/src/adaptation/ServiceFilter.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "AccessLogEntry.h" #include "adaptation/ServiceFilter.h" diff --git a/src/adaptation/ServiceFilter.h b/src/adaptation/ServiceFilter.h index b88e96bc4c..857ef716cd 100644 --- a/src/adaptation/ServiceFilter.h +++ b/src/adaptation/ServiceFilter.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__SERVICE_FILTER_H #define SQUID_ADAPTATION__SERVICE_FILTER_H diff --git a/src/adaptation/ServiceGroups.cc b/src/adaptation/ServiceGroups.cc index 2326962116..aa0482170a 100644 --- a/src/adaptation/ServiceGroups.cc +++ b/src/adaptation/ServiceGroups.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "adaptation/AccessRule.h" #include "adaptation/Config.h" diff --git a/src/adaptation/ServiceGroups.h b/src/adaptation/ServiceGroups.h index 33d56024e1..64a361e7f4 100644 --- a/src/adaptation/ServiceGroups.h +++ b/src/adaptation/ServiceGroups.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__SERVICE_GROUPS_H #define SQUID_ADAPTATION__SERVICE_GROUPS_H diff --git a/src/adaptation/ecap/Config.cc b/src/adaptation/ecap/Config.cc index 314b743dda..408df37177 100644 --- a/src/adaptation/ecap/Config.cc +++ b/src/adaptation/ecap/Config.cc @@ -1,6 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 93 eCAP Interface */ + #include "squid.h" #include "adaptation/ecap/Config.h" #include "adaptation/ecap/Host.h" diff --git a/src/adaptation/ecap/Config.h b/src/adaptation/ecap/Config.h index 4575c4d4f6..6d5a84d338 100644 --- a/src/adaptation/ecap/Config.h +++ b/src/adaptation/ecap/Config.h @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 eCAP Interface */ + #ifndef SQUID_ECAP_CONFIG_H #define SQUID_ECAP_CONFIG_H diff --git a/src/adaptation/ecap/Host.cc b/src/adaptation/ecap/Host.cc index 7770e3707e..9a37ca2fa1 100644 --- a/src/adaptation/ecap/Host.cc +++ b/src/adaptation/ecap/Host.cc @@ -1,6 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 93 eCAP Interface */ + #include "squid.h" #include #include diff --git a/src/adaptation/ecap/Host.h b/src/adaptation/ecap/Host.h index 9789fc1c2b..74dbed34e9 100644 --- a/src/adaptation/ecap/Host.h +++ b/src/adaptation/ecap/Host.h @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 eCAP Interface */ + #ifndef SQUID_ECAP_HOST_H #define SQUID_ECAP_HOST_H diff --git a/src/adaptation/ecap/Makefile.am b/src/adaptation/ecap/Makefile.am index 6df5938a8d..6143dc1b79 100644 --- a/src/adaptation/ecap/Makefile.am +++ b/src/adaptation/ecap/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/adaptation/ecap/MessageRep.cc b/src/adaptation/ecap/MessageRep.cc index cbca93693c..4002856b04 100644 --- a/src/adaptation/ecap/MessageRep.cc +++ b/src/adaptation/ecap/MessageRep.cc @@ -1,6 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 93 eCAP Interface */ + #include "squid.h" #include "BodyPipe.h" #include "HttpReply.h" diff --git a/src/adaptation/ecap/MessageRep.h b/src/adaptation/ecap/MessageRep.h index cfcf739236..48d86c666f 100644 --- a/src/adaptation/ecap/MessageRep.h +++ b/src/adaptation/ecap/MessageRep.h @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 eCAP Interface */ + #ifndef SQUID__ECAP__MESSAGE_REP_H #define SQUID__ECAP__MESSAGE_REP_H diff --git a/src/adaptation/ecap/MinimalAdapter.cc b/src/adaptation/ecap/MinimalAdapter.cc index a63bd70a7a..d559fadc3b 100644 --- a/src/adaptation/ecap/MinimalAdapter.cc +++ b/src/adaptation/ecap/MinimalAdapter.cc @@ -1,2 +1,10 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" // TBD diff --git a/src/adaptation/ecap/Registry.h b/src/adaptation/ecap/Registry.h index c64de56d43..fb13435b2c 100644 --- a/src/adaptation/ecap/Registry.h +++ b/src/adaptation/ecap/Registry.h @@ -1 +1,9 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + // TBD diff --git a/src/adaptation/ecap/ServiceRep.cc b/src/adaptation/ecap/ServiceRep.cc index c567dc1303..fa609934e6 100644 --- a/src/adaptation/ecap/ServiceRep.cc +++ b/src/adaptation/ecap/ServiceRep.cc @@ -1,6 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 93 eCAP Interface */ + #include "squid.h" #include "adaptation/ecap/Config.h" #include "adaptation/ecap/Host.h" diff --git a/src/adaptation/ecap/ServiceRep.h b/src/adaptation/ecap/ServiceRep.h index 19b166abcd..7aa207dd88 100644 --- a/src/adaptation/ecap/ServiceRep.h +++ b/src/adaptation/ecap/ServiceRep.h @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 eCAP Interface */ + #ifndef SQUID_ECAP_SERVICE_REP_H #define SQUID_ECAP_SERVICE_REP_H diff --git a/src/adaptation/ecap/XactionRep.cc b/src/adaptation/ecap/XactionRep.cc index 30fb86cbd9..c5c7a6f786 100644 --- a/src/adaptation/ecap/XactionRep.cc +++ b/src/adaptation/ecap/XactionRep.cc @@ -1,6 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 93 eCAP Interface */ + #include "squid.h" #include #include diff --git a/src/adaptation/ecap/XactionRep.h b/src/adaptation/ecap/XactionRep.h index a0a1548fd9..4a74d78cbb 100644 --- a/src/adaptation/ecap/XactionRep.h +++ b/src/adaptation/ecap/XactionRep.h @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 eCAP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 eCAP Interface */ + #ifndef SQUID_ECAP_XACTION_REP_H #define SQUID_ECAP_XACTION_REP_H diff --git a/src/adaptation/forward.h b/src/adaptation/forward.h index 7a41ad5644..de0b39fde9 100644 --- a/src/adaptation/forward.h +++ b/src/adaptation/forward.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ADAPTATION__FORWARD_H #define SQUID_ADAPTATION__FORWARD_H diff --git a/src/adaptation/icap/Client.cc b/src/adaptation/icap/Client.cc index 878578e48f..958c67711c 100644 --- a/src/adaptation/icap/Client.cc +++ b/src/adaptation/icap/Client.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "adaptation/icap/Client.h" #include "Debug.h" diff --git a/src/adaptation/icap/Client.h b/src/adaptation/icap/Client.h index 903b1aef24..4ef70d011d 100644 --- a/src/adaptation/icap/Client.h +++ b/src/adaptation/icap/Client.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPCLIENT_H diff --git a/src/adaptation/icap/Config.cc b/src/adaptation/icap/Config.cc index 74506632e0..ab5b465b6c 100644 --- a/src/adaptation/icap/Config.cc +++ b/src/adaptation/icap/Config.cc @@ -1,33 +1,9 @@ - /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/adaptation/icap/Config.h b/src/adaptation/icap/Config.h index 5da8ec7adb..b6378c4bcf 100644 --- a/src/adaptation/icap/Config.h +++ b/src/adaptation/icap/Config.h @@ -1,34 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPCONFIG_H diff --git a/src/adaptation/icap/Elements.cc b/src/adaptation/icap/Elements.cc index ac82c70ad4..5a158f2bde 100644 --- a/src/adaptation/icap/Elements.cc +++ b/src/adaptation/icap/Elements.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "adaptation/icap/Elements.h" diff --git a/src/adaptation/icap/Elements.h b/src/adaptation/icap/Elements.h index b8fb8a9c1a..2656e8ea29 100644 --- a/src/adaptation/icap/Elements.h +++ b/src/adaptation/icap/Elements.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPELEMENTS_H diff --git a/src/adaptation/icap/History.cc b/src/adaptation/icap/History.cc index 3ac7eb873d..ee32fefafb 100644 --- a/src/adaptation/icap/History.cc +++ b/src/adaptation/icap/History.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "adaptation/icap/History.h" #include "Debug.h" diff --git a/src/adaptation/icap/History.h b/src/adaptation/icap/History.h index fcb4efa18c..b7a6ab9145 100644 --- a/src/adaptation/icap/History.h +++ b/src/adaptation/icap/History.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ICAPHISTORY_H #define SQUID_ICAPHISTORY_H diff --git a/src/adaptation/icap/InOut.h b/src/adaptation/icap/InOut.h index 83a6270f11..2452d733bd 100644 --- a/src/adaptation/icap/InOut.h +++ b/src/adaptation/icap/InOut.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPINOUT_H diff --git a/src/adaptation/icap/Launcher.cc b/src/adaptation/icap/Launcher.cc index 7d77f57ee0..6e95c4f019 100644 --- a/src/adaptation/icap/Launcher.cc +++ b/src/adaptation/icap/Launcher.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 ICAP (RFC 3507) Client + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 ICAP (RFC 3507) Client */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "adaptation/Answer.h" diff --git a/src/adaptation/icap/Launcher.h b/src/adaptation/icap/Launcher.h index 37beb79d31..dcdd987e60 100644 --- a/src/adaptation/icap/Launcher.h +++ b/src/adaptation/icap/Launcher.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPLAUNCHER_H diff --git a/src/adaptation/icap/Makefile.am b/src/adaptation/icap/Makefile.am index 8be660d41e..be8ec1423c 100644 --- a/src/adaptation/icap/Makefile.am +++ b/src/adaptation/icap/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/adaptation/icap/ModXact.cc b/src/adaptation/icap/ModXact.cc index 6b677a7f9f..0dad114314 100644 --- a/src/adaptation/icap/ModXact.cc +++ b/src/adaptation/icap/ModXact.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 ICAP (RFC 3507) Client + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 ICAP (RFC 3507) Client */ + #include "squid.h" #include "AccessLogEntry.h" #include "adaptation/Answer.h" diff --git a/src/adaptation/icap/ModXact.h b/src/adaptation/icap/ModXact.h index 8828d28de2..b47c16050c 100644 --- a/src/adaptation/icap/ModXact.h +++ b/src/adaptation/icap/ModXact.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPMODXACT_H diff --git a/src/adaptation/icap/OptXact.cc b/src/adaptation/icap/OptXact.cc index 7fe04dd254..aa0d42b1be 100644 --- a/src/adaptation/icap/OptXact.cc +++ b/src/adaptation/icap/OptXact.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 ICAP (RFC 3507) Client + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 ICAP (RFC 3507) Client */ + #include "squid.h" #include "adaptation/Answer.h" #include "adaptation/icap/Config.h" diff --git a/src/adaptation/icap/OptXact.h b/src/adaptation/icap/OptXact.h index 70dc4952a7..d16dd0bd15 100644 --- a/src/adaptation/icap/OptXact.h +++ b/src/adaptation/icap/OptXact.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPOPTXACT_H diff --git a/src/adaptation/icap/Options.cc b/src/adaptation/icap/Options.cc index 9524a1ec49..2c3317c2bd 100644 --- a/src/adaptation/icap/Options.cc +++ b/src/adaptation/icap/Options.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "adaptation/icap/Config.h" #include "adaptation/icap/Options.h" diff --git a/src/adaptation/icap/Options.h b/src/adaptation/icap/Options.h index 0d7e96c4f3..5198c4bb37 100644 --- a/src/adaptation/icap/Options.h +++ b/src/adaptation/icap/Options.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPOPTIONS_H diff --git a/src/adaptation/icap/ServiceRep.cc b/src/adaptation/icap/ServiceRep.cc index 8274551add..5167a33cbf 100644 --- a/src/adaptation/icap/ServiceRep.cc +++ b/src/adaptation/icap/ServiceRep.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 ICAP (RFC 3507) Client + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 ICAP (RFC 3507) Client */ + #include "squid.h" #include "adaptation/Answer.h" #include "adaptation/icap/Config.h" diff --git a/src/adaptation/icap/ServiceRep.h b/src/adaptation/icap/ServiceRep.h index 2843bff6bd..bb2723238d 100644 --- a/src/adaptation/icap/ServiceRep.h +++ b/src/adaptation/icap/ServiceRep.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPSERVICEREP_H diff --git a/src/adaptation/icap/Xaction.cc b/src/adaptation/icap/Xaction.cc index 617852b0d8..23a3c76414 100644 --- a/src/adaptation/icap/Xaction.cc +++ b/src/adaptation/icap/Xaction.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 ICAP (RFC 3507) Client + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 ICAP (RFC 3507) Client */ + #include "squid.h" #include "adaptation/icap/Config.h" #include "adaptation/icap/Launcher.h" diff --git a/src/adaptation/icap/Xaction.h b/src/adaptation/icap/Xaction.h index 643da47847..756484d8de 100644 --- a/src/adaptation/icap/Xaction.h +++ b/src/adaptation/icap/Xaction.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ICAPXACTION_H diff --git a/src/adaptation/icap/icap_log.cc b/src/adaptation/icap/icap_log.cc index 7a1f4d93a4..11f0bafb05 100644 --- a/src/adaptation/icap/icap_log.cc +++ b/src/adaptation/icap/icap_log.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "AccessLogEntry.h" #include "acl/FilledChecklist.h" diff --git a/src/adaptation/icap/icap_log.h b/src/adaptation/icap/icap_log.h index 6fda5b7b04..391236e44c 100644 --- a/src/adaptation/icap/icap_log.h +++ b/src/adaptation/icap/icap_log.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef ICAP_LOG_H_ #define ICAP_LOG_H_ diff --git a/src/adaptation/notes.dox b/src/adaptation/notes.dox index 720556e56a..7a777b5da9 100644 --- a/src/adaptation/notes.dox +++ b/src/adaptation/notes.dox @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + /** \defgroup Adaptation Adaptation \ingroup Components diff --git a/src/anyp/Makefile.am b/src/anyp/Makefile.am index 39a428fe80..ab153d4777 100644 --- a/src/anyp/Makefile.am +++ b/src/anyp/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/anyp/PortCfg.cc b/src/anyp/PortCfg.cc index a398d58128..d2dae99133 100644 --- a/src/anyp/PortCfg.cc +++ b/src/anyp/PortCfg.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "anyp/PortCfg.h" #include "comm.h" diff --git a/src/anyp/PortCfg.h b/src/anyp/PortCfg.h index 7f3440133c..3096d2fd76 100644 --- a/src/anyp/PortCfg.h +++ b/src/anyp/PortCfg.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ANYP_PORTCFG_H #define SQUID_ANYP_PORTCFG_H diff --git a/src/anyp/ProtocolType.h b/src/anyp/ProtocolType.h index 981301681e..d8d6302f02 100644 --- a/src/anyp/ProtocolType.h +++ b/src/anyp/ProtocolType.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_ANYP_PROTOCOLTYPE_H #define _SQUID_SRC_ANYP_PROTOCOLTYPE_H diff --git a/src/anyp/ProtocolVersion.h b/src/anyp/ProtocolVersion.h index 8affa67a02..312242aade 100644 --- a/src/anyp/ProtocolVersion.h +++ b/src/anyp/ProtocolVersion.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ANYP_PROTOCOLVERSION_H #define SQUID_ANYP_PROTOCOLVERSION_H diff --git a/src/anyp/TrafficMode.h b/src/anyp/TrafficMode.h index eb03cf9bac..8e8b26607b 100644 --- a/src/anyp/TrafficMode.h +++ b/src/anyp/TrafficMode.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ANYP_TRAFFIC_MODE_H #define SQUID_ANYP_TRAFFIC_MODE_H diff --git a/src/anyp/UriScheme.cc b/src/anyp/UriScheme.cc index 36a873fedc..6ce1d34ca3 100644 --- a/src/anyp/UriScheme.cc +++ b/src/anyp/UriScheme.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 23 URL Scheme parsing - * AUTHOR: Robert Collins, Amos Jeffries + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 23 URL Scheme parsing */ + #include "squid.h" #include "anyp/UriScheme.h" diff --git a/src/anyp/UriScheme.h b/src/anyp/UriScheme.h index 7ba963b4dc..1ec0f51255 100644 --- a/src/anyp/UriScheme.h +++ b/src/anyp/UriScheme.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ANYP_URISCHEME_H #define SQUID_ANYP_URISCHEME_H diff --git a/src/anyp/forward.h b/src/anyp/forward.h index 6e5063a8b3..5229b0e794 100644 --- a/src/anyp/forward.h +++ b/src/anyp/forward.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_ANYP_FORWARD_H #define _SQUID_SRC_ANYP_FORWARD_H diff --git a/src/auth/Acl.cc b/src/auth/Acl.cc index cde58e641e..480601404b 100644 --- a/src/auth/Acl.cc +++ b/src/auth/Acl.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Acl.h" #include "acl/FilledChecklist.h" diff --git a/src/auth/Acl.h b/src/auth/Acl.h index 5f15203fc6..c8b073a154 100644 --- a/src/auth/Acl.h +++ b/src/auth/Acl.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_AUTH_ACL_H #define SQUID_AUTH_ACL_H diff --git a/src/auth/AclMaxUserIp.cc b/src/auth/AclMaxUserIp.cc index 585e588d68..0051c3076d 100644 --- a/src/auth/AclMaxUserIp.cc +++ b/src/auth/AclMaxUserIp.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "auth/Acl.h" diff --git a/src/auth/AclMaxUserIp.h b/src/auth/AclMaxUserIp.h index 049044005a..f15e7555a4 100644 --- a/src/auth/AclMaxUserIp.h +++ b/src/auth/AclMaxUserIp.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLMAXUSERIP_H diff --git a/src/auth/AclProxyAuth.cc b/src/auth/AclProxyAuth.cc index 840fc53892..da4d16f13d 100644 --- a/src/auth/AclProxyAuth.cc +++ b/src/auth/AclProxyAuth.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "acl/RegexData.h" diff --git a/src/auth/AclProxyAuth.h b/src/auth/AclProxyAuth.h index 1b00f8224d..a42b47b036 100644 --- a/src/auth/AclProxyAuth.h +++ b/src/auth/AclProxyAuth.h @@ -1,32 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ACLPROXYAUTH_H diff --git a/src/auth/AuthAclState.h b/src/auth/AuthAclState.h index fdd3b69e57..cba5852ef3 100644 --- a/src/auth/AuthAclState.h +++ b/src/auth/AuthAclState.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID__SRC_AUTH_AUTHACLSTATE_H #define _SQUID__SRC_AUTH_AUTHACLSTATE_H diff --git a/src/auth/Config.cc b/src/auth/Config.cc index 23552191e2..fb2ef3f919 100644 --- a/src/auth/Config.cc +++ b/src/auth/Config.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 29 Authenticator - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 Authenticator */ + #include "squid.h" #include "auth/Config.h" #include "auth/Gadgets.h" diff --git a/src/auth/Config.h b/src/auth/Config.h index f05b67e799..d20e83cd8a 100644 --- a/src/auth/Config.h +++ b/src/auth/Config.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_AUTH_CONFIG_H #define SQUID_AUTH_CONFIG_H diff --git a/src/auth/CredentialState.h b/src/auth/CredentialState.h index 2fde2b5159..fd6f86037a 100644 --- a/src/auth/CredentialState.h +++ b/src/auth/CredentialState.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_AUTH_CREDENTIALSTATE_H #define _SQUID_AUTH_CREDENTIALSTATE_H diff --git a/src/auth/Gadgets.cc b/src/auth/Gadgets.cc index 03c1c2e930..f6254a99ce 100644 --- a/src/auth/Gadgets.cc +++ b/src/auth/Gadgets.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 29 Authenticator - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 Authenticator */ + /* The functions in this file handle authentication. * They DO NOT perform access control or auditing. * See acl.c for access control and client_side.c for auditing */ diff --git a/src/auth/Gadgets.h b/src/auth/Gadgets.h index c01c1a42fb..5135e647a4 100644 --- a/src/auth/Gadgets.h +++ b/src/auth/Gadgets.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AUTH_GADGETS_H diff --git a/src/auth/Makefile.am b/src/auth/Makefile.am index 58a0e50aa5..eb64f22cb4 100644 --- a/src/auth/Makefile.am +++ b/src/auth/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/auth/QueueNode.h b/src/auth/QueueNode.h index 9d7722d6c0..2d5fdf1eaa 100644 --- a/src/auth/QueueNode.h +++ b/src/auth/QueueNode.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_AUTH_QUEUENODE_H #define SQUID_SRC_AUTH_QUEUENODE_H diff --git a/src/auth/Scheme.cc b/src/auth/Scheme.cc index 996f1908d1..04075355a8 100644 --- a/src/auth/Scheme.cc +++ b/src/auth/Scheme.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 29 Authenticator - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2004, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 Authenticator */ + #include "squid.h" #include "auth/Config.h" #include "auth/Gadgets.h" diff --git a/src/auth/Scheme.h b/src/auth/Scheme.h index 19d592a375..c45c3430b7 100644 --- a/src/auth/Scheme.h +++ b/src/auth/Scheme.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AUTH_SCHEME_H diff --git a/src/auth/State.cc b/src/auth/State.cc index 187a83c543..6dce8a9c5c 100644 --- a/src/auth/State.cc +++ b/src/auth/State.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #if USE_AUTH diff --git a/src/auth/State.h b/src/auth/State.h index 16970418e7..6c9117fed0 100644 --- a/src/auth/State.h +++ b/src/auth/State.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef __AUTH_AUTHENTICATE_STATE_T__ #define __AUTH_AUTHENTICATE_STATE_T__ diff --git a/src/auth/Type.h b/src/auth/Type.h index 1c02f29a05..45fa0a2f46 100644 --- a/src/auth/Type.h +++ b/src/auth/Type.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID__SRC_AUTH_AUTHTYPE_H #define _SQUID__SRC_AUTH_AUTHTYPE_H diff --git a/src/auth/User.cc b/src/auth/User.cc index 7c2713e7b7..8ad57607d8 100644 --- a/src/auth/User.cc +++ b/src/auth/User.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 29 Authenticator - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 Authenticator */ + #include "squid.h" #include "acl/Acl.h" #include "acl/Gadgets.h" diff --git a/src/auth/User.h b/src/auth/User.h index ba5dd5cfe3..7b117c6380 100644 --- a/src/auth/User.h +++ b/src/auth/User.h @@ -1,32 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AUTH_USER_H diff --git a/src/auth/UserRequest.cc b/src/auth/UserRequest.cc index 9d92db53c0..bdebf7db2e 100644 --- a/src/auth/UserRequest.cc +++ b/src/auth/UserRequest.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 29 Authenticator - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 Authenticator */ + /* The functions in this file handle authentication. * They DO NOT perform access control or auditing. * See acl.c for access control and client_side.c for auditing */ diff --git a/src/auth/UserRequest.h b/src/auth/UserRequest.h index b5e65c3d1d..9855be057c 100644 --- a/src/auth/UserRequest.h +++ b/src/auth/UserRequest.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AUTH_USERREQUEST_H diff --git a/src/auth/basic/Makefile.am b/src/auth/basic/Makefile.am index a1a0bc1afd..a13cb01f27 100644 --- a/src/auth/basic/Makefile.am +++ b/src/auth/basic/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/auth/basic/Scheme.cc b/src/auth/basic/Scheme.cc index 6486b7241e..70d7b3c5ce 100644 --- a/src/auth/basic/Scheme.cc +++ b/src/auth/basic/Scheme.cc @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/auth/basic/Scheme.h b/src/auth/basic/Scheme.h index bbd217742b..ddd745a587 100644 --- a/src/auth/basic/Scheme.h +++ b/src/auth/basic/Scheme.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AUTH_BASIC_SCHEME_H diff --git a/src/auth/basic/User.cc b/src/auth/basic/User.cc index 273ee33f2f..053d2ccc53 100644 --- a/src/auth/basic/User.cc +++ b/src/auth/basic/User.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "auth/basic/auth_basic.h" #include "auth/basic/User.h" diff --git a/src/auth/basic/User.h b/src/auth/basic/User.h index 1226fb736c..5aaaccadd7 100644 --- a/src/auth/basic/User.h +++ b/src/auth/basic/User.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_AUTH_BASIC_USER_H #define _SQUID_AUTH_BASIC_USER_H diff --git a/src/auth/basic/UserRequest.cc b/src/auth/basic/UserRequest.cc index fc1dee1ffa..e63ad1a3bb 100644 --- a/src/auth/basic/UserRequest.cc +++ b/src/auth/basic/UserRequest.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "auth/basic/auth_basic.h" #include "auth/basic/User.h" diff --git a/src/auth/basic/UserRequest.h b/src/auth/basic/UserRequest.h index 85885dd129..acddc3bff1 100644 --- a/src/auth/basic/UserRequest.h +++ b/src/auth/basic/UserRequest.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_AUTH_BASIC_USERREQUEST_H #define _SQUID_SRC_AUTH_BASIC_USERREQUEST_H diff --git a/src/auth/basic/auth_basic.cc b/src/auth/basic/auth_basic.cc index 1ef3246991..dd9a6172d2 100644 --- a/src/auth/basic/auth_basic.cc +++ b/src/auth/basic/auth_basic.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 29 Authenticator - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 Authenticator */ + /* The functions in this file handle authentication. * They DO NOT perform access control or auditing. * See acl.c for access control and client_side.c for auditing */ diff --git a/src/auth/basic/auth_basic.h b/src/auth/basic/auth_basic.h index b85984840f..243cda476a 100644 --- a/src/auth/basic/auth_basic.h +++ b/src/auth/basic/auth_basic.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + /* * auth_basic.h * Internal declarations for the basic auth module diff --git a/src/auth/digest/Makefile.am b/src/auth/digest/Makefile.am index 5ab0bcab9a..9b3cb3e18d 100644 --- a/src/auth/digest/Makefile.am +++ b/src/auth/digest/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/auth/digest/Scheme.cc b/src/auth/digest/Scheme.cc index 61130a8366..44a0f43c02 100644 --- a/src/auth/digest/Scheme.cc +++ b/src/auth/digest/Scheme.cc @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/auth/digest/Scheme.h b/src/auth/digest/Scheme.h index 6b34665772..b6dade9de9 100644 --- a/src/auth/digest/Scheme.h +++ b/src/auth/digest/Scheme.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AUTH_DIGEST_SCHEME_H diff --git a/src/auth/digest/User.cc b/src/auth/digest/User.cc index 8926a08bc9..03b110ae7b 100644 --- a/src/auth/digest/User.cc +++ b/src/auth/digest/User.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "auth/digest/auth_digest.h" #include "auth/digest/User.h" diff --git a/src/auth/digest/User.h b/src/auth/digest/User.h index 8d09ff302b..1c5f5d7984 100644 --- a/src/auth/digest/User.h +++ b/src/auth/digest/User.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_AUTH_DIGEST_USER_H #define _SQUID_AUTH_DIGEST_USER_H diff --git a/src/auth/digest/UserRequest.cc b/src/auth/digest/UserRequest.cc index 3f02a5b718..754bae7f41 100644 --- a/src/auth/digest/UserRequest.cc +++ b/src/auth/digest/UserRequest.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "AccessLogEntry.h" #include "auth/digest/auth_digest.h" diff --git a/src/auth/digest/UserRequest.h b/src/auth/digest/UserRequest.h index a4d006815c..1e385cca96 100644 --- a/src/auth/digest/UserRequest.h +++ b/src/auth/digest/UserRequest.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_AUTH_DIGEST_USERREQUEST_H #define _SQUID_SRC_AUTH_DIGEST_USERREQUEST_H diff --git a/src/auth/digest/auth_digest.cc b/src/auth/digest/auth_digest.cc index 9d6b1ca647..9a04a91269 100644 --- a/src/auth/digest/auth_digest.cc +++ b/src/auth/digest/auth_digest.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 29 Authenticator - * AUTHOR: Robert Collins - * - * 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 Authenticator */ + /* The functions in this file handle authentication. * They DO NOT perform access control or auditing. * See acl.c for access control and client_side.c for auditing */ diff --git a/src/auth/digest/auth_digest.h b/src/auth/digest/auth_digest.h index e9bb6ab001..e73f4d567a 100644 --- a/src/auth/digest/auth_digest.h +++ b/src/auth/digest/auth_digest.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + /* * auth_digest.h * Internal declarations for the digest auth module diff --git a/src/auth/negotiate/Makefile.am b/src/auth/negotiate/Makefile.am index 0062a77a57..4af1e69be8 100644 --- a/src/auth/negotiate/Makefile.am +++ b/src/auth/negotiate/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/auth/negotiate/Scheme.cc b/src/auth/negotiate/Scheme.cc index 7068342d8c..6d0ec268ba 100644 --- a/src/auth/negotiate/Scheme.cc +++ b/src/auth/negotiate/Scheme.cc @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/auth/negotiate/Scheme.h b/src/auth/negotiate/Scheme.h index 9b48254861..1f96a9eb2b 100644 --- a/src/auth/negotiate/Scheme.h +++ b/src/auth/negotiate/Scheme.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AUTH_NEGOTIATE_SCHEME_H diff --git a/src/auth/negotiate/User.cc b/src/auth/negotiate/User.cc index d1808bec78..751cc3d2bb 100644 --- a/src/auth/negotiate/User.cc +++ b/src/auth/negotiate/User.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "auth/Config.h" #include "auth/negotiate/User.h" diff --git a/src/auth/negotiate/User.h b/src/auth/negotiate/User.h index 57de9e5eff..59c95d201e 100644 --- a/src/auth/negotiate/User.h +++ b/src/auth/negotiate/User.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_AUTH_NEGOTIATE_USER_H #define _SQUID_AUTH_NEGOTIATE_USER_H diff --git a/src/auth/negotiate/UserRequest.cc b/src/auth/negotiate/UserRequest.cc index 808aacab98..b699ad599a 100644 --- a/src/auth/negotiate/UserRequest.cc +++ b/src/auth/negotiate/UserRequest.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "AccessLogEntry.h" #include "auth/negotiate/auth_negotiate.h" diff --git a/src/auth/negotiate/UserRequest.h b/src/auth/negotiate/UserRequest.h index ad55fb71f7..9bfc2febbb 100644 --- a/src/auth/negotiate/UserRequest.h +++ b/src/auth/negotiate/UserRequest.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_AUTH_NEGOTIATE_USERREQUEST_H #define _SQUID_SRC_AUTH_NEGOTIATE_USERREQUEST_H diff --git a/src/auth/negotiate/auth_negotiate.cc b/src/auth/negotiate/auth_negotiate.cc index 625888631e..2700f05024 100644 --- a/src/auth/negotiate/auth_negotiate.cc +++ b/src/auth/negotiate/auth_negotiate.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 29 Negotiate Authenticator - * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 Negotiate Authenticator */ + /* The functions in this file handle authentication. * They DO NOT perform access control or auditing. * See acl.c for access control and client_side.c for auditing */ diff --git a/src/auth/negotiate/auth_negotiate.h b/src/auth/negotiate/auth_negotiate.h index 179a816b11..705e0c019b 100644 --- a/src/auth/negotiate/auth_negotiate.h +++ b/src/auth/negotiate/auth_negotiate.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + /* * auth_negotiate.h * Internal declarations for the negotiate auth module diff --git a/src/auth/ntlm/Makefile.am b/src/auth/ntlm/Makefile.am index 939ad07201..5f43cfc7c8 100644 --- a/src/auth/ntlm/Makefile.am +++ b/src/auth/ntlm/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/auth/ntlm/Scheme.cc b/src/auth/ntlm/Scheme.cc index f4322e451d..148bc80ef3 100644 --- a/src/auth/ntlm/Scheme.cc +++ b/src/auth/ntlm/Scheme.cc @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/auth/ntlm/Scheme.h b/src/auth/ntlm/Scheme.h index 034ff07bb3..eed068a758 100644 --- a/src/auth/ntlm/Scheme.h +++ b/src/auth/ntlm/Scheme.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_AUTH_NTLM_SCHEME_H diff --git a/src/auth/ntlm/User.cc b/src/auth/ntlm/User.cc index bbe6f73832..89b43f84f4 100644 --- a/src/auth/ntlm/User.cc +++ b/src/auth/ntlm/User.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "auth/Config.h" #include "auth/ntlm/User.h" diff --git a/src/auth/ntlm/User.h b/src/auth/ntlm/User.h index 0dd72f96d5..3814759b11 100644 --- a/src/auth/ntlm/User.h +++ b/src/auth/ntlm/User.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_AUTH_NTLM_USER_H #define _SQUID_AUTH_NTLM_USER_H diff --git a/src/auth/ntlm/UserRequest.cc b/src/auth/ntlm/UserRequest.cc index 605c4c7b51..2e3cdc1f25 100644 --- a/src/auth/ntlm/UserRequest.cc +++ b/src/auth/ntlm/UserRequest.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "AccessLogEntry.h" #include "auth/ntlm/auth_ntlm.h" diff --git a/src/auth/ntlm/UserRequest.h b/src/auth/ntlm/UserRequest.h index 7b398210da..c4c2d02dd9 100644 --- a/src/auth/ntlm/UserRequest.h +++ b/src/auth/ntlm/UserRequest.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_AUTH_NTLM_USERREQUEST_H #define _SQUID_SRC_AUTH_NTLM_USERREQUEST_H diff --git a/src/auth/ntlm/auth_ntlm.cc b/src/auth/ntlm/auth_ntlm.cc index 207b3d8b74..006a6087c9 100644 --- a/src/auth/ntlm/auth_ntlm.cc +++ b/src/auth/ntlm/auth_ntlm.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 29 NTLM Authenticator - * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 29 NTLM Authenticator */ + /* The functions in this file handle authentication. * They DO NOT perform access control or auditing. * See acl.c for access control and client_side.c for auditing */ diff --git a/src/auth/ntlm/auth_ntlm.h b/src/auth/ntlm/auth_ntlm.h index df46c97b90..7923c43dbe 100644 --- a/src/auth/ntlm/auth_ntlm.h +++ b/src/auth/ntlm/auth_ntlm.h @@ -1,10 +1,14 @@ /* - * auth_ntlm.h - * Internal declarations for the ntlm auth module + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef __AUTH_NTLM_H__ #define __AUTH_NTLM_H__ + #include "auth/Config.h" #include "auth/Gadgets.h" #include "auth/UserRequest.h" diff --git a/src/base/AsyncCall.cc b/src/base/AsyncCall.cc index 2fc1d70e1f..a5c946e8a6 100644 --- a/src/base/AsyncCall.cc +++ b/src/base/AsyncCall.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "AsyncCall.h" #include "base/AsyncCall.h" diff --git a/src/base/AsyncCall.h b/src/base/AsyncCall.h index f1ddf85dcf..145f81242d 100644 --- a/src/base/AsyncCall.h +++ b/src/base/AsyncCall.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ASYNCCALL_H #define SQUID_ASYNCCALL_H diff --git a/src/base/AsyncCallQueue.cc b/src/base/AsyncCallQueue.cc index 58be965b53..08b70f397d 100644 --- a/src/base/AsyncCallQueue.cc +++ b/src/base/AsyncCallQueue.cc @@ -1,9 +1,13 @@ - /* - * DEBUG: section 41 Event Processing + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 41 Event Processing */ + #include "squid.h" #include "base/AsyncCall.h" #include "base/AsyncCallQueue.h" diff --git a/src/base/AsyncCallQueue.h b/src/base/AsyncCallQueue.h index e7447c6f56..411b7c91b8 100644 --- a/src/base/AsyncCallQueue.h +++ b/src/base/AsyncCallQueue.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ASYNCCALLQUEUE_H #define SQUID_ASYNCCALLQUEUE_H diff --git a/src/base/AsyncCbdataCalls.h b/src/base/AsyncCbdataCalls.h index b4ec163580..5ebfc1cdad 100644 --- a/src/base/AsyncCbdataCalls.h +++ b/src/base/AsyncCbdataCalls.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_BASE_ASYNCCBDATACALLS_H #define SQUID_BASE_ASYNCCBDATACALLS_H diff --git a/src/base/AsyncJob.cc b/src/base/AsyncJob.cc index 8e5afaf77c..29286a91b5 100644 --- a/src/base/AsyncJob.cc +++ b/src/base/AsyncJob.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 93 ICAP (RFC 3507) Client + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 93 ICAP (RFC 3507) Client */ + #include "squid.h" #include "base/AsyncCall.h" #include "base/AsyncJob.h" diff --git a/src/base/AsyncJob.h b/src/base/AsyncJob.h index afbf1fd5f2..918127b6ee 100644 --- a/src/base/AsyncJob.h +++ b/src/base/AsyncJob.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ASYNC_JOB_H #define SQUID_ASYNC_JOB_H diff --git a/src/base/AsyncJobCalls.h b/src/base/AsyncJobCalls.h index 6ed8f3d884..0c0fa96100 100644 --- a/src/base/AsyncJobCalls.h +++ b/src/base/AsyncJobCalls.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ASYNCJOBCALLS_H #define SQUID_ASYNCJOBCALLS_H diff --git a/src/base/CbcPointer.h b/src/base/CbcPointer.h index 3bed8db2aa..53eeb3ac93 100644 --- a/src/base/CbcPointer.h +++ b/src/base/CbcPointer.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_CBC_POINTER_H #define SQUID_CBC_POINTER_H diff --git a/src/base/CharacterSet.cc b/src/base/CharacterSet.cc index 72e69c1180..8c0c6c518d 100644 --- a/src/base/CharacterSet.cc +++ b/src/base/CharacterSet.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "CharacterSet.h" diff --git a/src/base/CharacterSet.h b/src/base/CharacterSet.h index ab7b9ed196..f4959a3947 100644 --- a/src/base/CharacterSet.h +++ b/src/base/CharacterSet.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_PARSER_CHARACTERSET_H #define _SQUID_SRC_PARSER_CHARACTERSET_H diff --git a/src/base/InstanceId.h b/src/base/InstanceId.h index d948b5cd08..89cfd7325a 100644 --- a/src/base/InstanceId.h +++ b/src/base/InstanceId.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_BASE_INSTANCE_ID_H #define SQUID_BASE_INSTANCE_ID_H diff --git a/src/base/Lock.h b/src/base/Lock.h index 11bcfe6119..2c70c4eb29 100644 --- a/src/base/Lock.h +++ b/src/base/Lock.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_BASE_LOCK_H #define SQUID_SRC_BASE_LOCK_H diff --git a/src/base/LruMap.h b/src/base/LruMap.h index 00b68e5f9f..e12cf8f48b 100644 --- a/src/base/LruMap.h +++ b/src/base/LruMap.h @@ -1,5 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_LRUMAP_H diff --git a/src/base/Makefile.am b/src/base/Makefile.am index 3591294cf8..abc05d95e7 100644 --- a/src/base/Makefile.am +++ b/src/base/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/base/RefCount.h b/src/base/RefCount.h index f0e7b2d8ad..5a35d6cf54 100644 --- a/src/base/RefCount.h +++ b/src/base/RefCount.h @@ -1,35 +1,13 @@ /* - * DEBUG: section -- Refcount allocator - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section -- Refcount allocator */ + #ifndef SQUID_REFCOUNT_H_ #define SQUID_REFCOUNT_H_ diff --git a/src/base/RunnersRegistry.cc b/src/base/RunnersRegistry.cc index 743e097725..6a4ce96daf 100644 --- a/src/base/RunnersRegistry.cc +++ b/src/base/RunnersRegistry.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "base/RunnersRegistry.h" #include diff --git a/src/base/RunnersRegistry.h b/src/base/RunnersRegistry.h index 8a401651cf..c78edc115f 100644 --- a/src/base/RunnersRegistry.h +++ b/src/base/RunnersRegistry.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_BASE_RUNNERSREGISTRY_H #define SQUID_BASE_RUNNERSREGISTRY_H diff --git a/src/base/Subscription.h b/src/base/Subscription.h index 74e97bba87..9c437b5b9d 100644 --- a/src/base/Subscription.h +++ b/src/base/Subscription.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_BASE_SUBSCRIPTION_H #define _SQUID_BASE_SUBSCRIPTION_H diff --git a/src/base/TextException.cc b/src/base/TextException.cc index c18f2cc5c8..64e97743ad 100644 --- a/src/base/TextException.cc +++ b/src/base/TextException.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "base/TextException.h" #include "Debug.h" diff --git a/src/base/TextException.h b/src/base/TextException.h index bd7daf7965..dc1f4509b8 100644 --- a/src/base/TextException.h +++ b/src/base/TextException.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID__TEXTEXCEPTION_H #define SQUID__TEXTEXCEPTION_H diff --git a/src/base/TidyPointer.h b/src/base/TidyPointer.h index 4e5c825fa3..1159b964fa 100644 --- a/src/base/TidyPointer.h +++ b/src/base/TidyPointer.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_BASE_TIDYPOINTER_H #define SQUID_BASE_TIDYPOINTER_H diff --git a/src/base/testCharacterSet.cc b/src/base/testCharacterSet.cc index 39f40c766b..2bdab95790 100644 --- a/src/base/testCharacterSet.cc +++ b/src/base/testCharacterSet.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "base/CharacterSet.h" #include "testCharacterSet.h" diff --git a/src/base/testCharacterSet.h b/src/base/testCharacterSet.h index 49ece9b1d9..11e7fee651 100644 --- a/src/base/testCharacterSet.h +++ b/src/base/testCharacterSet.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_BASE_TESTCHARACTERSET_H #define SQUID_BASE_TESTCHARACTERSET_H diff --git a/src/cache_cf.cc b/src/cache_cf.cc index b1db32e3eb..52f3fb9828 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 03 Configuration File Parsing - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 03 Configuration File Parsing */ + #include "squid.h" #include "acl/Acl.h" #include "acl/AclAddress.h" diff --git a/src/cache_cf.h b/src/cache_cf.h index 2ee1c955f4..34faa6e32d 100644 --- a/src/cache_cf.h +++ b/src/cache_cf.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 03 Configuration File Parsing - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 03 Configuration File Parsing */ + #ifndef SQUID_CACHE_CF_H_ #define SQUID_CACHE_CF_H_ diff --git a/src/cache_diff.cc b/src/cache_diff.cc index 8e9f1c8dfc..3c44eb441f 100644 --- a/src/cache_diff.cc +++ b/src/cache_diff.cc @@ -1,33 +1,9 @@ - /* - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ /* diff --git a/src/cache_manager.cc b/src/cache_manager.cc index 4598b9d964..ec47320948 100644 --- a/src/cache_manager.cc +++ b/src/cache_manager.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 16 Cache Manager Objects - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager Objects */ + #include "squid.h" #include "base/TextException.h" #include "CacheManager.h" diff --git a/src/carp.cc b/src/carp.cc index fd01c2f2c5..a16a3d1859 100644 --- a/src/carp.cc +++ b/src/carp.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 39 Cache Array Routing Protocol - * AUTHOR: Henrik Nordstrom - * BASED ON: carp.c by Eric Stern and draft-vinod-carp-v1-03.txt - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 39 Cache Array Routing Protocol */ + #include "squid.h" #include "CachePeer.h" #include "HttpRequest.h" diff --git a/src/carp.h b/src/carp.h index c7fe1f07e2..ab4cd4a12f 100644 --- a/src/carp.h +++ b/src/carp.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 39 Cache Array Routing Protocol - * AUTHOR: Henrik Nordstrom - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 39 Cache Array Routing Protocol */ + #ifndef SQUID_CARP_H_ #define SQUID_CARP_H_ diff --git a/src/cbdata.cc b/src/cbdata.cc index 892518c60d..bc93dca3c0 100644 --- a/src/cbdata.cc +++ b/src/cbdata.cc @@ -1,38 +1,13 @@ - /* - * DEBUG: section 45 Callback Data Registry - * ORIGINAL AUTHOR: Duane Wessels - * Modified by Moez Mahfoudh (08/12/2000) - * History added by Robert Collins (2002-10-25) - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 45 Callback Data Registry */ + /** \defgroup CBDATAInternal Callback Data Allocator Internals \ingroup CBDATAAPI diff --git a/src/cbdata.h b/src/cbdata.h index 769061644f..240197ac24 100644 --- a/src/cbdata.h +++ b/src/cbdata.h @@ -1,32 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_CBDATA_H diff --git a/src/cf_gen.cc b/src/cf_gen.cc index e8d280177b..f014d77494 100644 --- a/src/cf_gen.cc +++ b/src/cf_gen.cc @@ -1,37 +1,13 @@ /* - * DEBUG: none Generate squid.conf.default and cf_parser.cci - * AUTHOR: Max Okumoto - * AUTHOR: Francesco Chemolli - * AUTHOR: Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: none Generate squid.conf.default and cf_parser.cci */ + /***************************************************************************** * Abstract: This program parses the input file and generates code and * files used to configure the variables in squid. diff --git a/src/clientStream.cc b/src/clientStream.cc index 6452835a34..1b28317d45 100644 --- a/src/clientStream.cc +++ b/src/clientStream.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 87 Client-side Stream routines. - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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 thisObject program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 87 Client-side Stream routines. */ + #include "squid.h" #include "client_side_request.h" #include "clientStream.h" diff --git a/src/clientStream.h b/src/clientStream.h index 2c3348b7e9..66c926da6d 100644 --- a/src/clientStream.h +++ b/src/clientStream.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_CLIENTSTREAM_H diff --git a/src/clientStreamForward.h b/src/clientStreamForward.h index acca424ff5..f449fab8ca 100644 --- a/src/clientStreamForward.h +++ b/src/clientStreamForward.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_CLIENTSTREAM_FORWARD_H #define SQUID_CLIENTSTREAM_FORWARD_H diff --git a/src/client_db.cc b/src/client_db.cc index 1da277eb8c..7c4b19c201 100644 --- a/src/client_db.cc +++ b/src/client_db.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 00 Client Database - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 00 Client Database */ + #include "squid.h" #include "base/RunnersRegistry.h" #include "client_db.h" diff --git a/src/client_db.h b/src/client_db.h index 0d0098ff3e..4bb5a607d6 100644 --- a/src/client_db.h +++ b/src/client_db.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 00 Client Database - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 00 Client Database */ + #ifndef SQUID_CLIENT_DB_H_ #define SQUID_CLIENT_DB_H_ diff --git a/src/client_side.cc b/src/client_side.cc index b7e55b8185..8524aad6e6 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 33 Client-side Routines - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 33 Client-side Routines */ + /** \defgroup ClientSide Client-Side Logics * diff --git a/src/client_side.h b/src/client_side.h index 3ee1118af0..c2b83725da 100644 --- a/src/client_side.h +++ b/src/client_side.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 33 Client-side Routines - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 33 Client-side Routines */ + #ifndef SQUID_CLIENTSIDE_H #define SQUID_CLIENTSIDE_H diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index d8a5b95d0b..edf835487a 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 88 Client-side Reply Routines - * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 88 Client-side Reply Routines */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "acl/Gadgets.h" diff --git a/src/client_side_reply.h b/src/client_side_reply.h index 33e4149824..8b88bc2479 100644 --- a/src/client_side_reply.h +++ b/src/client_side_reply.h @@ -1,31 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_CLIENTSIDEREPLY_H diff --git a/src/client_side_request.cc b/src/client_side_request.cc index 2e84f37864..347b61efae 100644 --- a/src/client_side_request.cc +++ b/src/client_side_request.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 85 Client-side Request Routines - * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 85 Client-side Request Routines */ + /* * General logic of request processing: * diff --git a/src/client_side_request.cci b/src/client_side_request.cci index 928ce943fc..70c5c9fdfa 100644 --- a/src/client_side_request.cci +++ b/src/client_side_request.cci @@ -1,37 +1,13 @@ - /* - * DEBUG: section 85 Client-side Request Routines - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 85 Client-side Request Routines */ + #include "Store.h" StoreEntry * diff --git a/src/client_side_request.h b/src/client_side_request.h index 49e9fe04f3..c8d2cd80d8 100644 --- a/src/client_side_request.h +++ b/src/client_side_request.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_CLIENTSIDEREQUEST_H diff --git a/src/clients/FtpClient.cc b/src/clients/FtpClient.cc index 65ca12a92b..4265426c40 100644 --- a/src/clients/FtpClient.cc +++ b/src/clients/FtpClient.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 09 File Transfer Protocol (FTP) + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 09 File Transfer Protocol (FTP) */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "client_side.h" diff --git a/src/clients/FtpClient.h b/src/clients/FtpClient.h index 6279203fd0..e2424c8fb3 100644 --- a/src/clients/FtpClient.h +++ b/src/clients/FtpClient.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 09 File Transfer Protocol (FTP) + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 09 File Transfer Protocol (FTP) */ + #ifndef SQUID_FTP_CLIENT_H #define SQUID_FTP_CLIENT_H diff --git a/src/clients/FtpGateway.cc b/src/clients/FtpGateway.cc index 42e4baa51d..11f04ec3c0 100644 --- a/src/clients/FtpGateway.cc +++ b/src/clients/FtpGateway.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 09 File Transfer Protocol (FTP) - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 09 File Transfer Protocol (FTP) */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "clients/forward.h" diff --git a/src/clients/FtpRelay.cc b/src/clients/FtpRelay.cc index 6a7cd53d7e..22794d9f04 100644 --- a/src/clients/FtpRelay.cc +++ b/src/clients/FtpRelay.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 09 File Transfer Protocol (FTP) + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 09 File Transfer Protocol (FTP) */ + #include "squid.h" #include "anyp/PortCfg.h" #include "client_side.h" diff --git a/src/clients/Makefile.am b/src/clients/Makefile.am index 89f06a3899..2e39afabec 100644 --- a/src/clients/Makefile.am +++ b/src/clients/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/clients/forward.h b/src/clients/forward.h index fcf79b7165..122faf333c 100644 --- a/src/clients/forward.h +++ b/src/clients/forward.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_CLIENTS_FORWARD_H #define SQUID_CLIENTS_FORWARD_H diff --git a/src/comm.cc b/src/comm.cc index 735eab3236..bb0210c77f 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 05 Socket Functions - * AUTHOR: Harvest Derived + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 05 Socket Functions */ + #include "squid.h" #include "ClientInfo.h" #include "comm/AcceptLimiter.h" diff --git a/src/comm.h b/src/comm.h index f491212c7a..2256ca71c7 100644 --- a/src/comm.h +++ b/src/comm.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef __COMM_H__ #define __COMM_H__ diff --git a/src/comm/AcceptLimiter.cc b/src/comm/AcceptLimiter.cc index 6e144f9308..c7cb55049f 100644 --- a/src/comm/AcceptLimiter.cc +++ b/src/comm/AcceptLimiter.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "comm/AcceptLimiter.h" #include "comm/Connection.h" diff --git a/src/comm/AcceptLimiter.h b/src/comm/AcceptLimiter.h index d6c28f3cb6..b07114602e 100644 --- a/src/comm/AcceptLimiter.h +++ b/src/comm/AcceptLimiter.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_COMM_ACCEPT_LIMITER_H #define _SQUID_SRC_COMM_ACCEPT_LIMITER_H diff --git a/src/comm/ConnOpener.cc b/src/comm/ConnOpener.cc index c55a552f98..3247d74098 100644 --- a/src/comm/ConnOpener.cc +++ b/src/comm/ConnOpener.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 05 Socket Connection Opener + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 05 Socket Connection Opener */ + #include "squid.h" #include "CachePeer.h" #include "comm.h" diff --git a/src/comm/ConnOpener.h b/src/comm/ConnOpener.h index e553b36986..238c7aa78e 100644 --- a/src/comm/ConnOpener.h +++ b/src/comm/ConnOpener.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_COMM_OPENERSTATEDATA_H #define _SQUID_SRC_COMM_OPENERSTATEDATA_H diff --git a/src/comm/Connection.cc b/src/comm/Connection.cc index 5c03d79d75..4d7b918814 100644 --- a/src/comm/Connection.cc +++ b/src/comm/Connection.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "CachePeer.h" #include "cbdata.h" diff --git a/src/comm/Connection.h b/src/comm/Connection.h index e929c03d0e..7d131ad194 100644 --- a/src/comm/Connection.h +++ b/src/comm/Connection.h @@ -1,39 +1,13 @@ /* - * DEBUG: section 05 Socket Functions - * AUTHOR: Amos Jeffries - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins - * Copyright (c) 2010, Amos Jeffries + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 05 Socket Functions */ + #ifndef _SQUIDCONNECTIONDETAIL_H_ #define _SQUIDCONNECTIONDETAIL_H_ diff --git a/src/comm/Flag.h b/src/comm/Flag.h index 4faaa565c7..1874ace95c 100644 --- a/src/comm/Flag.h +++ b/src/comm/Flag.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_COMM_FLAG_H #define _SQUID_SRC_COMM_FLAG_H diff --git a/src/comm/IoCallback.cc b/src/comm/IoCallback.cc index b43873478b..44090e5b06 100644 --- a/src/comm/IoCallback.cc +++ b/src/comm/IoCallback.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "ClientInfo.h" #include "comm/Connection.h" diff --git a/src/comm/IoCallback.h b/src/comm/IoCallback.h index ac998bc839..e104a4e81e 100644 --- a/src/comm/IoCallback.h +++ b/src/comm/IoCallback.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_COMM_IOCALLBACK_H #define _SQUID_COMM_IOCALLBACK_H diff --git a/src/comm/Loops.h b/src/comm/Loops.h index 7f74824208..735e3d1ab3 100644 --- a/src/comm/Loops.h +++ b/src/comm/Loops.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_COMM_LOOPS_H #define _SQUID_SRC_COMM_LOOPS_H diff --git a/src/comm/Makefile.am b/src/comm/Makefile.am index e9f8bc3f5d..cbdb6f4324 100644 --- a/src/comm/Makefile.am +++ b/src/comm/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/comm/ModDevPoll.cc b/src/comm/ModDevPoll.cc index 8cb265b930..26961aa94f 100644 --- a/src/comm/ModDevPoll.cc +++ b/src/comm/ModDevPoll.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 05 Socket Functions - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 05 Socket Functions */ + /* * This is a very simple driver for Solaris /dev/poll. * diff --git a/src/comm/ModEpoll.cc b/src/comm/ModEpoll.cc index b97f1babf7..b444d0a7a0 100644 --- a/src/comm/ModEpoll.cc +++ b/src/comm/ModEpoll.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 05 Socket Functions - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 05 Socket Functions */ + /* * The idea for this came from these two websites: * http://www.xmailserver.org/linux-patches/nio-improve.html diff --git a/src/comm/ModKqueue.cc b/src/comm/ModKqueue.cc index d3ea6d55b0..31287cfd8d 100644 --- a/src/comm/ModKqueue.cc +++ b/src/comm/ModKqueue.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 05 Socket Functions - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 05 Socket Functions */ + /* * This code was originally written by Benno Rice and hacked on quite * a bit by Adrian. Adrian then took it to the hybrid-ircd project to use diff --git a/src/comm/ModPoll.cc b/src/comm/ModPoll.cc index ff598818ff..d3132b30b1 100644 --- a/src/comm/ModPoll.cc +++ b/src/comm/ModPoll.cc @@ -1,33 +1,13 @@ /* - * DEBUG: section 05 Socket Functions - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 05 Socket Functions */ + #include "squid.h" #if USE_POLL diff --git a/src/comm/ModSelect.cc b/src/comm/ModSelect.cc index 6e3e9c6c28..c67a6c9e32 100644 --- a/src/comm/ModSelect.cc +++ b/src/comm/ModSelect.cc @@ -1,33 +1,13 @@ /* - * DEBUG: section 05 Socket Functions - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 05 Socket Functions */ + #include "squid.h" #if USE_SELECT diff --git a/src/comm/ModSelectWin32.cc b/src/comm/ModSelectWin32.cc index 2bb5a258dc..998731b5f8 100644 --- a/src/comm/ModSelectWin32.cc +++ b/src/comm/ModSelectWin32.cc @@ -1,33 +1,13 @@ /* - * DEBUG: section 05 Socket Functions - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 05 Socket Functions */ + #include "squid.h" #if USE_SELECT_WIN32 diff --git a/src/comm/Read.cc b/src/comm/Read.cc index 2587d80a89..b881adc5ad 100644 --- a/src/comm/Read.cc +++ b/src/comm/Read.cc @@ -1,6 +1,13 @@ /* - * DEBUG: section 05 Socket Functions + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 05 Socket Functions */ + #include "squid.h" #include "comm.h" #include "comm/IoCallback.h" diff --git a/src/comm/Read.h b/src/comm/Read.h index 793c435705..90cb7560fd 100644 --- a/src/comm/Read.h +++ b/src/comm/Read.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_COMM_READ_H #define _SQUID_COMM_READ_H diff --git a/src/comm/TcpAcceptor.cc b/src/comm/TcpAcceptor.cc index 15c5064799..a214cae158 100644 --- a/src/comm/TcpAcceptor.cc +++ b/src/comm/TcpAcceptor.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 05 Listener Socket Handler - * AUTHOR: Harvest Derived + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 05 Listener Socket Handler */ + #include "squid.h" #include "anyp/PortCfg.h" #include "base/TextException.h" diff --git a/src/comm/TcpAcceptor.h b/src/comm/TcpAcceptor.h index 49a1fa947f..2de17bb8dd 100644 --- a/src/comm/TcpAcceptor.h +++ b/src/comm/TcpAcceptor.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_COMM_TCPACCEPTOR_H #define SQUID_COMM_TCPACCEPTOR_H diff --git a/src/comm/UdpOpenDialer.h b/src/comm/UdpOpenDialer.h index ac69c4b61a..ca31ce2cd5 100644 --- a/src/comm/UdpOpenDialer.h +++ b/src/comm/UdpOpenDialer.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_COMM_UDPOPENDIALER_H #define SQUID_COMM_UDPOPENDIALER_H diff --git a/src/comm/Write.cc b/src/comm/Write.cc index 76b0b3cb3c..4f52c74913 100644 --- a/src/comm/Write.cc +++ b/src/comm/Write.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "comm/Connection.h" #include "comm/IoCallback.h" diff --git a/src/comm/Write.h b/src/comm/Write.h index fea2202031..9c9058b9a2 100644 --- a/src/comm/Write.h +++ b/src/comm/Write.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_COMM_IOWRITE_H #define _SQUID_COMM_IOWRITE_H diff --git a/src/comm/comm_internal.h b/src/comm/comm_internal.h index ba2a1ff6d6..5754c91741 100644 --- a/src/comm/comm_internal.h +++ b/src/comm/comm_internal.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_COMM_COMM_INTERNAL_H #define SQUID_COMM_COMM_INTERNAL_H diff --git a/src/comm/forward.h b/src/comm/forward.h index b132578c34..7c456e69be 100644 --- a/src/comm/forward.h +++ b/src/comm/forward.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_COMM_FORWARD_H #define _SQUID_COMM_FORWARD_H diff --git a/src/comm_poll.h b/src/comm_poll.h index 8c5629014d..f363132db8 100644 --- a/src/comm_poll.h +++ b/src/comm_poll.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_COMM_POLL_H diff --git a/src/debug.cc b/src/debug.cc index ec3a998771..869dd37657 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 00 Debug Routines - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 00 Debug Routines */ + #include "squid.h" #include "Debug.h" #include "ipc/Kids.h" diff --git a/src/defines.h b/src/defines.h index d347e46471..ae347ef3a3 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_DEFINES_H #define SQUID_DEFINES_H diff --git a/src/delay_pools.cc b/src/delay_pools.cc index 78b7628946..9949542d5d 100644 --- a/src/delay_pools.cc +++ b/src/delay_pools.cc @@ -1,39 +1,13 @@ /* - * DEBUG: section 77 Delay Pools - * AUTHOR: Robert Collins - * Based upon original delay pools code by - * David Luyer + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 77 Delay Pools */ + /** \defgroup DelayPoolsInternal Delay Pools Internal \ingroup DelayPoolsAPI diff --git a/src/disk.cc b/src/disk.cc index d1dc04c90e..2bd3d927c6 100644 --- a/src/disk.cc +++ b/src/disk.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 06 Disk I/O Routines - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 06 Disk I/O Routines */ + #include "squid.h" #include "comm/Loops.h" #include "disk.h" diff --git a/src/disk.h b/src/disk.h index 362842dec5..835924a061 100644 --- a/src/disk.h +++ b/src/disk.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 06 Disk I/O Routines - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 06 Disk I/O Routines */ + #ifndef SQUID_DISK_H_ #define SQUID_DISK_H_ diff --git a/src/dlink.cc b/src/dlink.cc index 1f7cf771ab..fd535a16c4 100644 --- a/src/dlink.cc +++ b/src/dlink.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "dlink.h" diff --git a/src/dlink.h b/src/dlink.h index 7ec7545665..7d3985a19c 100644 --- a/src/dlink.h +++ b/src/dlink.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_DLINK_H #define SQUID_DLINK_H diff --git a/src/dns_internal.cc b/src/dns_internal.cc index d112496f43..21b832b3af 100644 --- a/src/dns_internal.cc +++ b/src/dns_internal.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c */ + #include "squid.h" #include "base/InstanceId.h" #include "comm.h" diff --git a/src/enums.h b/src/enums.h index ea634ed363..bf8a14607e 100644 --- a/src/enums.h +++ b/src/enums.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ENUMS_H diff --git a/src/err_detail_type.h b/src/err_detail_type.h index 914925be3e..2b8d0a83d4 100644 --- a/src/err_detail_type.h +++ b/src/err_detail_type.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_ERR_DETAIL_H #define _SQUID_ERR_DETAIL_H diff --git a/src/err_type.h b/src/err_type.h index c5be819657..4ebe9da935 100644 --- a/src/err_type.h +++ b/src/err_type.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_ERR_TYPE_H #define _SQUID_ERR_TYPE_H diff --git a/src/errorpage.cc b/src/errorpage.cc index e219f7b00b..c8bf97810b 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 04 Error Generation - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 04 Error Generation */ + #include "squid.h" #include "cache_cf.h" #include "clients/forward.h" diff --git a/src/errorpage.h b/src/errorpage.h index ff3e6548ca..561f9eae43 100644 --- a/src/errorpage.h +++ b/src/errorpage.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 04 Error Generation - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 04 Error Generation */ + #ifndef SQUID_ERRORPAGE_H #define SQUID_ERRORPAGE_H diff --git a/src/esi/Assign.cc b/src/esi/Assign.cc index eb68e84d48..a68f0100dd 100644 --- a/src/esi/Assign.cc +++ b/src/esi/Assign.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" /* MS Visual Studio Projects are monolithic, so we need the following diff --git a/src/esi/Assign.h b/src/esi/Assign.h index 345763192f..b9edcb654e 100644 --- a/src/esi/Assign.h +++ b/src/esi/Assign.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #ifndef SQUID_ESIASSIGN_H #define SQUID_ESIASSIGN_H diff --git a/src/esi/Attempt.h b/src/esi/Attempt.h index 9093ecaf0c..2af1681e59 100644 --- a/src/esi/Attempt.h +++ b/src/esi/Attempt.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #ifndef SQUID_ESIATTEMPT_H #define SQUID_ESIATTEMPT_H diff --git a/src/esi/Context.cc b/src/esi/Context.cc index 32abb96e39..ef472a2255 100644 --- a/src/esi/Context.cc +++ b/src/esi/Context.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" /* MS Visual Studio Projects are monolithic, so we need the following diff --git a/src/esi/Context.h b/src/esi/Context.h index 801de17318..030c0c2d97 100644 --- a/src/esi/Context.h +++ b/src/esi/Context.h @@ -1,32 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ESICONTEXT_H diff --git a/src/esi/CustomParser.cc b/src/esi/CustomParser.cc index 90143b6781..1a27349097 100644 --- a/src/esi/CustomParser.cc +++ b/src/esi/CustomParser.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" #include "Debug.h" #include "esi/CustomParser.h" diff --git a/src/esi/CustomParser.h b/src/esi/CustomParser.h index 17b6a60117..2291087f88 100644 --- a/src/esi/CustomParser.h +++ b/src/esi/CustomParser.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_ESICUSTOMPARSER_H #define SQUID_ESICUSTOMPARSER_H diff --git a/src/esi/Element.h b/src/esi/Element.h index d8bbdc5155..5453274e61 100644 --- a/src/esi/Element.h +++ b/src/esi/Element.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ESIELEMENT_H diff --git a/src/esi/ElementList.h b/src/esi/ElementList.h index 02b9cfe387..1b88599c5b 100644 --- a/src/esi/ElementList.h +++ b/src/esi/ElementList.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #ifndef SQUID_ELEMENTLIST_H #define SQUID_ELEMENTLIST_H diff --git a/src/esi/Esi.cc b/src/esi/Esi.cc index bfdd18ddc3..7b6fff0949 100644 --- a/src/esi/Esi.cc +++ b/src/esi/Esi.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" /* MS Visual Studio Projects are monolithic, so we need the following diff --git a/src/esi/Esi.h b/src/esi/Esi.h index 466c923dde..506b7371dc 100644 --- a/src/esi/Esi.h +++ b/src/esi/Esi.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ESI_H diff --git a/src/esi/Except.h b/src/esi/Except.h index 7c48c02ba8..62dd9d3cee 100644 --- a/src/esi/Except.h +++ b/src/esi/Except.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #ifndef SQUID_ESIEXCEPT_H #define SQUID_ESIEXCEPT_H diff --git a/src/esi/ExpatParser.cc b/src/esi/ExpatParser.cc index 96416b9bd4..fe16e0129f 100644 --- a/src/esi/ExpatParser.cc +++ b/src/esi/ExpatParser.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" #if USE_SQUID_ESI && HAVE_LIBEXPAT diff --git a/src/esi/ExpatParser.h b/src/esi/ExpatParser.h index 9d9347662e..f68dd544a0 100644 --- a/src/esi/ExpatParser.h +++ b/src/esi/ExpatParser.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ESIEXPATPARSER_H diff --git a/src/esi/Expression.cc b/src/esi/Expression.cc index 10a7cbed6c..eb165a69bf 100644 --- a/src/esi/Expression.cc +++ b/src/esi/Expression.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" #include "Debug.h" #include "esi/Expression.h" diff --git a/src/esi/Expression.h b/src/esi/Expression.h index 9607873cc7..c2754a2bac 100644 --- a/src/esi/Expression.h +++ b/src/esi/Expression.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #ifndef SQUID_ESIEXPRESSION_H #define SQUID_ESIEXPRESSION_H diff --git a/src/esi/Include.cc b/src/esi/Include.cc index 7d3f8bfe33..5505bac0d6 100644 --- a/src/esi/Include.cc +++ b/src/esi/Include.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" /* MS Visual Studio Projects are monolithic, so we need the following diff --git a/src/esi/Include.h b/src/esi/Include.h index ad47bc3068..51fe8eb6b5 100644 --- a/src/esi/Include.h +++ b/src/esi/Include.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #ifndef SQUID_ESIINCLUDE_H #define SQUID_ESIINCLUDE_H diff --git a/src/esi/Libxml2Parser.cc b/src/esi/Libxml2Parser.cc index f884992bb6..7bc8f8a944 100644 --- a/src/esi/Libxml2Parser.cc +++ b/src/esi/Libxml2Parser.cc @@ -1,32 +1,9 @@ /* - * AUTHOR: Joachim Bauch (mail@joachim-bauch.de) - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ /* diff --git a/src/esi/Libxml2Parser.h b/src/esi/Libxml2Parser.h index 2ee14e983c..7290d7365a 100644 --- a/src/esi/Libxml2Parser.h +++ b/src/esi/Libxml2Parser.h @@ -1,32 +1,9 @@ /* - * AUTHOR: Joachim Bauch (mail@joachim-bauch.de) - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ /* diff --git a/src/esi/Literal.h b/src/esi/Literal.h index d2bd546942..70a4558701 100644 --- a/src/esi/Literal.h +++ b/src/esi/Literal.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #ifndef SQUID_ESILITERAL_H #define SQUID_ESILITERAL_H diff --git a/src/esi/Makefile.am b/src/esi/Makefile.am index 13c1c3e899..64cf04cafc 100644 --- a/src/esi/Makefile.am +++ b/src/esi/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/esi/Module.cc b/src/esi/Module.cc index abeb1f9417..61ce3afaeb 100644 --- a/src/esi/Module.cc +++ b/src/esi/Module.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "esi/CustomParser.h" #include "esi/Libxml2Parser.h" diff --git a/src/esi/Module.h b/src/esi/Module.h index be338ba12a..2458435dec 100644 --- a/src/esi/Module.h +++ b/src/esi/Module.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_ESI_MODULE_H #define SQUID_ESI_MODULE_H diff --git a/src/esi/Parser.cc b/src/esi/Parser.cc index be7406c599..45ad62e91b 100644 --- a/src/esi/Parser.cc +++ b/src/esi/Parser.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" #include "esi/Parser.h" #include "fatal.h" diff --git a/src/esi/Parser.h b/src/esi/Parser.h index 82eaa2676a..ce669badbc 100644 --- a/src/esi/Parser.h +++ b/src/esi/Parser.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_ESIPARSER_H #define SQUID_ESIPARSER_H diff --git a/src/esi/Segment.cc b/src/esi/Segment.cc index 6fc51a6985..5c0c88efcc 100644 --- a/src/esi/Segment.cc +++ b/src/esi/Segment.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" #include "Debug.h" #include "esi/Segment.h" diff --git a/src/esi/Segment.h b/src/esi/Segment.h index 56ad448fed..627b7465bd 100644 --- a/src/esi/Segment.h +++ b/src/esi/Segment.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ESISEGMENT_H diff --git a/src/esi/Sequence.cc b/src/esi/Sequence.cc index 94b373f0d6..38c00f5bae 100644 --- a/src/esi/Sequence.cc +++ b/src/esi/Sequence.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" #include "Debug.h" #include "fatal.h" diff --git a/src/esi/Sequence.h b/src/esi/Sequence.h index 4fc85cc823..4128fe3f32 100644 --- a/src/esi/Sequence.h +++ b/src/esi/Sequence.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #ifndef SQUID_ESISEQUENCE_H #define SQUID_ESISEQUENCE_H diff --git a/src/esi/Var.h b/src/esi/Var.h index ce381e0c27..48babc3c9f 100644 --- a/src/esi/Var.h +++ b/src/esi/Var.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #ifndef SQUID_ESIVAR_H #define SQUID_ESIVAR_H diff --git a/src/esi/VarState.cc b/src/esi/VarState.cc index 59eddddfab..9218a01d33 100644 --- a/src/esi/VarState.cc +++ b/src/esi/VarState.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 86 ESI processing - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 86 ESI processing */ + #include "squid.h" #include "esi/VarState.h" #include "HttpReply.h" diff --git a/src/esi/VarState.h b/src/esi/VarState.h index 87b4b53ef6..da82b8ebd5 100644 --- a/src/esi/VarState.h +++ b/src/esi/VarState.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_ESIVARSTATE_H diff --git a/src/eui/Config.cc b/src/eui/Config.cc index 8aac9ad723..9f70883df7 100644 --- a/src/eui/Config.cc +++ b/src/eui/Config.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "eui/Config.h" diff --git a/src/eui/Config.h b/src/eui/Config.h index ffd7cde0ff..84b28272e9 100644 --- a/src/eui/Config.h +++ b/src/eui/Config.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_EUI_CONFIG_H #define SQUID_EUI_CONFIG_H diff --git a/src/eui/Eui48.cc b/src/eui/Eui48.cc index 5160b4d180..3556c3c151 100644 --- a/src/eui/Eui48.cc +++ b/src/eui/Eui48.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 89 EUI-48 Lookup - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 89 EUI-48 Lookup */ + #include "squid.h" #if USE_SQUID_EUI diff --git a/src/eui/Eui48.h b/src/eui/Eui48.h index 353d287747..dad409a8cb 100644 --- a/src/eui/Eui48.h +++ b/src/eui/Eui48.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_EUI_EUI48_H #define _SQUID_EUI_EUI48_H diff --git a/src/eui/Eui64.cc b/src/eui/Eui64.cc index 385529d4ce..6016703583 100644 --- a/src/eui/Eui64.cc +++ b/src/eui/Eui64.cc @@ -1,10 +1,13 @@ /* - * DEBUG: section 89 EUI-64 Handling - * AUTHOR: Amos Jeffries + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Copyright (c) 2009, Amos Jeffries + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 89 EUI-64 Handling */ + #include "squid.h" #if USE_SQUID_EUI diff --git a/src/eui/Eui64.h b/src/eui/Eui64.h index 2f4d2622aa..3e97a3f1f1 100644 --- a/src/eui/Eui64.h +++ b/src/eui/Eui64.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_EUI_EUI64_H #define _SQUID_EUI_EUI64_H diff --git a/src/eui/Makefile.am b/src/eui/Makefile.am index 8244b57a1f..5e5c1b5707 100644 --- a/src/eui/Makefile.am +++ b/src/eui/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/event.cc b/src/event.cc index 37ad3fe747..b51e2e8670 100644 --- a/src/event.cc +++ b/src/event.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 41 Event Processing - * AUTHOR: Henrik Nordstrom - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 41 Event Processing */ + #include "squid.h" #include "compat/drand48.h" #include "event.h" diff --git a/src/event.h b/src/event.h index b6d61aea22..3636398a9f 100644 --- a/src/event.h +++ b/src/event.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_EVENT_H diff --git a/src/external_acl.cc b/src/external_acl.cc index 0021c9392e..1bed6451bb 100644 --- a/src/external_acl.cc +++ b/src/external_acl.cc @@ -1,43 +1,13 @@ - /* - * DEBUG: section 82 External ACL - * AUTHOR: Henrik Nordstrom, MARA Systems AB - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * The contents of this file is Copyright (C) 2002 by MARA Systems AB, - * Sweden, unless otherwise is indicated in the specific function. The - * author gives his full permission to include this file into the Squid - * software product 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. - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 82 External ACL */ + #include "squid.h" #include "acl/Acl.h" #include "acl/FilledChecklist.h" diff --git a/src/fatal.cc b/src/fatal.cc index 7b18bf2821..9412e38c3a 100644 --- a/src/fatal.cc +++ b/src/fatal.cc @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/fatal.h b/src/fatal.h index 79a3e2cd7a..08ea87f817 100644 --- a/src/fatal.h +++ b/src/fatal.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FATAL_H #define SQUID_FATAL_H diff --git a/src/fd.cc b/src/fd.cc index 932efb6a2d..17d8d6ea12 100644 --- a/src/fd.cc +++ b/src/fd.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 51 Filedescriptor Functions - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 51 Filedescriptor Functions */ + #include "squid.h" #include "comm/Loops.h" #include "Debug.h" diff --git a/src/fd.h b/src/fd.h index 28efb2c5a1..fcefa0ecb5 100644 --- a/src/fd.h +++ b/src/fd.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 51 Filedescriptor Functions - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 51 Filedescriptor Functions */ + #ifndef SQUID_FD_H_ #define SQUID_FD_H_ diff --git a/src/fde.cc b/src/fde.cc index 705a33414a..fd3c2c0610 100644 --- a/src/fde.cc +++ b/src/fde.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: none FDE - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: none FDE */ + #include "squid.h" #include "comm/Read.h" #include "fde.h" diff --git a/src/fde.h b/src/fde.h index 8b8058fb6c..42f9f54139 100644 --- a/src/fde.h +++ b/src/fde.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_FDE_H diff --git a/src/filemap.cc b/src/filemap.cc index 13f144d2b8..e37a572c38 100644 --- a/src/filemap.cc +++ b/src/filemap.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 08 Swap File Bitmap - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 08 Swap File Bitmap */ + #include "squid.h" #include "Debug.h" #include "FileMap.h" diff --git a/src/format/ByteCode.h b/src/format/ByteCode.h index 024bd7f668..7fed3e421f 100644 --- a/src/format/ByteCode.h +++ b/src/format/ByteCode.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_FMT_BYTECODE_H #define _SQUID_FMT_BYTECODE_H diff --git a/src/format/Config.cc b/src/format/Config.cc index c0cfb2fc98..bb67a7f949 100644 --- a/src/format/Config.cc +++ b/src/format/Config.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "cache_cf.h" #include "ConfigParser.h" diff --git a/src/format/Config.h b/src/format/Config.h index 6385f02bd9..c71e36becd 100644 --- a/src/format/Config.h +++ b/src/format/Config.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_FORMAT_CONFIG_H #define SQUID_SRC_FORMAT_CONFIG_H diff --git a/src/format/Format.cc b/src/format/Format.cc index c94f06a1af..7a6a11bc40 100644 --- a/src/format/Format.cc +++ b/src/format/Format.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "AccessLogEntry.h" #include "client_side.h" diff --git a/src/format/Format.h b/src/format/Format.h index 4b4e6836f8..ad818281a7 100644 --- a/src/format/Format.h +++ b/src/format/Format.h @@ -1,8 +1,17 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_FORMAT_FORMAT_H #define _SQUID_FORMAT_FORMAT_H #include "base/RefCount.h" #include "ConfigParser.h" + /* * Squid configuration allows users to define custom formats in * several components. diff --git a/src/format/Makefile.am b/src/format/Makefile.am index d8e1c24a9e..c338820bf5 100644 --- a/src/format/Makefile.am +++ b/src/format/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/format/Quoting.cc b/src/format/Quoting.cc index 6856f8ebe5..35e6e1c707 100644 --- a/src/format/Quoting.cc +++ b/src/format/Quoting.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "format/Quoting.h" diff --git a/src/format/Quoting.h b/src/format/Quoting.h index c4c3c6b198..f1630671f3 100644 --- a/src/format/Quoting.h +++ b/src/format/Quoting.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_FORMAT_QUOTING_H #define _SQUID_FORMAT_QUOTING_H diff --git a/src/format/Token.cc b/src/format/Token.cc index 9d5b1e5ad1..e2c008bf4e 100644 --- a/src/format/Token.cc +++ b/src/format/Token.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "format/Config.h" #include "format/Token.h" diff --git a/src/format/Token.h b/src/format/Token.h index 16e21787b5..b38b25e8da 100644 --- a/src/format/Token.h +++ b/src/format/Token.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_FORMAT_TOKEN_H #define _SQUID_FORMAT_TOKEN_H diff --git a/src/format/TokenTableEntry.h b/src/format/TokenTableEntry.h index f8d876e187..ebddc016ef 100644 --- a/src/format/TokenTableEntry.h +++ b/src/format/TokenTableEntry.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_FORMAT_TOKENTABLEENTRY_H #define _SQUID_FORMAT_TOKENTABLEENTRY_H diff --git a/src/fqdncache.cc b/src/fqdncache.cc index e251f3e90e..56e2763841 100644 --- a/src/fqdncache.cc +++ b/src/fqdncache.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 35 FQDN Cache - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 35 FQDN Cache */ + #include "squid.h" #include "cbdata.h" #include "DnsLookupDetails.h" diff --git a/src/fqdncache.h b/src/fqdncache.h index ef64557a79..ccbef21f53 100644 --- a/src/fqdncache.h +++ b/src/fqdncache.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 35 FQDN Cache - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 35 FQDN Cache */ + #ifndef SQUID_FQDNCACHE_H_ #define SQUID_FQDNCACHE_H_ diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 09be65e111..97800289bd 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am EXTRA_LTLIBRARIES = libaufs.la libdiskd.la libufs.la librock.la diff --git a/src/fs/Module.cc b/src/fs/Module.cc index 146db3a2e9..36d1064bd4 100644 --- a/src/fs/Module.cc +++ b/src/fs/Module.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "Module.h" #if defined(HAVE_FS_UFS) || defined(HAVE_FS_AUFS) || defined(HAVE_FS_DISKD) diff --git a/src/fs/Module.h b/src/fs/Module.h index 20276eb522..35ad788785 100644 --- a/src/fs/Module.h +++ b/src/fs/Module.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FS_MODULE_H #define SQUID_FS_MODULE_H diff --git a/src/fs/aufs/StoreFSaufs.cc b/src/fs/aufs/StoreFSaufs.cc index 6fecc0d8f7..f1cd5a388f 100644 --- a/src/fs/aufs/StoreFSaufs.cc +++ b/src/fs/aufs/StoreFSaufs.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + /* TODO: remove this file as unused */ #include "squid.h" diff --git a/src/fs/diskd/StoreFSdiskd.cc b/src/fs/diskd/StoreFSdiskd.cc index 573e1fee65..9727227c98 100644 --- a/src/fs/diskd/StoreFSdiskd.cc +++ b/src/fs/diskd/StoreFSdiskd.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + /* TODO: remove this file as unused */ #include "squid.h" diff --git a/src/fs/rock/RockDbCell.cc b/src/fs/rock/RockDbCell.cc index bde7cc8a45..8598e910f2 100644 --- a/src/fs/rock/RockDbCell.cc +++ b/src/fs/rock/RockDbCell.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 79 Disk IO Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Disk IO Routines */ + #include "squid.h" #include "fs/rock/RockDbCell.h" diff --git a/src/fs/rock/RockDbCell.h b/src/fs/rock/RockDbCell.h index e1704b42e2..81a43c2cea 100644 --- a/src/fs/rock/RockDbCell.h +++ b/src/fs/rock/RockDbCell.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FS_ROCK_DB_CELL_H #define SQUID_FS_ROCK_DB_CELL_H diff --git a/src/fs/rock/RockForward.h b/src/fs/rock/RockForward.h index 2013eb5553..f3d53181fc 100644 --- a/src/fs/rock/RockForward.h +++ b/src/fs/rock/RockForward.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FS_ROCK_FORWARD_H #define SQUID_FS_ROCK_FORWARD_H diff --git a/src/fs/rock/RockIoRequests.cc b/src/fs/rock/RockIoRequests.cc index dd33320e43..c22ec6b262 100644 --- a/src/fs/rock/RockIoRequests.cc +++ b/src/fs/rock/RockIoRequests.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 79 Disk IO Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Disk IO Routines */ + #include "squid.h" #include "fs/rock/RockIoRequests.h" diff --git a/src/fs/rock/RockIoRequests.h b/src/fs/rock/RockIoRequests.h index 367f4092a3..9e1b3b0cfd 100644 --- a/src/fs/rock/RockIoRequests.h +++ b/src/fs/rock/RockIoRequests.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FS_ROCK_IO_REQUESTS_H #define SQUID_FS_ROCK_IO_REQUESTS_H diff --git a/src/fs/rock/RockIoState.cc b/src/fs/rock/RockIoState.cc index 8410900475..34964d2882 100644 --- a/src/fs/rock/RockIoState.cc +++ b/src/fs/rock/RockIoState.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 79 Disk IO Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Disk IO Routines */ + #include "squid.h" #include "base/TextException.h" #include "CollapsedForwarding.h" diff --git a/src/fs/rock/RockIoState.h b/src/fs/rock/RockIoState.h index b65bf07d0e..479bd9c04f 100644 --- a/src/fs/rock/RockIoState.h +++ b/src/fs/rock/RockIoState.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FS_ROCK_IO_STATE_H #define SQUID_FS_ROCK_IO_STATE_H diff --git a/src/fs/rock/RockRebuild.cc b/src/fs/rock/RockRebuild.cc index 00b02528da..d10bf79090 100644 --- a/src/fs/rock/RockRebuild.cc +++ b/src/fs/rock/RockRebuild.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 79 Disk IO Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Disk IO Routines */ + #include "squid.h" #include "disk.h" #include "fs/rock/RockDbCell.h" diff --git a/src/fs/rock/RockRebuild.h b/src/fs/rock/RockRebuild.h index 4a58f89b3e..07340ae02d 100644 --- a/src/fs/rock/RockRebuild.h +++ b/src/fs/rock/RockRebuild.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FS_ROCK_REBUILD_H #define SQUID_FS_ROCK_REBUILD_H diff --git a/src/fs/rock/RockStoreFileSystem.cc b/src/fs/rock/RockStoreFileSystem.cc index 022b9e25fb..b2584a4b67 100644 --- a/src/fs/rock/RockStoreFileSystem.cc +++ b/src/fs/rock/RockStoreFileSystem.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 92 Storage File System + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 92 Storage File System */ + #include "squid.h" #include "fs/rock/RockStoreFileSystem.h" #include "fs/rock/RockSwapDir.h" diff --git a/src/fs/rock/RockStoreFileSystem.h b/src/fs/rock/RockStoreFileSystem.h index bb43a416a7..6583e549fc 100644 --- a/src/fs/rock/RockStoreFileSystem.h +++ b/src/fs/rock/RockStoreFileSystem.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FS_ROCK_FS_H #define SQUID_FS_ROCK_FS_H diff --git a/src/fs/rock/RockSwapDir.cc b/src/fs/rock/RockSwapDir.cc index 4b81890c9c..ef22b9e7ba 100644 --- a/src/fs/rock/RockSwapDir.cc +++ b/src/fs/rock/RockSwapDir.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "cache_cf.h" #include "CollapsedForwarding.h" diff --git a/src/fs/rock/RockSwapDir.h b/src/fs/rock/RockSwapDir.h index d3d1109a9b..1eefe5e25c 100644 --- a/src/fs/rock/RockSwapDir.h +++ b/src/fs/rock/RockSwapDir.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FS_ROCK_SWAP_DIR_H #define SQUID_FS_ROCK_SWAP_DIR_H diff --git a/src/fs/ufs/RebuildState.cc b/src/fs/ufs/RebuildState.cc index 8c2ddba3ce..0bb04e330b 100644 --- a/src/fs/ufs/RebuildState.cc +++ b/src/fs/ufs/RebuildState.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "disk.h" #include "globals.h" diff --git a/src/fs/ufs/RebuildState.h b/src/fs/ufs/RebuildState.h index 9c20e01ecb..2584ef8d6d 100644 --- a/src/fs/ufs/RebuildState.h +++ b/src/fs/ufs/RebuildState.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_FS_UFS_REBUILDSTATE_H diff --git a/src/fs/ufs/StoreFSufs.cc b/src/fs/ufs/StoreFSufs.cc index 2eaee557fd..3e6ab83904 100644 --- a/src/fs/ufs/StoreFSufs.cc +++ b/src/fs/ufs/StoreFSufs.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + /*TODO: remove this file as unused*/ #include "squid.h" diff --git a/src/fs/ufs/StoreFSufs.h b/src/fs/ufs/StoreFSufs.h index fa0ef754eb..5873d03dea 100644 --- a/src/fs/ufs/StoreFSufs.h +++ b/src/fs/ufs/StoreFSufs.h @@ -1,32 +1,11 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_STOREFSUFS_H #define SQUID_STOREFSUFS_H diff --git a/src/fs/ufs/StoreSearchUFS.cc b/src/fs/ufs/StoreSearchUFS.cc index 2b12419621..ec01cfbb08 100644 --- a/src/fs/ufs/StoreSearchUFS.cc +++ b/src/fs/ufs/StoreSearchUFS.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "cbdata.h" #include "StoreSearchUFS.h" diff --git a/src/fs/ufs/StoreSearchUFS.h b/src/fs/ufs/StoreSearchUFS.h index f6848cf35b..e8badcd0e1 100644 --- a/src/fs/ufs/StoreSearchUFS.h +++ b/src/fs/ufs/StoreSearchUFS.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_FS_UFS_STORESEARCHUFS_H diff --git a/src/fs/ufs/UFSStoreState.cc b/src/fs/ufs/UFSStoreState.cc index a9407b4cc6..e7fa5d6ab0 100644 --- a/src/fs/ufs/UFSStoreState.cc +++ b/src/fs/ufs/UFSStoreState.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 79 Storage Manager UFS Interface - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 79 Storage Manager UFS Interface */ + #include "squid.h" #include "DiskIO/DiskFile.h" #include "DiskIO/DiskIOStrategy.h" diff --git a/src/fs/ufs/UFSStoreState.h b/src/fs/ufs/UFSStoreState.h index 828efe0dcb..3c16d84428 100644 --- a/src/fs/ufs/UFSStoreState.h +++ b/src/fs/ufs/UFSStoreState.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_FS_UFS_UFSSTORESTATE_H diff --git a/src/fs/ufs/UFSStrategy.cc b/src/fs/ufs/UFSStrategy.cc index 5df2477c0f..29e52fab1b 100644 --- a/src/fs/ufs/UFSStrategy.cc +++ b/src/fs/ufs/UFSStrategy.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "DiskIO/DiskIOStrategy.h" diff --git a/src/fs/ufs/UFSStrategy.h b/src/fs/ufs/UFSStrategy.h index 6e6b1d43af..fd3a9b63f8 100644 --- a/src/fs/ufs/UFSStrategy.h +++ b/src/fs/ufs/UFSStrategy.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_FS_UFS_UFSSTRATEGY_H diff --git a/src/fs/ufs/UFSSwapDir.cc b/src/fs/ufs/UFSSwapDir.cc index fdd49f30bd..6fab4f0a7c 100644 --- a/src/fs/ufs/UFSSwapDir.cc +++ b/src/fs/ufs/UFSSwapDir.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Robert Collins + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #define CLEAN_BUF_SZ 16384 #include "squid.h" diff --git a/src/fs/ufs/UFSSwapDir.h b/src/fs/ufs/UFSSwapDir.h index dc6776e5e7..e910a78c29 100644 --- a/src/fs/ufs/UFSSwapDir.h +++ b/src/fs/ufs/UFSSwapDir.h @@ -1,29 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_FS_UFS_UFSSWAPDIR_H diff --git a/src/fs/ufs/UFSSwapLogParser.cc b/src/fs/ufs/UFSSwapLogParser.cc index c4ef8c5959..2bf42f59ef 100644 --- a/src/fs/ufs/UFSSwapLogParser.cc +++ b/src/fs/ufs/UFSSwapLogParser.cc @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/fs/ufs/UFSSwapLogParser.h b/src/fs/ufs/UFSSwapLogParser.h index b3fa96c3d8..cb9a16ef2c 100644 --- a/src/fs/ufs/UFSSwapLogParser.h +++ b/src/fs/ufs/UFSSwapLogParser.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_FS_UFS_UFSSWAPLOGPARSER_H diff --git a/src/ftp/Elements.cc b/src/ftp/Elements.cc index 58d49f22b7..c9e70c217e 100644 --- a/src/ftp/Elements.cc +++ b/src/ftp/Elements.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 09 File Transfer Protocol (FTP) + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 09 File Transfer Protocol (FTP) */ + #include "squid.h" #include "ftp/Elements.h" #include "HttpHdrCc.h" diff --git a/src/ftp/Elements.h b/src/ftp/Elements.h index 70f90a803a..b9fdf94676 100644 --- a/src/ftp/Elements.h +++ b/src/ftp/Elements.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FTP_ELEMENTS_H #define SQUID_FTP_ELEMENTS_H diff --git a/src/ftp/Makefile.am b/src/ftp/Makefile.am index 622099313c..f114457e16 100644 --- a/src/ftp/Makefile.am +++ b/src/ftp/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/ftp/Parsing.cc b/src/ftp/Parsing.cc index a3ad18c392..7c824d8d3e 100644 --- a/src/ftp/Parsing.cc +++ b/src/ftp/Parsing.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 09 File Transfer Protocol (FTP) + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 09 File Transfer Protocol (FTP) */ + #include "squid.h" #include "ftp/Parsing.h" #include "ip/Address.h" diff --git a/src/ftp/Parsing.h b/src/ftp/Parsing.h index 56cd879ce9..9a23332d25 100644 --- a/src/ftp/Parsing.h +++ b/src/ftp/Parsing.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_FTP_PARSING_H #define SQUID_FTP_PARSING_H diff --git a/src/globals.h b/src/globals.h index 568c0acf86..00ac24fee5 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_GLOBALS_H #define SQUID_GLOBALS_H diff --git a/src/gopher.cc b/src/gopher.cc index 13637dbd9d..d659077b6e 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 10 Gopher - * AUTHOR: Harvest Derived + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 10 Gopher */ + #include "squid.h" #include "comm.h" #include "comm/Read.h" diff --git a/src/gopher.h b/src/gopher.h index 02488ea05e..267d5d658c 100644 --- a/src/gopher.h +++ b/src/gopher.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 10 Gopher - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 10 Gopher */ + #ifndef SQUID_GOPHER_H_ #define SQUID_GOPHER_H_ diff --git a/src/helper.cc b/src/helper.cc index 298090ab98..b35c43cef4 100644 --- a/src/helper.cc +++ b/src/helper.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 84 Helper process maintenance - * AUTHOR: Harvest Derived? - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 84 Helper process maintenance */ + #include "squid.h" #include "base/AsyncCbdataCalls.h" #include "comm.h" diff --git a/src/helper.h b/src/helper.h index 992a900920..b828b18938 100644 --- a/src/helper.h +++ b/src/helper.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 84 Helper process maintenance - * AUTHOR: Harvest Derived? - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 84 Helper process maintenance */ + #ifndef SQUID_HELPER_H #define SQUID_HELPER_H diff --git a/src/hier_code.h b/src/hier_code.h index 19307ecc3f..b64d90272a 100644 --- a/src/hier_code.h +++ b/src/hier_code.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID__HIER_CODE_H #define SQUID__HIER_CODE_H diff --git a/src/htcp.cc b/src/htcp.cc index 4f4a0a9fcd..e8f2be9ffc 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 31 Hypertext Caching Protocol - * AUTHOR: Duane Wesssels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 31 Hypertext Caching Protocol */ + #include "squid.h" #include "AccessLogEntry.h" #include "acl/Acl.h" diff --git a/src/htcp.h b/src/htcp.h index cb33473362..5b570f177f 100644 --- a/src/htcp.h +++ b/src/htcp.h @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTCP_H diff --git a/src/http.cc b/src/http.cc index 12ee1a5e73..9e5e694f3e 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) - * AUTHOR: Harvest Derived + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 11 Hypertext Transfer Protocol (HTTP) */ + /* * Anonymizing patch by lutz@as-node.jena.thur.de * have a look into http-anon.c to get more informations. diff --git a/src/http.h b/src/http.h index d042fe750f..f74cd99b2e 100644 --- a/src/http.h +++ b/src/http.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTTP_H diff --git a/src/http/Makefile.am b/src/http/Makefile.am index d329dac284..c577af37ff 100644 --- a/src/http/Makefile.am +++ b/src/http/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/http/MethodType.h b/src/http/MethodType.h index a586df287b..e0b47b468f 100644 --- a/src/http/MethodType.h +++ b/src/http/MethodType.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_HTTP_METHODTYPE_H #define SQUID_SRC_HTTP_METHODTYPE_H diff --git a/src/http/ProtocolVersion.h b/src/http/ProtocolVersion.h index f8112d0c67..e5f486f140 100644 --- a/src/http/ProtocolVersion.h +++ b/src/http/ProtocolVersion.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_HTTP_PROTOCOLVERSION_H #define SQUID_HTTP_PROTOCOLVERSION_H diff --git a/src/http/StatusCode.cc b/src/http/StatusCode.cc index 854492ba4b..56cdeed0dd 100644 --- a/src/http/StatusCode.cc +++ b/src/http/StatusCode.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "Debug.h" #include "http/StatusCode.h" diff --git a/src/http/StatusCode.h b/src/http/StatusCode.h index 349b1ed82a..e476fe64ab 100644 --- a/src/http/StatusCode.h +++ b/src/http/StatusCode.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_HTTP_STATUSCODE_H #define _SQUID_SRC_HTTP_STATUSCODE_H diff --git a/src/http/StatusLine.cc b/src/http/StatusLine.cc index d6443e0529..63302adbb3 100644 --- a/src/http/StatusLine.cc +++ b/src/http/StatusLine.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 57 HTTP Status-line - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 57 HTTP Status-line */ + #include "squid.h" #include "Debug.h" #include "http/StatusLine.h" diff --git a/src/http/StatusLine.h b/src/http/StatusLine.h index a17d64a85a..890a6fc4d6 100644 --- a/src/http/StatusLine.h +++ b/src/http/StatusLine.h @@ -1,33 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_HTTP_STATUSLINE_H #define SQUID_HTTP_STATUSLINE_H diff --git a/src/icmp/Icmp.cc b/src/icmp/Icmp.cc index 422b99fdd0..d13ee039d5 100644 --- a/src/icmp/Icmp.cc +++ b/src/icmp/Icmp.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 37 ICMP Routines - * AUTHOR: Duane Wessels, Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 37 ICMP Routines */ + #include "squid.h" #include "Debug.h" #include "Icmp.h" diff --git a/src/icmp/Icmp.h b/src/icmp/Icmp.h index 10b4a81926..73f15db68a 100644 --- a/src/icmp/Icmp.h +++ b/src/icmp/Icmp.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 37 ICMP Routines - * AUTHOR: Duane Wessels, Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 37 ICMP Routines */ + #ifndef _INCLUDE_ICMP_H #define _INCLUDE_ICMP_H diff --git a/src/icmp/Icmp4.cc b/src/icmp/Icmp4.cc index 3b79d2116f..72da1cf12a 100644 --- a/src/icmp/Icmp4.cc +++ b/src/icmp/Icmp4.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 42 ICMP Pinger program - * AUTHOR: Duane Wessels, Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 42 ICMP Pinger program */ + //#define SQUID_HELPER 1 #include "squid.h" diff --git a/src/icmp/Icmp4.h b/src/icmp/Icmp4.h index 6a39f2c5d6..2e1e258931 100644 --- a/src/icmp/Icmp4.h +++ b/src/icmp/Icmp4.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 37 ICMP Routines - * AUTHOR: Duane Wessels, Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 37 ICMP Routines */ + #ifndef _INCLUDE_ICMPV4_H #define _INCLUDE_ICMPV4_H diff --git a/src/icmp/Icmp6.cc b/src/icmp/Icmp6.cc index 6e8cab1eb2..370319c52d 100644 --- a/src/icmp/Icmp6.cc +++ b/src/icmp/Icmp6.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 42 ICMP Pinger program - * AUTHOR: Duane Wessels, Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 42 ICMP Pinger program */ + //#define SQUID_HELPER 1 #include "squid.h" diff --git a/src/icmp/Icmp6.h b/src/icmp/Icmp6.h index fa17a21bf9..5242d07375 100644 --- a/src/icmp/Icmp6.h +++ b/src/icmp/Icmp6.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 37 ICMP Routines - * AUTHOR: Duane Wessels, Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 37 ICMP Routines */ + #ifndef _INCLUDE_ICMPV6_H #define _INCLUDE_ICMPV6_H diff --git a/src/icmp/IcmpConfig.h b/src/icmp/IcmpConfig.h index 30bb2a2826..30323899df 100644 --- a/src/icmp/IcmpConfig.h +++ b/src/icmp/IcmpConfig.h @@ -1,6 +1,13 @@ /* - * DEBUG: section 03 Configuration Settings + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 03 Configuration Settings */ + #ifndef ICMPCONFIG_H #define ICMPCONFIG_H diff --git a/src/icmp/IcmpPinger.cc b/src/icmp/IcmpPinger.cc index bc8e5e0fb4..95f7a6fe40 100644 --- a/src/icmp/IcmpPinger.cc +++ b/src/icmp/IcmpPinger.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 42 ICMP Pinger program - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 42 ICMP Pinger program */ + #define SQUID_HELPER 1 #include "squid.h" diff --git a/src/icmp/IcmpPinger.h b/src/icmp/IcmpPinger.h index f53726f2b9..0360793762 100644 --- a/src/icmp/IcmpPinger.h +++ b/src/icmp/IcmpPinger.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 37 ICMP Routines - * AUTHOR: Duane Wessels, Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 37 ICMP Routines */ + #ifndef _INCLUDE_ICMPPINGER_H #define _INCLUDE_ICMPPINGER_H #include "Icmp.h" diff --git a/src/icmp/IcmpSquid.cc b/src/icmp/IcmpSquid.cc index f6483a4fc6..63cb78897b 100644 --- a/src/icmp/IcmpSquid.cc +++ b/src/icmp/IcmpSquid.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 37 ICMP Routines - * AUTHOR: Duane Wessels, Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 37 ICMP Routines */ + #include "squid.h" #include "comm.h" #include "comm/Loops.h" diff --git a/src/icmp/IcmpSquid.h b/src/icmp/IcmpSquid.h index ef2b30f518..503a4abf55 100644 --- a/src/icmp/IcmpSquid.h +++ b/src/icmp/IcmpSquid.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 37 ICMP Routines - * AUTHOR: Duane Wessels, Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 37 ICMP Routines */ + #ifndef _INCLUDE_ICMPSQUID_H #define _INCLUDE_ICMPSQUID_H diff --git a/src/icmp/Makefile.am b/src/icmp/Makefile.am index d39a8a13c2..27e4d2eade 100644 --- a/src/icmp/Makefile.am +++ b/src/icmp/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/icmp/net_db.cc b/src/icmp/net_db.cc index cc1ccd8ffa..d13a633c52 100644 --- a/src/icmp/net_db.cc +++ b/src/icmp/net_db.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 38 Network Measurement Database - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 38 Network Measurement Database */ + /* * XXX XXX XXX * diff --git a/src/icmp/net_db.h b/src/icmp/net_db.h index 87bdaaca53..ad5a89c38d 100644 --- a/src/icmp/net_db.h +++ b/src/icmp/net_db.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef ICMP_NET_DB_H #define ICMP_NET_DB_H diff --git a/src/icmp/pinger.cc b/src/icmp/pinger.cc index c87ff0d759..7303e4d62d 100644 --- a/src/icmp/pinger.cc +++ b/src/icmp/pinger.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 42 ICMP Pinger program - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 42 ICMP Pinger program */ + #define SQUID_HELPER 1 /** diff --git a/src/icmp/testIcmp.cc b/src/icmp/testIcmp.cc index a3caeb002e..7217a0dfb9 100644 --- a/src/icmp/testIcmp.cc +++ b/src/icmp/testIcmp.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #define SQUID_HELPER 1 #include "squid.h" diff --git a/src/icmp/testIcmp.h b/src/icmp/testIcmp.h index 932edb3852..74ef80a28a 100644 --- a/src/icmp/testIcmp.h +++ b/src/icmp/testIcmp.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_TEST_URL_H #define SQUID_SRC_TEST_URL_H diff --git a/src/icp_opcode.h b/src/icp_opcode.h index 84e74fac18..55299ac119 100644 --- a/src/icp_opcode.h +++ b/src/icp_opcode.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_ICP_OPCODE_H #define _SQUID_ICP_OPCODE_H diff --git a/src/icp_v2.cc b/src/icp_v2.cc index adcafa308d..fbcd9e0a62 100644 --- a/src/icp_v2.cc +++ b/src/icp_v2.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 12 Internet Cache Protocol (ICP) - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 12 Internet Cache Protocol (ICP) */ + /** \defgroup ServerProtocolICPInternal2 ICPv2 Internals \ingroup ServerProtocolICPAPI diff --git a/src/icp_v3.cc b/src/icp_v3.cc index 33bd839477..16a0dbc181 100644 --- a/src/icp_v3.cc +++ b/src/icp_v3.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 12 Internet Cache Protocol (ICP) - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 12 Internet Cache Protocol (ICP) */ + /** \defgroup ServerProtocolICPInternal3 ICPv3 Internals \ingroup ServerProtocolICPAPI diff --git a/src/ident/AclIdent.cc b/src/ident/AclIdent.cc index 7c73dfff0c..7efbc49531 100644 --- a/src/ident/AclIdent.cc +++ b/src/ident/AclIdent.cc @@ -1,37 +1,13 @@ /* - * DEBUG: section 28 Access Control - * AUTHOR: Duane Wessels + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 28 Access Control */ + #include "squid.h" #if USE_IDENT diff --git a/src/ident/AclIdent.h b/src/ident/AclIdent.h index fc161bfdf9..0313083bc2 100644 --- a/src/ident/AclIdent.h +++ b/src/ident/AclIdent.h @@ -1,33 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IDENT_ACLIDENT_H diff --git a/src/ident/Config.h b/src/ident/Config.h index 899e601c6b..ef70fd5c15 100644 --- a/src/ident/Config.h +++ b/src/ident/Config.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_IDENT_CONFIG_H #define SQUID_IDENT_CONFIG_H diff --git a/src/ident/Ident.cc b/src/ident/Ident.cc index 7bda568140..f9970441f1 100644 --- a/src/ident/Ident.cc +++ b/src/ident/Ident.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 30 Ident (RFC 931) - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 30 Ident (RFC 931) */ + #include "squid.h" #if USE_IDENT diff --git a/src/ident/Ident.h b/src/ident/Ident.h index 2e85c25208..fa79ecb69e 100644 --- a/src/ident/Ident.h +++ b/src/ident/Ident.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_IDENT_H #define SQUID_IDENT_H diff --git a/src/ident/Makefile.am b/src/ident/Makefile.am index 85f423537b..c203e702bc 100644 --- a/src/ident/Makefile.am +++ b/src/ident/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/int.cc b/src/int.cc index 27fbe53a73..ba7f999fee 100644 --- a/src/int.cc +++ b/src/int.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 21 Integer functions - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 21 Integer functions */ + #include "squid.h" #include diff --git a/src/int.h b/src/int.h index ec82fe95bc..626e6bb8b3 100644 --- a/src/int.h +++ b/src/int.h @@ -1,37 +1,16 @@ -#ifndef SQUID_INT_H_ -#define SQUID_INT_H_ /* - * DEBUG: section 21 Integer functions - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 21 Integer functions */ + +#ifndef SQUID_INT_H_ +#define SQUID_INT_H_ + int isPowTen(int); //int.cc #endif /* SQUID_INT_H_ */ diff --git a/src/internal.cc b/src/internal.cc index 45d3ae96b8..31595950c1 100644 --- a/src/internal.cc +++ b/src/internal.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 76 Internal Squid Object handling - * AUTHOR: Duane, Alex, Henrik - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 76 Internal Squid Object handling */ + #include "squid.h" #include "CacheManager.h" #include "comm/Connection.h" diff --git a/src/internal.h b/src/internal.h index 6c4eac5643..aeeeb43cff 100644 --- a/src/internal.h +++ b/src/internal.h @@ -1,33 +1,14 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + /* * DEBUG: section 76 Internal Squid Object handling * AUTHOR: Duane, Alex, Henrik - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * */ #ifndef SQUID_INTERNAL_H_ diff --git a/src/ip/Address.cc b/src/ip/Address.cc index 773441cac9..6bae054387 100644 --- a/src/ip/Address.cc +++ b/src/ip/Address.cc @@ -1,6 +1,13 @@ /* - * DEBUG: section 14 IP Storage and Handling + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 14 IP Storage and Handling */ + #include "squid.h" #include "compat/getaddrinfo.h" #include "compat/inet_ntop.h" diff --git a/src/ip/Address.h b/src/ip/Address.h index 824d63fe8c..03d0fa0773 100644 --- a/src/ip/Address.h +++ b/src/ip/Address.h @@ -1,6 +1,13 @@ /* - * DEBUG: section 14 IP Storage and Handling + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 14 IP Storage and Handling */ + #ifndef _SQUID_SRC_IP_ADDRESS_H #define _SQUID_SRC_IP_ADDRESS_H diff --git a/src/ip/Intercept.cc b/src/ip/Intercept.cc index feaa5c61ce..fe649af4fb 100644 --- a/src/ip/Intercept.cc +++ b/src/ip/Intercept.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 89 NAT / IP Interception - * AUTHOR: Robert Collins - * AUTHOR: Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 89 NAT / IP Interception */ + #include "squid.h" #include "comm/Connection.h" #include "fde.h" diff --git a/src/ip/Intercept.h b/src/ip/Intercept.h index 7d1eec2d5e..3431cad8e3 100644 --- a/src/ip/Intercept.h +++ b/src/ip/Intercept.h @@ -1,9 +1,13 @@ /* - * DEBUG: section 89 NAT / IP Interception - * AUTHOR: Robert Collins - * AUTHOR: Amos Jeffries + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 89 NAT / IP Interception */ + #ifndef SQUID_IP_IPINTERCEPT_H #define SQUID_IP_IPINTERCEPT_H diff --git a/src/ip/Makefile.am b/src/ip/Makefile.am index 2b2337d342..117b292150 100644 --- a/src/ip/Makefile.am +++ b/src/ip/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/ip/Qos.cci b/src/ip/Qos.cci index b95abc504f..4699c3fc58 100644 --- a/src/ip/Qos.cci +++ b/src/ip/Qos.cci @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + /* Inline QOS functions */ #include "comm/Connection.h" #include "Debug.h" diff --git a/src/ip/QosConfig.cc b/src/ip/QosConfig.cc index 871b9d364e..9f4781a91c 100644 --- a/src/ip/QosConfig.cc +++ b/src/ip/QosConfig.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/Gadgets.h" diff --git a/src/ip/QosConfig.h b/src/ip/QosConfig.h index c83d51c186..b90b7ba7a5 100644 --- a/src/ip/QosConfig.h +++ b/src/ip/QosConfig.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_QOSCONFIG_H #define SQUID_QOSCONFIG_H diff --git a/src/ip/forward.h b/src/ip/forward.h index c53d63bdad..8f7c870bcf 100644 --- a/src/ip/forward.h +++ b/src/ip/forward.h @@ -1,38 +1,13 @@ /* - * DEBUG: section 14 IP Storage and Handling - * AUTHOR: Henrik Nordstrom - * - * 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 wrapper code is copyright (C) 2010 by Henrik Nordstrom - * It is published and Lisenced as an extension of squid under the - * same conditions as the main squid application. - * - * 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 14 IP Storage and Handling */ + #ifndef _SQUID_IP_FORWARD_H #define _SQUID_IP_FORWARD_H diff --git a/src/ip/stubQosConfig.cc b/src/ip/stubQosConfig.cc index 129e883f24..caa4545fe3 100644 --- a/src/ip/stubQosConfig.cc +++ b/src/ip/stubQosConfig.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "ip/QosConfig.h" diff --git a/src/ip/testAddress.cc b/src/ip/testAddress.cc index a0edeb2bab..59147f9a87 100644 --- a/src/ip/testAddress.cc +++ b/src/ip/testAddress.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "ip/Address.h" #include "ip/tools.h" diff --git a/src/ip/testAddress.h b/src/ip/testAddress.h index d37a355c10..4ad6d5714d 100644 --- a/src/ip/testAddress.h +++ b/src/ip/testAddress.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_TEST_IPADDRESS_H #define SQUID_SRC_TEST_IPADDRESS_H diff --git a/src/ip/tools.cc b/src/ip/tools.cc index 57d788ae37..f551f3aeb8 100644 --- a/src/ip/tools.cc +++ b/src/ip/tools.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 21 Misc Functions - * AUTHOR: Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 21 Misc Functions */ + #include "squid.h" #include "Debug.h" #include "ip/tools.h" diff --git a/src/ip/tools.h b/src/ip/tools.h index cde6aa9ecd..fb9e9b995b 100644 --- a/src/ip/tools.h +++ b/src/ip/tools.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_IP_TOOLS_H #define _SQUID_SRC_IP_TOOLS_H diff --git a/src/ipc.cc b/src/ipc.cc index 23f102d738..8da31cb3ec 100644 --- a/src/ipc.cc +++ b/src/ipc.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "comm/Connection.h" #include "fd.h" diff --git a/src/ipc/AtomicWord.cc b/src/ipc/AtomicWord.cc index 3864038ab9..a3509cc4cc 100644 --- a/src/ipc/AtomicWord.cc +++ b/src/ipc/AtomicWord.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "ipc/AtomicWord.h" #include "tools.h" diff --git a/src/ipc/AtomicWord.h b/src/ipc/AtomicWord.h index 81e3a59638..e581246a86 100644 --- a/src/ipc/AtomicWord.h +++ b/src/ipc/AtomicWord.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_ATOMIC_WORD_H diff --git a/src/ipc/Coordinator.cc b/src/ipc/Coordinator.cc index 26457d05e8..a968fedeee 100644 --- a/src/ipc/Coordinator.cc +++ b/src/ipc/Coordinator.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/Subscription.h" #include "base/TextException.h" diff --git a/src/ipc/Coordinator.h b/src/ipc/Coordinator.h index 507fe90b21..bd90750e20 100644 --- a/src/ipc/Coordinator.h +++ b/src/ipc/Coordinator.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_COORDINATOR_H #define SQUID_IPC_COORDINATOR_H diff --git a/src/ipc/FdNotes.cc b/src/ipc/FdNotes.cc index a85c65b8df..a88f8492f6 100644 --- a/src/ipc/FdNotes.cc +++ b/src/ipc/FdNotes.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "Debug.h" #include "ipc/FdNotes.h" diff --git a/src/ipc/FdNotes.h b/src/ipc/FdNotes.h index 8367a4f726..d3b50b4edd 100644 --- a/src/ipc/FdNotes.h +++ b/src/ipc/FdNotes.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_FD_NOTES_H #define SQUID_IPC_FD_NOTES_H diff --git a/src/ipc/Forwarder.cc b/src/ipc/Forwarder.cc index 4d05e3f70c..b93439f8cb 100644 --- a/src/ipc/Forwarder.cc +++ b/src/ipc/Forwarder.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/AsyncJobCalls.h" #include "base/TextException.h" diff --git a/src/ipc/Forwarder.h b/src/ipc/Forwarder.h index d73ea0e667..212b48ef73 100644 --- a/src/ipc/Forwarder.h +++ b/src/ipc/Forwarder.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_FORWARDER_H #define SQUID_IPC_FORWARDER_H diff --git a/src/ipc/Inquirer.cc b/src/ipc/Inquirer.cc index 9b0d93a351..3d6029a878 100644 --- a/src/ipc/Inquirer.cc +++ b/src/ipc/Inquirer.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "comm.h" diff --git a/src/ipc/Inquirer.h b/src/ipc/Inquirer.h index 3743347793..4a7a8f0a48 100644 --- a/src/ipc/Inquirer.h +++ b/src/ipc/Inquirer.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_INQUIRER_H #define SQUID_IPC_INQUIRER_H diff --git a/src/ipc/Kid.cc b/src/ipc/Kid.cc index cd1f77a33d..17e3637f49 100644 --- a/src/ipc/Kid.cc +++ b/src/ipc/Kid.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "globals.h" #include "ipc/Kid.h" diff --git a/src/ipc/Kid.h b/src/ipc/Kid.h index 98ee94d85b..97fe55a131 100644 --- a/src/ipc/Kid.h +++ b/src/ipc/Kid.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_KID_H diff --git a/src/ipc/Kids.cc b/src/ipc/Kids.cc index ffb773a8c9..19b175e377 100644 --- a/src/ipc/Kids.cc +++ b/src/ipc/Kids.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "globals.h" diff --git a/src/ipc/Kids.h b/src/ipc/Kids.h index 052ae64686..b957de14f8 100644 --- a/src/ipc/Kids.h +++ b/src/ipc/Kids.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_KIDS_H diff --git a/src/ipc/Makefile.am b/src/ipc/Makefile.am index 27b44bbeff..92ea21bed5 100644 --- a/src/ipc/Makefile.am +++ b/src/ipc/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/ipc/MemMap.cc b/src/ipc/MemMap.cc index f5d45357f4..47b5ca8735 100644 --- a/src/ipc/MemMap.cc +++ b/src/ipc/MemMap.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "ipc/MemMap.h" #include "store_key_md5.h" diff --git a/src/ipc/MemMap.h b/src/ipc/MemMap.h index 2afc183558..7923df2915 100644 --- a/src/ipc/MemMap.h +++ b/src/ipc/MemMap.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_IPC_STORE_MAP_H #define SQUID_IPC_STORE_MAP_H diff --git a/src/ipc/Messages.h b/src/ipc/Messages.h index e7e8d07f9b..2ff0e4bdf4 100644 --- a/src/ipc/Messages.h +++ b/src/ipc/Messages.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_MESSAGES_H #define SQUID_IPC_MESSAGES_H diff --git a/src/ipc/Port.cc b/src/ipc/Port.cc index 4970973c2c..5a95a5aa57 100644 --- a/src/ipc/Port.cc +++ b/src/ipc/Port.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "comm.h" #include "comm/Connection.h" diff --git a/src/ipc/Port.h b/src/ipc/Port.h index 01949b844b..588ebf8c78 100644 --- a/src/ipc/Port.h +++ b/src/ipc/Port.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_PORT_H #define SQUID_IPC_PORT_H diff --git a/src/ipc/Queue.cc b/src/ipc/Queue.cc index 2d10fa884b..f224618517 100644 --- a/src/ipc/Queue.cc +++ b/src/ipc/Queue.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "Debug.h" diff --git a/src/ipc/Queue.h b/src/ipc/Queue.h index 79a7654788..93be91ea65 100644 --- a/src/ipc/Queue.h +++ b/src/ipc/Queue.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_QUEUE_H diff --git a/src/ipc/ReadWriteLock.cc b/src/ipc/ReadWriteLock.cc index c16060dda7..cf81b5038d 100644 --- a/src/ipc/ReadWriteLock.cc +++ b/src/ipc/ReadWriteLock.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "ipc/ReadWriteLock.h" #include "Store.h" diff --git a/src/ipc/ReadWriteLock.h b/src/ipc/ReadWriteLock.h index 4deb00aaae..a1825215b4 100644 --- a/src/ipc/ReadWriteLock.h +++ b/src/ipc/ReadWriteLock.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_IPC_READ_WRITE_LOCK_H #define SQUID_IPC_READ_WRITE_LOCK_H diff --git a/src/ipc/Request.h b/src/ipc/Request.h index ca4aa811b0..c0880b2d5d 100644 --- a/src/ipc/Request.h +++ b/src/ipc/Request.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_REQUEST_H #define SQUID_IPC_REQUEST_H diff --git a/src/ipc/Response.h b/src/ipc/Response.h index dfd6fe2171..7033850e63 100644 --- a/src/ipc/Response.h +++ b/src/ipc/Response.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_RESPONSE_H #define SQUID_IPC_RESPONSE_H diff --git a/src/ipc/SharedListen.cc b/src/ipc/SharedListen.cc index 52bfd2d5a8..ecda01edd2 100644 --- a/src/ipc/SharedListen.cc +++ b/src/ipc/SharedListen.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "comm.h" diff --git a/src/ipc/SharedListen.h b/src/ipc/SharedListen.h index bf7176896e..1713317eb8 100644 --- a/src/ipc/SharedListen.h +++ b/src/ipc/SharedListen.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_SHARED_LISTEN_H #define SQUID_IPC_SHARED_LISTEN_H diff --git a/src/ipc/StartListening.cc b/src/ipc/StartListening.cc index 9bfe92118e..2cb1acff13 100644 --- a/src/ipc/StartListening.cc +++ b/src/ipc/StartListening.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "comm.h" diff --git a/src/ipc/StartListening.h b/src/ipc/StartListening.h index 62310d527d..4f7f22b6e3 100644 --- a/src/ipc/StartListening.h +++ b/src/ipc/StartListening.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_START_LISTENING_H #define SQUID_IPC_START_LISTENING_H diff --git a/src/ipc/StoreMap.cc b/src/ipc/StoreMap.cc index f87395931c..7c4f8d86d3 100644 --- a/src/ipc/StoreMap.cc +++ b/src/ipc/StoreMap.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "ipc/StoreMap.h" #include "SBuf.h" diff --git a/src/ipc/StoreMap.h b/src/ipc/StoreMap.h index 4500d1bf4a..311141629a 100644 --- a/src/ipc/StoreMap.h +++ b/src/ipc/StoreMap.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_IPC_STORE_MAP_H #define SQUID_IPC_STORE_MAP_H diff --git a/src/ipc/Strand.cc b/src/ipc/Strand.cc index 60c4e5badb..e55ef8344c 100644 --- a/src/ipc/Strand.cc +++ b/src/ipc/Strand.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/Subscription.h" #include "base/TextException.h" diff --git a/src/ipc/Strand.h b/src/ipc/Strand.h index 8152931830..bf41bbd4a0 100644 --- a/src/ipc/Strand.h +++ b/src/ipc/Strand.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_STRAND_H #define SQUID_IPC_STRAND_H diff --git a/src/ipc/StrandCoord.cc b/src/ipc/StrandCoord.cc index 2be0fe3c6f..531cf5c1b4 100644 --- a/src/ipc/StrandCoord.cc +++ b/src/ipc/StrandCoord.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "Debug.h" #include "ipc/Messages.h" diff --git a/src/ipc/StrandCoord.h b/src/ipc/StrandCoord.h index 80ad3b34d9..07f4cf98f1 100644 --- a/src/ipc/StrandCoord.h +++ b/src/ipc/StrandCoord.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_STRAND_COORD_H diff --git a/src/ipc/StrandCoords.h b/src/ipc/StrandCoords.h index 370a0cc640..b5fe5bcc18 100644 --- a/src/ipc/StrandCoords.h +++ b/src/ipc/StrandCoords.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_STRAND_COORDS_H diff --git a/src/ipc/StrandSearch.cc b/src/ipc/StrandSearch.cc index cf89126508..4c9dd688a1 100644 --- a/src/ipc/StrandSearch.cc +++ b/src/ipc/StrandSearch.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "ipc/Messages.h" #include "ipc/StrandSearch.h" diff --git a/src/ipc/StrandSearch.h b/src/ipc/StrandSearch.h index 572e5d6a51..8d47f9290b 100644 --- a/src/ipc/StrandSearch.h +++ b/src/ipc/StrandSearch.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_STRAND_SEARCH_H diff --git a/src/ipc/TypedMsgHdr.cc b/src/ipc/TypedMsgHdr.cc index 8e202dae52..d029368283 100644 --- a/src/ipc/TypedMsgHdr.cc +++ b/src/ipc/TypedMsgHdr.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "ipc/TypedMsgHdr.h" diff --git a/src/ipc/TypedMsgHdr.h b/src/ipc/TypedMsgHdr.h index b9d4bb967a..88dfe3a9c5 100644 --- a/src/ipc/TypedMsgHdr.h +++ b/src/ipc/TypedMsgHdr.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_TYPED_MSG_HDR_H #define SQUID_IPC_TYPED_MSG_HDR_H diff --git a/src/ipc/UdsOp.cc b/src/ipc/UdsOp.cc index 5393dd2ce7..64be8c12a8 100644 --- a/src/ipc/UdsOp.cc +++ b/src/ipc/UdsOp.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "comm.h" diff --git a/src/ipc/UdsOp.h b/src/ipc/UdsOp.h index ccb0735133..84be3949d8 100644 --- a/src/ipc/UdsOp.h +++ b/src/ipc/UdsOp.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_ASYNCUDSOP_H #define SQUID_IPC_ASYNCUDSOP_H diff --git a/src/ipc/forward.h b/src/ipc/forward.h index 33493fb971..c671084d32 100644 --- a/src/ipc/forward.h +++ b/src/ipc/forward.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #ifndef SQUID_IPC_FORWARD_H #define SQUID_IPC_FORWARD_H diff --git a/src/ipc/mem/FlexibleArray.h b/src/ipc/mem/FlexibleArray.h index 78bcee4e43..b64ed81c22 100644 --- a/src/ipc/mem/FlexibleArray.h +++ b/src/ipc/mem/FlexibleArray.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_MEM_FLEXIBLE_ARRAY_H diff --git a/src/ipc/mem/Page.cc b/src/ipc/mem/Page.cc index 2a31e28cba..47eb71cd19 100644 --- a/src/ipc/mem/Page.cc +++ b/src/ipc/mem/Page.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "ipc/mem/Page.h" diff --git a/src/ipc/mem/Page.h b/src/ipc/mem/Page.h index 590fe3b774..ff65a8bb46 100644 --- a/src/ipc/mem/Page.h +++ b/src/ipc/mem/Page.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_IPC_MEM_PAGE_H #define SQUID_IPC_MEM_PAGE_H diff --git a/src/ipc/mem/PagePool.cc b/src/ipc/mem/PagePool.cc index 1fb57519e6..7f8cf94001 100644 --- a/src/ipc/mem/PagePool.cc +++ b/src/ipc/mem/PagePool.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "ipc/mem/Page.h" diff --git a/src/ipc/mem/PagePool.h b/src/ipc/mem/PagePool.h index 083f8a978f..78922fe8ce 100644 --- a/src/ipc/mem/PagePool.h +++ b/src/ipc/mem/PagePool.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_MEM_PAGE_POOL_H diff --git a/src/ipc/mem/PageStack.cc b/src/ipc/mem/PageStack.cc index 6b0c79268f..124aacb371 100644 --- a/src/ipc/mem/PageStack.cc +++ b/src/ipc/mem/PageStack.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" diff --git a/src/ipc/mem/PageStack.h b/src/ipc/mem/PageStack.h index b58cf60b02..f7e2b47047 100644 --- a/src/ipc/mem/PageStack.h +++ b/src/ipc/mem/PageStack.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_MEM_PAGE_STACK_H diff --git a/src/ipc/mem/Pages.cc b/src/ipc/mem/Pages.cc index b9d9590c28..83e23e1c81 100644 --- a/src/ipc/mem/Pages.cc +++ b/src/ipc/mem/Pages.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/RunnersRegistry.h" #include "base/TextException.h" diff --git a/src/ipc/mem/Pages.h b/src/ipc/mem/Pages.h index 9e9a36f28c..589a04044a 100644 --- a/src/ipc/mem/Pages.h +++ b/src/ipc/mem/Pages.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_MEM_PAGES_H diff --git a/src/ipc/mem/Pointer.h b/src/ipc/mem/Pointer.h index 33f4693f66..e1943f2ba6 100644 --- a/src/ipc/mem/Pointer.h +++ b/src/ipc/mem/Pointer.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_MEM_POINTER_H diff --git a/src/ipc/mem/Segment.cc b/src/ipc/mem/Segment.cc index 642909784b..c1c0c16c8e 100644 --- a/src/ipc/mem/Segment.cc +++ b/src/ipc/mem/Segment.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 54 Interprocess Communication + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Interprocess Communication */ + #include "squid.h" #include "base/TextException.h" #include "compat/shm.h" diff --git a/src/ipc/mem/Segment.h b/src/ipc/mem/Segment.h index b949b42a75..a79ada666b 100644 --- a/src/ipc/mem/Segment.h +++ b/src/ipc/mem/Segment.h @@ -1,4 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_IPC_MEM_SEGMENT_H diff --git a/src/ipc_win32.cc b/src/ipc_win32.cc index a3a15c8d96..45eba080c8 100644 --- a/src/ipc_win32.cc +++ b/src/ipc_win32.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 54 Windows Interprocess Communication - * AUTHOR: Andrey Shorin - * AUTHOR: Guido Serassio - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 54 Windows Interprocess Communication */ + #include "squid.h" #include "cache_cf.h" #include "comm.h" diff --git a/src/ipcache.cc b/src/ipcache.cc index 8e7a03f751..d48b5fa9d6 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 14 IP Cache - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 14 IP Cache */ + #include "squid.h" #include "CacheManager.h" #include "cbdata.h" diff --git a/src/ipcache.h b/src/ipcache.h index aa56c8149a..84c150728e 100644 --- a/src/ipcache.h +++ b/src/ipcache.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_IPCACHE_H #define _SQUID_IPCACHE_H diff --git a/src/log/Config.cc b/src/log/Config.cc index bb0a872b75..36569ca4b7 100644 --- a/src/log/Config.cc +++ b/src/log/Config.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "cache_cf.h" #include "ConfigParser.h" diff --git a/src/log/Config.h b/src/log/Config.h index 54176decd5..28dde58af7 100644 --- a/src/log/Config.h +++ b/src/log/Config.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_LOG_CONFIG_H #define SQUID_SRC_LOG_CONFIG_H diff --git a/src/log/CustomLog.cc b/src/log/CustomLog.cc index 22be6826b5..8610759a84 100644 --- a/src/log/CustomLog.cc +++ b/src/log/CustomLog.cc @@ -1,31 +1,11 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #include "squid.h" #include "CustomLog.h" diff --git a/src/log/CustomLog.h b/src/log/CustomLog.h index 2a406821a8..fafdfa49f4 100644 --- a/src/log/CustomLog.h +++ b/src/log/CustomLog.h @@ -1,33 +1,14 @@ -#ifndef SQUID_CUSTOMLOG_H_ -#define SQUID_CUSTOMLOG_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +#ifndef SQUID_CUSTOMLOG_H_ +#define SQUID_CUSTOMLOG_H_ + //#include "format/Format.h" #include "acl/forward.h" #include "log/Formats.h" diff --git a/src/log/File.cc b/src/log/File.cc index 8d84484b30..5d324220bf 100644 --- a/src/log/File.cc +++ b/src/log/File.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 50 Log file handling - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 50 Log file handling */ + #include "squid.h" #include "fde.h" #include "log/File.h" diff --git a/src/log/File.h b/src/log/File.h index 97cf417e94..4d6a0786ac 100644 --- a/src/log/File.h +++ b/src/log/File.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SRC_LOG_FILE_H #define SQUID_SRC_LOG_FILE_H diff --git a/src/log/FormatHttpdCombined.cc b/src/log/FormatHttpdCombined.cc index 55c231561a..bdb4e11ae8 100644 --- a/src/log/FormatHttpdCombined.cc +++ b/src/log/FormatHttpdCombined.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 46 Access Log - Apache combined format - * AUTHOR: Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 46 Access Log - Apache combined format */ + #include "squid.h" #include "AccessLogEntry.h" #include "format/Quoting.h" diff --git a/src/log/FormatHttpdCommon.cc b/src/log/FormatHttpdCommon.cc index 3de36f1e76..4779f80877 100644 --- a/src/log/FormatHttpdCommon.cc +++ b/src/log/FormatHttpdCommon.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 46 Access Log - Apache common format - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 46 Access Log - Apache common format */ + #include "squid.h" #include "AccessLogEntry.h" #include "format/Quoting.h" diff --git a/src/log/FormatSquidCustom.cc b/src/log/FormatSquidCustom.cc index 73e1d54963..02ca82e027 100644 --- a/src/log/FormatSquidCustom.cc +++ b/src/log/FormatSquidCustom.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 46 Access Log - Squid Custom format - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 46 Access Log - Squid Custom format */ + #include "squid.h" #include "AccessLogEntry.h" #include "format/Format.h" diff --git a/src/log/FormatSquidIcap.cc b/src/log/FormatSquidIcap.cc index ad6746c352..fa673fd853 100644 --- a/src/log/FormatSquidIcap.cc +++ b/src/log/FormatSquidIcap.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 46 Access Log - Squid ICAP Logging - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 46 Access Log - Squid ICAP Logging */ + #include "squid.h" #if ICAP_CLIENT diff --git a/src/log/FormatSquidNative.cc b/src/log/FormatSquidNative.cc index 07a5a99591..ed96f0fd55 100644 --- a/src/log/FormatSquidNative.cc +++ b/src/log/FormatSquidNative.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 46 Access Log - Squid format - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 46 Access Log - Squid format */ + #include "squid.h" #include "AccessLogEntry.h" #include "format/Quoting.h" diff --git a/src/log/FormatSquidReferer.cc b/src/log/FormatSquidReferer.cc index 50db912e4f..8cca22954b 100644 --- a/src/log/FormatSquidReferer.cc +++ b/src/log/FormatSquidReferer.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 46 Access Log - Squid referer format - * AUTHOR: Joe Ramey (useragent) - * Jens-S. V?ckler (mod 4 referer) - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 46 Access Log - Squid referer format */ + #include "squid.h" #include "AccessLogEntry.h" #include "HttpRequest.h" diff --git a/src/log/FormatSquidUseragent.cc b/src/log/FormatSquidUseragent.cc index 47f0a0a540..7fec540634 100644 --- a/src/log/FormatSquidUseragent.cc +++ b/src/log/FormatSquidUseragent.cc @@ -1,36 +1,13 @@ /* - * DEBUG: section 46 Access Log - Squid useragent format - * AUTHOR: Joe Ramey - * AUTHOR: Amos Jeffries - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 46 Access Log - Squid useragent format */ + #include "squid.h" #include "AccessLogEntry.h" #include "HttpRequest.h" diff --git a/src/log/Formats.h b/src/log/Formats.h index b77953005f..68a36bb325 100644 --- a/src/log/Formats.h +++ b/src/log/Formats.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_LOG_FORMATS_H #define _SQUID_LOG_FORMATS_H diff --git a/src/log/Makefile.am b/src/log/Makefile.am index 1ecf9ccb73..aefbc0fba1 100644 --- a/src/log/Makefile.am +++ b/src/log/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/log/ModDaemon.cc b/src/log/ModDaemon.cc index 88a49f9283..6811b30667 100644 --- a/src/log/ModDaemon.cc +++ b/src/log/ModDaemon.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 50 Log file handling - * AUTHOR: Adrian Chadd - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 50 Log file handling */ + #include "squid.h" #include "cbdata.h" #include "comm/Loops.h" diff --git a/src/log/ModDaemon.h b/src/log/ModDaemon.h index e7cd10ebcd..cbe2546f2a 100644 --- a/src/log/ModDaemon.h +++ b/src/log/ModDaemon.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 50 Log file handling - * AUTHOR: Adrian Chadd - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 50 Log file handling */ + #ifndef _SQUID_SRC_LOG_MODDAEMON_H #define _SQUID_SRC_LOG_MODDAEMON_H diff --git a/src/log/ModStdio.cc b/src/log/ModStdio.cc index 1425fd08d5..c5b0faa898 100644 --- a/src/log/ModStdio.cc +++ b/src/log/ModStdio.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 50 Log file handling - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 50 Log file handling */ + #include "squid.h" #include "disk.h" #include "fd.h" diff --git a/src/log/ModStdio.h b/src/log/ModStdio.h index 75c4e556b7..2cf5c48c89 100644 --- a/src/log/ModStdio.h +++ b/src/log/ModStdio.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 50 Log file handling - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 50 Log file handling */ + #ifndef _SQUID_SRC_LOG_MODSTDIO_H #define _SQUID_SRC_LOG_MODSTDIO_H diff --git a/src/log/ModSyslog.cc b/src/log/ModSyslog.cc index 4d35914c7f..e636be41e8 100644 --- a/src/log/ModSyslog.cc +++ b/src/log/ModSyslog.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 50 Log file handling - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 50 Log file handling */ + #include "squid.h" #include "Debug.h" diff --git a/src/log/ModSyslog.h b/src/log/ModSyslog.h index ce5be486c8..aff4ad840f 100644 --- a/src/log/ModSyslog.h +++ b/src/log/ModSyslog.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 50 Log file handling - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 50 Log file handling */ + #ifndef _SQUID_SRC_LOG_MODSYSLOG_H #define _SQUID_SRC_LOG_MODSYSLOG_H diff --git a/src/log/ModUdp.cc b/src/log/ModUdp.cc index cd657dce9b..76a2d0237d 100644 --- a/src/log/ModUdp.cc +++ b/src/log/ModUdp.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 50 Log file handling - * AUTHOR: Adrian Chadd - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 50 Log file handling */ + #include "squid.h" #include "comm.h" #include "comm/Connection.h" diff --git a/src/log/ModUdp.h b/src/log/ModUdp.h index faa3e9f739..669273ae9b 100644 --- a/src/log/ModUdp.h +++ b/src/log/ModUdp.h @@ -1,34 +1,13 @@ /* - * DEBUG: section 50 Log file handling - * AUTHOR: Adrian Chadd - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 50 Log file handling */ + #ifndef _SQUID_SRC_LOG_MODUDP_H #define _SQUID_SRC_LOG_MODUDP_H diff --git a/src/log/TcpLogger.cc b/src/log/TcpLogger.cc index e7db7c86f0..2077be80a7 100644 --- a/src/log/TcpLogger.cc +++ b/src/log/TcpLogger.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "comm.h" #include "comm/Connection.h" diff --git a/src/log/TcpLogger.h b/src/log/TcpLogger.h index 91efc22c11..23d594633f 100644 --- a/src/log/TcpLogger.h +++ b/src/log/TcpLogger.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SRC_LOG_TCPLOGGER_H #define _SQUID_SRC_LOG_TCPLOGGER_H diff --git a/src/log/access_log.cc b/src/log/access_log.cc index b9e85dbb65..7bc72a8693 100644 --- a/src/log/access_log.cc +++ b/src/log/access_log.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 46 Access Log - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 46 Access Log */ + #include "squid.h" #include "AccessLogEntry.h" #include "acl/Checklist.h" diff --git a/src/log/access_log.h b/src/log/access_log.h index 74a8b35dfd..25c342fadb 100644 --- a/src/log/access_log.h +++ b/src/log/access_log.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 46 Access Log - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 46 Access Log */ + #ifndef SQUID_LOG_ACCESS_LOG_H_ #define SQUID_LOG_ACCESS_LOG_H_ diff --git a/src/lookup_t.h b/src/lookup_t.h index 31b3e27d2f..b46728f883 100644 --- a/src/lookup_t.h +++ b/src/lookup_t.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_LOOKUP_T_H #define _SQUID_LOOKUP_T_H diff --git a/src/main.cc b/src/main.cc index 177b3625a9..a6fc96c2fe 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 01 Startup and Main Loop - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 01 Startup and Main Loop */ + #include "squid.h" #include "AccessLogEntry.h" #include "acl/Acl.h" diff --git a/src/mem.cc b/src/mem.cc index b43ac7e430..5aba08010c 100644 --- a/src/mem.cc +++ b/src/mem.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 13 High Level Memory Pool Management - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 13 High Level Memory Pool Management */ + #include "squid.h" #include "acl/AclDenyInfoList.h" #include "acl/AclNameList.h" diff --git a/src/mem_node.cc b/src/mem_node.cc index d79aa2129b..df261e04b9 100644 --- a/src/mem_node.cc +++ b/src/mem_node.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 19 Store Memory Primitives - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 19 Store Memory Primitives */ + #include "squid.h" #include "mem_node.h" diff --git a/src/mem_node.h b/src/mem_node.h index d0392fa472..c904e9b9f0 100644 --- a/src/mem_node.h +++ b/src/mem_node.h @@ -1,32 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_MEM_NODE_H diff --git a/src/mgr/Action.cc b/src/mgr/Action.cc index 46985cbe39..686033f41d 100644 --- a/src/mgr/Action.cc +++ b/src/mgr/Action.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "comm/Connection.h" #include "HttpReply.h" diff --git a/src/mgr/Action.h b/src/mgr/Action.h index 799810afcd..c15578d906 100644 --- a/src/mgr/Action.h +++ b/src/mgr/Action.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_ACTION_H #define SQUID_MGR_ACTION_H diff --git a/src/mgr/ActionCreator.h b/src/mgr/ActionCreator.h index ad2bfd8060..d3b61bbc30 100644 --- a/src/mgr/ActionCreator.h +++ b/src/mgr/ActionCreator.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_ACTION_CREATOR_H #define SQUID_MGR_ACTION_CREATOR_H diff --git a/src/mgr/ActionParams.cc b/src/mgr/ActionParams.cc index 2b7705e615..6452afb8f9 100644 --- a/src/mgr/ActionParams.cc +++ b/src/mgr/ActionParams.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "ipc/TypedMsgHdr.h" diff --git a/src/mgr/ActionParams.h b/src/mgr/ActionParams.h index d3fd4a1c6b..cffb678d33 100644 --- a/src/mgr/ActionParams.h +++ b/src/mgr/ActionParams.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_ACTION_PARAMS_H #define SQUID_MGR_ACTION_PARAMS_H diff --git a/src/mgr/ActionPasswordList.cc b/src/mgr/ActionPasswordList.cc index 5c34a0fb66..dcc973b5ff 100644 --- a/src/mgr/ActionPasswordList.cc +++ b/src/mgr/ActionPasswordList.cc @@ -1,30 +1,9 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "squid.h" diff --git a/src/mgr/ActionPasswordList.h b/src/mgr/ActionPasswordList.h index 3e3ade7eee..dc4b5d2bdc 100644 --- a/src/mgr/ActionPasswordList.h +++ b/src/mgr/ActionPasswordList.h @@ -1,34 +1,14 @@ -#ifndef SQUID_MGR_CACHEMGRPASSWD_H_ -#define SQUID_MGR_CACHEMGRPASSWD_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_MGR_CACHEMGRPASSWD_H_ +#define SQUID_MGR_CACHEMGRPASSWD_H_ + class wordlist; namespace Mgr diff --git a/src/mgr/ActionProfile.h b/src/mgr/ActionProfile.h index 5810ce9623..3f3ebb5b39 100644 --- a/src/mgr/ActionProfile.h +++ b/src/mgr/ActionProfile.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_ACTION_PROFILE_H #define SQUID_MGR_ACTION_PROFILE_H diff --git a/src/mgr/ActionWriter.cc b/src/mgr/ActionWriter.cc index c849228792..6bfbaa0428 100644 --- a/src/mgr/ActionWriter.cc +++ b/src/mgr/ActionWriter.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "comm/Connection.h" diff --git a/src/mgr/ActionWriter.h b/src/mgr/ActionWriter.h index 1cad07bec1..6266b0f509 100644 --- a/src/mgr/ActionWriter.h +++ b/src/mgr/ActionWriter.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_ACTION_WRITER_H #define SQUID_MGR_ACTION_WRITER_H diff --git a/src/mgr/BasicActions.cc b/src/mgr/BasicActions.cc index 19100d4a8f..10fbed6665 100644 --- a/src/mgr/BasicActions.cc +++ b/src/mgr/BasicActions.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "CacheManager.h" diff --git a/src/mgr/BasicActions.h b/src/mgr/BasicActions.h index 8fa13330e3..4e1a1fbb45 100644 --- a/src/mgr/BasicActions.h +++ b/src/mgr/BasicActions.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_BASIC_ACTIONS_H #define SQUID_MGR_BASIC_ACTIONS_H diff --git a/src/mgr/Command.cc b/src/mgr/Command.cc index ecead38451..964750d640 100644 --- a/src/mgr/Command.cc +++ b/src/mgr/Command.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "mgr/ActionProfile.h" #include "mgr/Command.h" diff --git a/src/mgr/Command.h b/src/mgr/Command.h index 872e8ca235..f146f306c9 100644 --- a/src/mgr/Command.h +++ b/src/mgr/Command.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_COMMAND_H #define SQUID_MGR_COMMAND_H diff --git a/src/mgr/CountersAction.cc b/src/mgr/CountersAction.cc index 051c015e14..77e6c15468 100644 --- a/src/mgr/CountersAction.cc +++ b/src/mgr/CountersAction.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "ipc/Messages.h" diff --git a/src/mgr/CountersAction.h b/src/mgr/CountersAction.h index b8cbcba208..0f2893bce9 100644 --- a/src/mgr/CountersAction.h +++ b/src/mgr/CountersAction.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_COUNTERS_ACTION_H #define SQUID_MGR_COUNTERS_ACTION_H diff --git a/src/mgr/Filler.cc b/src/mgr/Filler.cc index 4d3b435afe..36cffefd99 100644 --- a/src/mgr/Filler.cc +++ b/src/mgr/Filler.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "comm/Connection.h" diff --git a/src/mgr/Filler.h b/src/mgr/Filler.h index 1134df740b..202ab3d2b1 100644 --- a/src/mgr/Filler.h +++ b/src/mgr/Filler.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_FILLER_H #define SQUID_MGR_FILLER_H diff --git a/src/mgr/Forwarder.cc b/src/mgr/Forwarder.cc index e114efb003..8e2ade84d2 100644 --- a/src/mgr/Forwarder.cc +++ b/src/mgr/Forwarder.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/AsyncJobCalls.h" #include "base/TextException.h" diff --git a/src/mgr/Forwarder.h b/src/mgr/Forwarder.h index 442322772c..df4f927d31 100644 --- a/src/mgr/Forwarder.h +++ b/src/mgr/Forwarder.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_FORWARDER_H #define SQUID_MGR_FORWARDER_H diff --git a/src/mgr/FunAction.cc b/src/mgr/FunAction.cc index 1742e23bce..abdf818abb 100644 --- a/src/mgr/FunAction.cc +++ b/src/mgr/FunAction.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "comm/Connection.h" diff --git a/src/mgr/FunAction.h b/src/mgr/FunAction.h index 9ee072f44f..8ebdc22aa3 100644 --- a/src/mgr/FunAction.h +++ b/src/mgr/FunAction.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_FUN_ACTION_H #define SQUID_MGR_FUN_ACTION_H diff --git a/src/mgr/InfoAction.cc b/src/mgr/InfoAction.cc index 83b52d871b..ba8a7e014f 100644 --- a/src/mgr/InfoAction.cc +++ b/src/mgr/InfoAction.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "comm/Connection.h" diff --git a/src/mgr/InfoAction.h b/src/mgr/InfoAction.h index 51b640b6a9..6bc34f0ff8 100644 --- a/src/mgr/InfoAction.h +++ b/src/mgr/InfoAction.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_INFO_ACTION_H #define SQUID_MGR_INFO_ACTION_H diff --git a/src/mgr/Inquirer.cc b/src/mgr/Inquirer.cc index 57c7e9dbe5..712e8a617e 100644 --- a/src/mgr/Inquirer.cc +++ b/src/mgr/Inquirer.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "comm.h" diff --git a/src/mgr/Inquirer.h b/src/mgr/Inquirer.h index 293ebdeb28..c786ec81ea 100644 --- a/src/mgr/Inquirer.h +++ b/src/mgr/Inquirer.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_INQUIRER_H #define SQUID_MGR_INQUIRER_H diff --git a/src/mgr/IntParam.cc b/src/mgr/IntParam.cc index 2ea19bec8f..09567070bf 100644 --- a/src/mgr/IntParam.cc +++ b/src/mgr/IntParam.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "ipc/TypedMsgHdr.h" diff --git a/src/mgr/IntParam.h b/src/mgr/IntParam.h index d500b424e2..3ea27407e8 100644 --- a/src/mgr/IntParam.h +++ b/src/mgr/IntParam.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_INT_PARAM_H #define SQUID_MGR_INT_PARAM_H diff --git a/src/mgr/IntervalAction.cc b/src/mgr/IntervalAction.cc index 0e26732986..5454c8abf0 100644 --- a/src/mgr/IntervalAction.cc +++ b/src/mgr/IntervalAction.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "ipc/Messages.h" diff --git a/src/mgr/IntervalAction.h b/src/mgr/IntervalAction.h index 68c207eb3d..c23474bf0b 100644 --- a/src/mgr/IntervalAction.h +++ b/src/mgr/IntervalAction.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_INTERVAL_ACTION_H #define SQUID_MGR_INTERVAL_ACTION_H diff --git a/src/mgr/IoAction.cc b/src/mgr/IoAction.cc index 03a6670edd..ac8645783c 100644 --- a/src/mgr/IoAction.cc +++ b/src/mgr/IoAction.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "IoStats.h" diff --git a/src/mgr/IoAction.h b/src/mgr/IoAction.h index 479fe77c50..d38c6fe162 100644 --- a/src/mgr/IoAction.h +++ b/src/mgr/IoAction.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_IO_ACTION_H #define SQUID_MGR_IO_ACTION_H diff --git a/src/mgr/Makefile.am b/src/mgr/Makefile.am index 118dfe5a0c..ec5b5a42f4 100644 --- a/src/mgr/Makefile.am +++ b/src/mgr/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/mgr/QueryParam.h b/src/mgr/QueryParam.h index 0770b05f46..7d6eaa93e9 100644 --- a/src/mgr/QueryParam.h +++ b/src/mgr/QueryParam.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_QUERY_PARAM_H #define SQUID_MGR_QUERY_PARAM_H diff --git a/src/mgr/QueryParams.cc b/src/mgr/QueryParams.cc index e43e709a2d..d7f842332a 100644 --- a/src/mgr/QueryParams.cc +++ b/src/mgr/QueryParams.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "ipc/TypedMsgHdr.h" diff --git a/src/mgr/QueryParams.h b/src/mgr/QueryParams.h index 74a2db6761..39a7bc49be 100644 --- a/src/mgr/QueryParams.h +++ b/src/mgr/QueryParams.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_QUERY_PARAMS_H #define SQUID_MGR_QUERY_PARAMS_H diff --git a/src/mgr/Registration.cc b/src/mgr/Registration.cc index 76b3bbdafb..5aae8a506f 100644 --- a/src/mgr/Registration.cc +++ b/src/mgr/Registration.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "CacheManager.h" #include "mgr/Registration.h" diff --git a/src/mgr/Registration.h b/src/mgr/Registration.h index 0e44df3c67..cb9e350906 100644 --- a/src/mgr/Registration.h +++ b/src/mgr/Registration.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_REGISTRATION_H #define SQUID_MGR_REGISTRATION_H diff --git a/src/mgr/Request.cc b/src/mgr/Request.cc index 7a4bbcc496..65f940c643 100644 --- a/src/mgr/Request.cc +++ b/src/mgr/Request.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "comm/Connection.h" diff --git a/src/mgr/Request.h b/src/mgr/Request.h index 999536ea08..99430e229d 100644 --- a/src/mgr/Request.h +++ b/src/mgr/Request.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_REQUEST_H #define SQUID_MGR_REQUEST_H diff --git a/src/mgr/Response.cc b/src/mgr/Response.cc index 89f547f62d..7e914a0b38 100644 --- a/src/mgr/Response.cc +++ b/src/mgr/Response.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "CacheManager.h" diff --git a/src/mgr/Response.h b/src/mgr/Response.h index b11ad623fa..ac797a9126 100644 --- a/src/mgr/Response.h +++ b/src/mgr/Response.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_RESPONSE_H #define SQUID_MGR_RESPONSE_H diff --git a/src/mgr/ServiceTimesAction.cc b/src/mgr/ServiceTimesAction.cc index d4ae9ed04c..fa6a2992ed 100644 --- a/src/mgr/ServiceTimesAction.cc +++ b/src/mgr/ServiceTimesAction.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "ipc/Messages.h" diff --git a/src/mgr/ServiceTimesAction.h b/src/mgr/ServiceTimesAction.h index 5fb7516351..a338eeb5be 100644 --- a/src/mgr/ServiceTimesAction.h +++ b/src/mgr/ServiceTimesAction.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_SERVICE_TIMES_ACTION_H #define SQUID_MGR_SERVICE_TIMES_ACTION_H diff --git a/src/mgr/StoreIoAction.cc b/src/mgr/StoreIoAction.cc index a1fef68201..e6d1a9397a 100644 --- a/src/mgr/StoreIoAction.cc +++ b/src/mgr/StoreIoAction.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "ipc/Messages.h" diff --git a/src/mgr/StoreIoAction.h b/src/mgr/StoreIoAction.h index fabdf20cc9..dc163b804b 100644 --- a/src/mgr/StoreIoAction.h +++ b/src/mgr/StoreIoAction.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_STORE_IO_ACTION_H #define SQUID_MGR_STORE_IO_ACTION_H diff --git a/src/mgr/StoreToCommWriter.cc b/src/mgr/StoreToCommWriter.cc index cb7f5e7f86..f1cb1afe23 100644 --- a/src/mgr/StoreToCommWriter.cc +++ b/src/mgr/StoreToCommWriter.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "base/TextException.h" #include "comm/Connection.h" diff --git a/src/mgr/StoreToCommWriter.h b/src/mgr/StoreToCommWriter.h index be8338b889..3a07d90dc1 100644 --- a/src/mgr/StoreToCommWriter.h +++ b/src/mgr/StoreToCommWriter.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_STORE_TO_COMM_WRITER_H #define SQUID_MGR_STORE_TO_COMM_WRITER_H diff --git a/src/mgr/StringParam.cc b/src/mgr/StringParam.cc index 343eb929fe..08bc41d26c 100644 --- a/src/mgr/StringParam.cc +++ b/src/mgr/StringParam.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #include "squid.h" #include "ipc/TypedMsgHdr.h" #include "mgr/StringParam.h" diff --git a/src/mgr/StringParam.h b/src/mgr/StringParam.h index e59b5dc181..e66e363c80 100644 --- a/src/mgr/StringParam.h +++ b/src/mgr/StringParam.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_STRING_PARAM_H #define SQUID_MGR_STRING_PARAM_H diff --git a/src/mgr/forward.h b/src/mgr/forward.h index e675166981..cfcf189653 100644 --- a/src/mgr/forward.h +++ b/src/mgr/forward.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 16 Cache Manager API + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 16 Cache Manager API */ + #ifndef SQUID_MGR_FORWARD_H #define SQUID_MGR_FORWARD_H diff --git a/src/mime.cc b/src/mime.cc index b49475612d..07936205e4 100644 --- a/src/mime.cc +++ b/src/mime.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 25 MIME Parsing and Internal Icons - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 25 MIME Parsing and Internal Icons */ + #include "squid.h" #include "disk.h" #include "fde.h" diff --git a/src/mime.h b/src/mime.h index 92ae6b1f97..1824e992cc 100644 --- a/src/mime.h +++ b/src/mime.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 25 MIME Parsing and Internal Icons - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 25 MIME Parsing and Internal Icons */ + #ifndef SQUID_MIME_H_ #define SQUID_MIME_H_ diff --git a/src/mime_header.cc b/src/mime_header.cc index 91829d5d3e..92706de16c 100644 --- a/src/mime_header.cc +++ b/src/mime_header.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 25 MiME Header Parsing - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 25 MiME Header Parsing */ + #include "squid.h" #define GET_HDR_SZ 1024 diff --git a/src/mime_header.h b/src/mime_header.h index cd67dfdb53..d36508edb0 100644 --- a/src/mime_header.h +++ b/src/mime_header.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 25 MiME Header Parsing - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 25 MiME Header Parsing */ + #ifndef SQUID_MIME_HEADER_H_ #define SQUID_MIME_HEADER_H_ diff --git a/src/mk-globals-c.awk b/src/mk-globals-c.awk index 9868766c40..83da7666f6 100644 --- a/src/mk-globals-c.awk +++ b/src/mk-globals-c.awk @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + # tested with gawk, mawk, and nawk. # drop-in replacement for mk-globals-c.pl. # modified to work with Solaris awk (junk). diff --git a/src/mk-globals-c.pl b/src/mk-globals-c.pl index 4ebb70c254..3b727646a0 100755 --- a/src/mk-globals-c.pl +++ b/src/mk-globals-c.pl @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + print "#include \"squid.h\"\n"; while (<>) { $init = undef; diff --git a/src/mk-string-arrays.awk b/src/mk-string-arrays.awk index 80025d45b6..f4496d0527 100644 --- a/src/mk-string-arrays.awk +++ b/src/mk-string-arrays.awk @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + # tested with gawk, mawk, and nawk. # drop-in replacement for mk-string-arrays.pl. # creates "enum.c" (on stdout) from "enum.h". diff --git a/src/mk-string-arrays.pl b/src/mk-string-arrays.pl index 995954eca0..f0bbc939db 100755 --- a/src/mk-string-arrays.pl +++ b/src/mk-string-arrays.pl @@ -1,3 +1,11 @@ +# +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + #****************************************************************************** # File: mk-strs.pl # diff --git a/src/multicast.cc b/src/multicast.cc index e9f4532345..4fabfb42ee 100644 --- a/src/multicast.cc +++ b/src/multicast.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 07 Multicast - * AUTHOR: Martin Hamilton - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 07 Multicast */ + #include "squid.h" #include "comm/Connection.h" #include "Debug.h" diff --git a/src/multicast.h b/src/multicast.h index e2a585fb07..e66c77ec60 100644 --- a/src/multicast.h +++ b/src/multicast.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 07 Multicast - * AUTHOR: Martin Hamilton - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 07 Multicast */ + #ifndef SQUID_MULTICAST_H_ #define SQUID_MULTICAST_H_ diff --git a/src/neighbors.cc b/src/neighbors.cc index c480e5cdc1..e3d1c1f45d 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 15 Neighbor Routines - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 15 Neighbor Routines */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "anyp/PortCfg.h" diff --git a/src/neighbors.h b/src/neighbors.h index 75ae56ac0e..c2d12fc287 100644 --- a/src/neighbors.h +++ b/src/neighbors.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 15 Neighbor Routines - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 15 Neighbor Routines */ + #ifndef SQUID_NEIGHBORS_H_ #define SQUID_NEIGHBORS_H_ diff --git a/src/parser/Makefile.am b/src/parser/Makefile.am index 97cab1fdee..09d1e148a2 100644 --- a/src/parser/Makefile.am +++ b/src/parser/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/parser/Tokenizer.cc b/src/parser/Tokenizer.cc index c9c8959dbe..584041ab8f 100644 --- a/src/parser/Tokenizer.cc +++ b/src/parser/Tokenizer.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "parser/Tokenizer.h" diff --git a/src/parser/Tokenizer.h b/src/parser/Tokenizer.h index 5f01c6ea14..1e8c34c64b 100644 --- a/src/parser/Tokenizer.h +++ b/src/parser/Tokenizer.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_PARSER_TOKENIZER_H_ #define SQUID_PARSER_TOKENIZER_H_ diff --git a/src/parser/testTokenizer.cc b/src/parser/testTokenizer.cc index b730a9429c..dc15d7d058 100644 --- a/src/parser/testTokenizer.cc +++ b/src/parser/testTokenizer.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "base/CharacterSet.h" #include "parser/Tokenizer.h" diff --git a/src/parser/testTokenizer.h b/src/parser/testTokenizer.h index 9089aa75cc..e9acdf66d7 100644 --- a/src/parser/testTokenizer.h +++ b/src/parser/testTokenizer.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_TESTTOKENIZER_H_ #define SQUID_TESTTOKENIZER_H_ diff --git a/src/pconn.cc b/src/pconn.cc index 7ca63fa3ff..4ec2fa23c3 100644 --- a/src/pconn.cc +++ b/src/pconn.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 48 Persistent Connections - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 48 Persistent Connections */ + #include "squid.h" #include "CachePeer.h" #include "comm.h" diff --git a/src/pconn.h b/src/pconn.h index 7dbdb4da53..d94f8cf11c 100644 --- a/src/pconn.h +++ b/src/pconn.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_PCONN_H #define SQUID_PCONN_H diff --git a/src/peer_digest.cc b/src/peer_digest.cc index b518255abd..64dd898db6 100644 --- a/src/peer_digest.cc +++ b/src/peer_digest.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 72 Peer Digest Routines - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 72 Peer Digest Routines */ + #include "squid.h" #if USE_CACHE_DIGESTS #include "CacheDigest.h" diff --git a/src/peer_select.cc b/src/peer_select.cc index 433a7234a4..def4c94e6c 100644 --- a/src/peer_select.cc +++ b/src/peer_select.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 44 Peer Selection Algorithm - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 44 Peer Selection Algorithm */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "CachePeer.h" diff --git a/src/peer_sourcehash.cc b/src/peer_sourcehash.cc index 665c8eb25c..52bdeb33a4 100644 --- a/src/peer_sourcehash.cc +++ b/src/peer_sourcehash.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 39 Peer source hash based selection - * AUTHOR: Henrik Nordstrom - * BASED ON: carp.cc - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 39 Peer source hash based selection */ + #include "squid.h" #include "CachePeer.h" #include "HttpRequest.h" diff --git a/src/peer_sourcehash.h b/src/peer_sourcehash.h index 9e4440d1df..ac34409938 100644 --- a/src/peer_sourcehash.h +++ b/src/peer_sourcehash.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 39 Peer source hash based selection - * AUTHOR: Henrik Nordstrom - * BASED ON: carp.cc - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 39 Peer source hash based selection */ + #ifndef SQUID_PEER_SOURCEHASH_H_ #define SQUID_PEER_SOURCEHASH_H_ diff --git a/src/peer_userhash.cc b/src/peer_userhash.cc index 3b043ba0f7..82f2455925 100644 --- a/src/peer_userhash.cc +++ b/src/peer_userhash.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 39 Peer user hash based selection - * AUTHOR: Henrik Nordstrom - * BASED ON: carp.cc - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 39 Peer user hash based selection */ + #include "squid.h" #if USE_AUTH diff --git a/src/peer_userhash.h b/src/peer_userhash.h index 28ff77bdc0..6c8e59eea0 100644 --- a/src/peer_userhash.h +++ b/src/peer_userhash.h @@ -1,36 +1,13 @@ /* - * DEBUG: section 39 Peer user hash based selection - * AUTHOR: Henrik Nordstrom - * BASED ON: carp.cc - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 39 Peer user hash based selection */ + #ifndef SQUID_PEER_USERHASH_H_ #define SQUID_PEER_USERHASH_H_ diff --git a/src/protos.h b/src/protos.h index 5f90b1418f..0aa6ceb69b 100644 --- a/src/protos.h +++ b/src/protos.h @@ -1,31 +1,11 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_PROTOS_H #define SQUID_PROTOS_H diff --git a/src/recv-announce.cc b/src/recv-announce.cc index 00d1de0329..b8f603fdbd 100644 --- a/src/recv-announce.cc +++ b/src/recv-announce.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 00 Announcement Server - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 00 Announcement Server */ + #include "squid.h" #include diff --git a/src/redirect.cc b/src/redirect.cc index a1fbcc8ba7..1956385e54 100644 --- a/src/redirect.cc +++ b/src/redirect.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 61 Redirector - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 61 Redirector */ + #include "squid.h" #include "acl/Checklist.h" #include "client_side.h" diff --git a/src/redirect.h b/src/redirect.h index 273275c635..2688e73261 100644 --- a/src/redirect.h +++ b/src/redirect.h @@ -1,38 +1,16 @@ -#ifndef SQUID_REDIRECT_H_ -#define SQUID_REDIRECT_H_ - /* - * DEBUG: section 61 Redirector - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 61 Redirector */ + +#ifndef SQUID_REDIRECT_H_ +#define SQUID_REDIRECT_H_ + #include "helper.h" class ClientHttpRequest; diff --git a/src/refresh.cc b/src/refresh.cc index 4f24301a11..e58917b918 100644 --- a/src/refresh.cc +++ b/src/refresh.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 22 Refresh Calculation - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 22 Refresh Calculation */ + #ifndef USE_POSIX_REGEX #define USE_POSIX_REGEX /* put before includes; always use POSIX */ #endif diff --git a/src/refresh.h b/src/refresh.h index d7e3d61a4d..f815989164 100644 --- a/src/refresh.h +++ b/src/refresh.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 22 Refresh Calculation - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 22 Refresh Calculation */ + #ifndef SQUID_REFRESH_H_ #define SQUID_REFRESH_H_ diff --git a/src/repl/Makefile.am b/src/repl/Makefile.am index 4c996409ae..ce74e33dbb 100644 --- a/src/repl/Makefile.am +++ b/src/repl/Makefile.am @@ -1,4 +1,9 @@ -# Makefile for storage modules in the Squid Object Cache server +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## include $(top_srcdir)/src/Common.am diff --git a/src/repl/heap/store_heap_replacement.cc b/src/repl/heap/store_heap_replacement.cc index 3d9dc50b1f..fdf85480f6 100644 --- a/src/repl/heap/store_heap_replacement.cc +++ b/src/repl/heap/store_heap_replacement.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Heap-based replacement - * AUTHOR: John Dilley - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Heap-based replacement */ + /* * The code in this file is Copyrighted (C) 1999 by Hewlett Packard. * diff --git a/src/repl/heap/store_heap_replacement.h b/src/repl/heap/store_heap_replacement.h index 44d98b1a36..0d53c23e8f 100644 --- a/src/repl/heap/store_heap_replacement.h +++ b/src/repl/heap/store_heap_replacement.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUIDINC_STORE_HEAP_REPLACEMENT_H #define _SQUIDINC_STORE_HEAP_REPLACEMENT_H diff --git a/src/repl/heap/store_repl_heap.cc b/src/repl/heap/store_repl_heap.cc index c8feb4a81b..9f54d0a546 100644 --- a/src/repl/heap/store_repl_heap.cc +++ b/src/repl/heap/store_repl_heap.cc @@ -1,7 +1,13 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ /* * DEBUG: section 81 Store HEAP Removal Policies - * AUTHOR: Henrik Nordstrom * * Based on the ideas of the heap policy implemented by John Dilley of * Hewlett Packard. Rewritten from scratch when modularizing the removal @@ -9,34 +15,6 @@ * * For details on the original heap policy work and the thinking behind see * http://www.hpl.hp.com/techreports/1999/HPL-1999-69.html - * - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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/repl/lru/store_repl_lru.cc b/src/repl/lru/store_repl_lru.cc index 86e2c39fd2..dbc2e319f0 100644 --- a/src/repl/lru/store_repl_lru.cc +++ b/src/repl/lru/store_repl_lru.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: none LRU Removal Policy - * AUTHOR: Henrik Nordstrom - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: none LRU Removal Policy */ + #include "squid.h" #include "MemObject.h" #include "SquidTime.h" diff --git a/src/repl_modules.h b/src/repl_modules.h index e4f7e0772b..0794cc903f 100644 --- a/src/repl_modules.h +++ b/src/repl_modules.h @@ -1,34 +1,14 @@ -#ifndef SQUID_REPL_MODULES_H_ -#define SQUID_REPL_MODULES_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_REPL_MODULES_H_ +#define SQUID_REPL_MODULES_H_ + /* * Note: repl_modules.cc will be autogenerated. */ diff --git a/src/repl_modules.sh b/src/repl_modules.sh index d0a6142eee..7db5834662 100755 --- a/src/repl_modules.sh +++ b/src/repl_modules.sh @@ -1,4 +1,12 @@ #!/bin/sh +# +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + echo "/* automatically generated by $0 $*" echo " * do not edit" echo " */" diff --git a/src/send-announce.cc b/src/send-announce.cc index 50845e62ae..e34d04355f 100644 --- a/src/send-announce.cc +++ b/src/send-announce.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 27 Cache Announcer - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 27 Cache Announcer */ + #include "squid.h" #include "anyp/PortCfg.h" #include "comm/Connection.h" diff --git a/src/send-announce.h b/src/send-announce.h index c35dd8a5de..a4d07f6b82 100644 --- a/src/send-announce.h +++ b/src/send-announce.h @@ -1,37 +1,16 @@ -#ifndef SQUID_SEND_ANNOUNCE_H_ -#define SQUID_SEND_ANNOUNCE_H_ /* - * DEBUG: section 27 Cache Announcer - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 27 Cache Announcer */ + +#ifndef SQUID_SEND_ANNOUNCE_H_ +#define SQUID_SEND_ANNOUNCE_H_ + void start_announce(void *unused); #endif /* SQUID_SEND_ANNOUNCE_H_ */ diff --git a/src/servers/FtpServer.cc b/src/servers/FtpServer.cc index 484336f3f6..1465425f08 100644 --- a/src/servers/FtpServer.cc +++ b/src/servers/FtpServer.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 33 Transfer protocol servers + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 33 Transfer protocol servers */ + #include "squid.h" #include "base/CharacterSet.h" #include "base/RefCount.h" diff --git a/src/servers/FtpServer.h b/src/servers/FtpServer.h index 3be163491a..0d42d51666 100644 --- a/src/servers/FtpServer.h +++ b/src/servers/FtpServer.h @@ -1,7 +1,13 @@ /* - * DEBUG: section 33 Client-side Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 33 Client-side Routines */ + #ifndef SQUID_SERVERS_FTP_SERVER_H #define SQUID_SERVERS_FTP_SERVER_H diff --git a/src/servers/HttpServer.cc b/src/servers/HttpServer.cc index 3d9a82724f..50f6abefdf 100644 --- a/src/servers/HttpServer.cc +++ b/src/servers/HttpServer.cc @@ -1,7 +1,13 @@ /* - * DEBUG: section 33 Client-side Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 33 Client-side Routines */ + #include "squid.h" #include "client_side.h" #include "client_side_request.h" diff --git a/src/servers/Makefile.am b/src/servers/Makefile.am index d59b63f29f..3e39bbac20 100644 --- a/src/servers/Makefile.am +++ b/src/servers/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/servers/forward.h b/src/servers/forward.h index 5cf84ae2fe..7acf64225d 100644 --- a/src/servers/forward.h +++ b/src/servers/forward.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SERVERS_FORWARD_H #define SQUID_SERVERS_FORWARD_H diff --git a/src/snmp/Forwarder.cc b/src/snmp/Forwarder.cc index 252a50b099..d7455ac949 100644 --- a/src/snmp/Forwarder.cc +++ b/src/snmp/Forwarder.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #include "squid.h" #include "base/TextException.h" #include "comm.h" diff --git a/src/snmp/Forwarder.h b/src/snmp/Forwarder.h index bdb9421d70..05a8052118 100644 --- a/src/snmp/Forwarder.h +++ b/src/snmp/Forwarder.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #ifndef SQUID_SNMPX_FORWARDER_H #define SQUID_SNMPX_FORWARDER_H diff --git a/src/snmp/Inquirer.cc b/src/snmp/Inquirer.cc index 9af1a42ae0..69b878500b 100644 --- a/src/snmp/Inquirer.cc +++ b/src/snmp/Inquirer.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #include "squid.h" #include "base/TextException.h" #include "comm.h" diff --git a/src/snmp/Inquirer.h b/src/snmp/Inquirer.h index 4e10c3cb1d..f06feb8595 100644 --- a/src/snmp/Inquirer.h +++ b/src/snmp/Inquirer.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #ifndef SQUID_SNMPX_INQUIRER_H #define SQUID_SNMPX_INQUIRER_H diff --git a/src/snmp/Makefile.am b/src/snmp/Makefile.am index 3100a4e889..4978ca93e5 100644 --- a/src/snmp/Makefile.am +++ b/src/snmp/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/snmp/Pdu.cc b/src/snmp/Pdu.cc index 2be9cd235f..63387cd258 100644 --- a/src/snmp/Pdu.cc +++ b/src/snmp/Pdu.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #include "squid.h" #include "base/TextException.h" #include "ipc/TypedMsgHdr.h" diff --git a/src/snmp/Pdu.h b/src/snmp/Pdu.h index a2546bf9da..d03b5ca692 100644 --- a/src/snmp/Pdu.h +++ b/src/snmp/Pdu.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #ifndef SQUID_SNMPX_PDU_H #define SQUID_SNMPX_PDU_H diff --git a/src/snmp/Request.cc b/src/snmp/Request.cc index 359eae23b0..f324b7ad0c 100644 --- a/src/snmp/Request.cc +++ b/src/snmp/Request.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #include "squid.h" #include "ipc/Messages.h" #include "ipc/TypedMsgHdr.h" diff --git a/src/snmp/Request.h b/src/snmp/Request.h index 81b2fa94e2..b695cf07c7 100644 --- a/src/snmp/Request.h +++ b/src/snmp/Request.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #ifndef SQUID_SNMPX_REQUEST_H #define SQUID_SNMPX_REQUEST_H diff --git a/src/snmp/Response.cc b/src/snmp/Response.cc index 97b4cbd618..399c9ab262 100644 --- a/src/snmp/Response.cc +++ b/src/snmp/Response.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #include "squid.h" #include "base/TextException.h" #include "ipc/Messages.h" diff --git a/src/snmp/Response.h b/src/snmp/Response.h index 67941f7d85..0df5f005be 100644 --- a/src/snmp/Response.h +++ b/src/snmp/Response.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #ifndef SQUID_SNMPX_RESPONSE_H #define SQUID_SNMPX_RESPONSE_H diff --git a/src/snmp/Session.cc b/src/snmp/Session.cc index b8254cd772..854eba62c3 100644 --- a/src/snmp/Session.cc +++ b/src/snmp/Session.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #include "squid.h" #include "base/TextException.h" #include "ipc/TypedMsgHdr.h" diff --git a/src/snmp/Session.h b/src/snmp/Session.h index fae78b2397..029d1e16e4 100644 --- a/src/snmp/Session.h +++ b/src/snmp/Session.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #ifndef SQUID_SNMPX_SESSION_H #define SQUID_SNMPX_SESSION_H diff --git a/src/snmp/Var.cc b/src/snmp/Var.cc index 9acccbafbf..67607cbd7d 100644 --- a/src/snmp/Var.cc +++ b/src/snmp/Var.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #include "squid.h" #include "base/TextException.h" #include "Debug.h" diff --git a/src/snmp/Var.h b/src/snmp/Var.h index 4e87479819..519c3e21af 100644 --- a/src/snmp/Var.h +++ b/src/snmp/Var.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #ifndef SQUID_SNMPX_VAR_H #define SQUID_SNMPX_VAR_H diff --git a/src/snmp/forward.h b/src/snmp/forward.h index 248c49bed9..ca8b658bf2 100644 --- a/src/snmp/forward.h +++ b/src/snmp/forward.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #ifndef SQUID_SNMPX_FORWARD_H #define SQUID_SNMPX_FORWARD_H diff --git a/src/snmp_agent.cc b/src/snmp_agent.cc index fb359e90e9..588858cddb 100644 --- a/src/snmp_agent.cc +++ b/src/snmp_agent.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #include "squid.h" #include "cache_snmp.h" #include "CachePeer.h" diff --git a/src/snmp_agent.h b/src/snmp_agent.h index bfcc50fd7d..f00dc5de26 100644 --- a/src/snmp_agent.h +++ b/src/snmp_agent.h @@ -1,37 +1,16 @@ -#ifndef SQUID_SNMP_AGENT_H_ -#define SQUID_SNMP_AGENT_H_ /* - * DEBUG: section 49 SNMP Interface - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + +#ifndef SQUID_SNMP_AGENT_H_ +#define SQUID_SNMP_AGENT_H_ + #if SQUID_SNMP #include "snmp_vars.h" diff --git a/src/snmp_core.cc b/src/snmp_core.cc index 3cb9317f63..77b830f9a1 100644 --- a/src/snmp_core.cc +++ b/src/snmp_core.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 49 SNMP support - * AUTHOR: Glenn Chisholm - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 49 SNMP support */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "base/CbcPointer.h" diff --git a/src/snmp_core.h b/src/snmp_core.h index 1f545f5c46..8a57199bb5 100644 --- a/src/snmp_core.h +++ b/src/snmp_core.h @@ -1,8 +1,13 @@ /* - * DEBUG: section 49 SNMP Interface + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 49 SNMP Interface */ + #ifndef SQUID_SNMP_CORE_H #define SQUID_SNMP_CORE_H diff --git a/src/ssl/Config.cc b/src/ssl/Config.cc index 32dd1f3ecd..49062273ce 100644 --- a/src/ssl/Config.cc +++ b/src/ssl/Config.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "ssl/Config.h" diff --git a/src/ssl/Config.h b/src/ssl/Config.h index 6fa5daedd5..a1cd70a604 100644 --- a/src/ssl/Config.h +++ b/src/ssl/Config.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SSL_CONFIG_H #define SQUID_SSL_CONFIG_H diff --git a/src/ssl/ErrorDetail.cc b/src/ssl/ErrorDetail.cc index da4196e7d5..2684a94e24 100644 --- a/src/ssl/ErrorDetail.cc +++ b/src/ssl/ErrorDetail.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "errorpage.h" #include "ssl/ErrorDetail.h" diff --git a/src/ssl/ErrorDetail.h b/src/ssl/ErrorDetail.h index 181e19b6e3..a228d71511 100644 --- a/src/ssl/ErrorDetail.h +++ b/src/ssl/ErrorDetail.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SSL_ERROR_DETAIL_H #define _SQUID_SSL_ERROR_DETAIL_H diff --git a/src/ssl/ErrorDetailManager.cc b/src/ssl/ErrorDetailManager.cc index 5796f9c0b1..b798d4b276 100644 --- a/src/ssl/ErrorDetailManager.cc +++ b/src/ssl/ErrorDetailManager.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "ErrorDetail.h" #include "ErrorDetailManager.h" diff --git a/src/ssl/ErrorDetailManager.h b/src/ssl/ErrorDetailManager.h index 2f2fe28189..467639bde5 100644 --- a/src/ssl/ErrorDetailManager.h +++ b/src/ssl/ErrorDetailManager.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SSL_ERRORDETAILMANAGER_H #define _SQUID_SSL_ERRORDETAILMANAGER_H diff --git a/src/ssl/Makefile.am b/src/ssl/Makefile.am index ae235646b8..b6ff49e0ad 100644 --- a/src/ssl/Makefile.am +++ b/src/ssl/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 The Squid Software Foundation and contributors +## +## Squid software is distributed under GPLv2+ license and includes +## contributions from numerous individuals and organizations. +## Please see the COPYING and CONTRIBUTORS files for details. +## + include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am diff --git a/src/ssl/PeerConnector.cc b/src/ssl/PeerConnector.cc index 44d8938073..202c493c5d 100644 --- a/src/ssl/PeerConnector.cc +++ b/src/ssl/PeerConnector.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 17 Request Forwarding + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 17 Request Forwarding */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "base/AsyncCbdataCalls.h" diff --git a/src/ssl/PeerConnector.h b/src/ssl/PeerConnector.h index 0a62ae4900..a8695d7528 100644 --- a/src/ssl/PeerConnector.h +++ b/src/ssl/PeerConnector.h @@ -1,31 +1,11 @@ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_SSL_PEER_CONNECTOR_H #define SQUID_SSL_PEER_CONNECTOR_H diff --git a/src/ssl/ProxyCerts.h b/src/ssl/ProxyCerts.h index 88790fc737..8dfeecf509 100644 --- a/src/ssl/ProxyCerts.h +++ b/src/ssl/ProxyCerts.h @@ -1,34 +1,14 @@ -#ifndef SQUID_SSLPROXYCERTS_H_ -#define SQUID_SSLPROXYCERTS_H_ /* - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +#ifndef SQUID_SSLPROXYCERTS_H_ +#define SQUID_SSLPROXYCERTS_H_ + #if USE_OPENSSL #include "acl/forward.h" diff --git a/src/ssl/ServerBump.cc b/src/ssl/ServerBump.cc index 1485d0ffb0..f4674e9f41 100644 --- a/src/ssl/ServerBump.cc +++ b/src/ssl/ServerBump.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 33 Client-side Routines + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 33 Client-side Routines */ + #include "squid.h" #include "client_side.h" diff --git a/src/ssl/ServerBump.h b/src/ssl/ServerBump.h index 1057883e13..4818f4f537 100644 --- a/src/ssl/ServerBump.h +++ b/src/ssl/ServerBump.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SSL_PEEKER_H #define _SQUID_SSL_PEEKER_H diff --git a/src/ssl/bio.cc b/src/ssl/bio.cc index 5270e73a6a..dd34014d74 100644 --- a/src/ssl/bio.cc +++ b/src/ssl/bio.cc @@ -1,8 +1,13 @@ /* - * DEBUG: section 83 SSL accelerator support + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 83 SSL accelerator support */ + #include "squid.h" #include "ssl/support.h" diff --git a/src/ssl/bio.h b/src/ssl/bio.h index 47aad3110d..762cb33b1e 100644 --- a/src/ssl/bio.h +++ b/src/ssl/bio.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SSL_BIO_H #define SQUID_SSL_BIO_H diff --git a/src/ssl/cert_validate_message.cc b/src/ssl/cert_validate_message.cc index 1cd5ad267c..57337c3003 100644 --- a/src/ssl/cert_validate_message.cc +++ b/src/ssl/cert_validate_message.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "globals.h" diff --git a/src/ssl/cert_validate_message.h b/src/ssl/cert_validate_message.h index 31b4e2c113..f390ccdabf 100644 --- a/src/ssl/cert_validate_message.h +++ b/src/ssl/cert_validate_message.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SSL_CERT_VALIDATE_MESSAGE_H #define SQUID_SSL_CERT_VALIDATE_MESSAGE_H diff --git a/src/ssl/certificate_db.cc b/src/ssl/certificate_db.cc index 91d3920ba4..ea205c7da7 100644 --- a/src/ssl/certificate_db.cc +++ b/src/ssl/certificate_db.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "ssl/certificate_db.h" diff --git a/src/ssl/certificate_db.h b/src/ssl/certificate_db.h index a4158caf41..15019e2eb5 100644 --- a/src/ssl/certificate_db.h +++ b/src/ssl/certificate_db.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #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 a2e0bd7884..f01e5899ca 100644 --- a/src/ssl/context_storage.cc +++ b/src/ssl/context_storage.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "mgr/Registration.h" #include "ssl/context_storage.h" diff --git a/src/ssl/context_storage.h b/src/ssl/context_storage.h index dd0f668a81..a495726a41 100644 --- a/src/ssl/context_storage.h +++ b/src/ssl/context_storage.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #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 4c5dbe4adb..dc36ac5a3a 100644 --- a/src/ssl/crtd_message.cc +++ b/src/ssl/crtd_message.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "ssl/crtd_message.h" #include "ssl/gadgets.h" diff --git a/src/ssl/crtd_message.h b/src/ssl/crtd_message.h index 3c4d1b689b..cdc1818c3c 100644 --- a/src/ssl/crtd_message.h +++ b/src/ssl/crtd_message.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #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 bd7ce84821..04d9f06f83 100644 --- a/src/ssl/gadgets.cc +++ b/src/ssl/gadgets.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "ssl/gadgets.h" diff --git a/src/ssl/gadgets.h b/src/ssl/gadgets.h index 7cb3462cee..928758e607 100644 --- a/src/ssl/gadgets.h +++ b/src/ssl/gadgets.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef SQUID_SSL_GADGETS_H #define SQUID_SSL_GADGETS_H diff --git a/src/ssl/helper.cc b/src/ssl/helper.cc index 4ed0f796c3..e1a2c07970 100644 --- a/src/ssl/helper.cc +++ b/src/ssl/helper.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "anyp/PortCfg.h" #include "SquidConfig.h" diff --git a/src/ssl/helper.h b/src/ssl/helper.h index 93cda09f5c..b45f8e4164 100644 --- a/src/ssl/helper.h +++ b/src/ssl/helper.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #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 aeedc321d6..846e2a02bc 100644 --- a/src/ssl/ssl_crtd.cc +++ b/src/ssl/ssl_crtd.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "helpers/defines.h" #include "ssl/certificate_db.h" diff --git a/src/ssl/stub_libsslutil.cc b/src/ssl/stub_libsslutil.cc index 384c000550..0c0b4dfff6 100644 --- a/src/ssl/stub_libsslutil.cc +++ b/src/ssl/stub_libsslutil.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "fatal.h" diff --git a/src/ssl/support.cc b/src/ssl/support.cc index a9a2179233..0a498bfaa2 100644 --- a/src/ssl/support.cc +++ b/src/ssl/support.cc @@ -1,36 +1,13 @@ - /* - * AUTHOR: Benno Rice - * DEBUG: section 83 SSL accelerator support - * - * 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 - * Duane Wessels and the University of California San Diego. 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 83 SSL accelerator support */ + #include "squid.h" /* MS Visual Studio Projects are monolithic, so we need the following diff --git a/src/ssl/support.h b/src/ssl/support.h index dfbf20b47c..8a55eb9740 100644 --- a/src/ssl/support.h +++ b/src/ssl/support.h @@ -1,35 +1,13 @@ - /* - * AUTHOR: Benno Rice - * - * 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 - * Duane Wessels and the University of California San Diego. 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 83 SSL accelerator support */ + #ifndef SQUID_SSL_SUPPORT_H #define SQUID_SSL_SUPPORT_H diff --git a/src/stat.cc b/src/stat.cc index 8eba5d91f4..3c5c4262b7 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 18 Cache Manager Statistics - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 18 Cache Manager Statistics */ + #include "squid.h" #include "CacheDigest.h" #include "CachePeer.h" diff --git a/src/stat.h b/src/stat.h index 3de1aa8358..7cfadd61ae 100644 --- a/src/stat.h +++ b/src/stat.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 18 Cache Manager Statistics - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 18 Cache Manager Statistics */ + #ifndef SQUID_STAT_H_ #define SQUID_STAT_H_ diff --git a/src/stmem.cc b/src/stmem.cc index 755a363420..54d4440822 100644 --- a/src/stmem.cc +++ b/src/stmem.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 19 Store Memory Primitives - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 19 Store Memory Primitives */ + #include "squid.h" #include "Generic.h" #include "mem_node.h" diff --git a/src/stmem.h b/src/stmem.h index e67e4d360a..6cf7dbc5d7 100644 --- a/src/stmem.h +++ b/src/stmem.h @@ -1,33 +1,9 @@ - /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * - * Copyright (c) 2003, Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_STMEM_H diff --git a/src/store.cc b/src/store.cc index b403c81706..b73cdafe07 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager */ + #include "squid.h" #include "CacheDigest.h" #include "CacheManager.h" diff --git a/src/store_client.cc b/src/store_client.cc index d4d2f063e3..643d2a5720 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -1,37 +1,13 @@ - /* - * DEBUG: section 90 Storage Manager Client-Side Interface - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * 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. - * - * Portions copyright (c) 2003 Robert Collins + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 90 Storage Manager Client-Side Interface */ + #include "squid.h" #include "event.h" #include "globals.h" diff --git a/src/store_digest.cc b/src/store_digest.cc index a59042ea64..8a7e405b3d 100644 --- a/src/store_digest.cc +++ b/src/store_digest.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 71 Store Digest Manager - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 71 Store Digest Manager */ + /* * TODO: We probably do not track all the cases when * storeDigestNoteStoreReady() must be called; this may prevent diff --git a/src/store_digest.h b/src/store_digest.h index 1c741c72c3..d503b46c41 100644 --- a/src/store_digest.h +++ b/src/store_digest.h @@ -1,37 +1,16 @@ -#ifndef SQUID_STORE_DIGEST_H_ -#define SQUID_STORE_DIGEST_H_ /* - * DEBUG: section 71 Store Digest Manager - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 71 Store Digest Manager */ + +#ifndef SQUID_STORE_DIGEST_H_ +#define SQUID_STORE_DIGEST_H_ + class StoreEntry; void storeDigestInit(void); diff --git a/src/store_dir.cc b/src/store_dir.cc index d90dbeeacf..812466665c 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 47 Store Directory Routines - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 47 Store Directory Routines */ + #include "squid.h" #include "globals.h" #include "mem_node.h" diff --git a/src/store_io.cc b/src/store_io.cc index 93a0a11a6d..e5b00c3c4a 100644 --- a/src/store_io.cc +++ b/src/store_io.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #include "squid.h" #include "MemObject.h" #include "SquidConfig.h" diff --git a/src/store_key_md5.cc b/src/store_key_md5.cc index aa1f4fa619..faae363591 100644 --- a/src/store_key_md5.cc +++ b/src/store_key_md5.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager MD5 Cache Keys - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager MD5 Cache Keys */ + #include "squid.h" #include "HttpRequest.h" #include "md5.h" diff --git a/src/store_key_md5.h b/src/store_key_md5.h index 1048c3b92d..60cd88cc17 100644 --- a/src/store_key_md5.h +++ b/src/store_key_md5.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 20 Storage Manager MD5 Cache Keys - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager MD5 Cache Keys */ + #ifndef SQUID_STORE_KEY_MD5_H_ #define SQUID_STORE_KEY_MD5_H_ diff --git a/src/store_log.cc b/src/store_log.cc index 36c27f931c..81c8186009 100644 --- a/src/store_log.cc +++ b/src/store_log.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 20 Storage Manager Logging Functions - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Logging Functions */ + #include "squid.h" #include "format/Token.h" #include "HttpReply.h" diff --git a/src/store_log.h b/src/store_log.h index 6585b9c137..0e032b3246 100644 --- a/src/store_log.h +++ b/src/store_log.h @@ -1,37 +1,16 @@ -#ifndef SQUID_STORE_LOG_H_ -#define SQUID_STORE_LOG_H_ /* - * DEBUG: section 20 Storage Manager Logging Functions - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Logging Functions */ + +#ifndef SQUID_STORE_LOG_H_ +#define SQUID_STORE_LOG_H_ + class StoreEntry; void storeLog(int tag, const StoreEntry * e); diff --git a/src/store_rebuild.cc b/src/store_rebuild.cc index 5a21a0b3e8..4b5b634bbf 100644 --- a/src/store_rebuild.cc +++ b/src/store_rebuild.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 20 Store Rebuild Routines - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Store Rebuild Routines */ + #include "squid.h" #include "event.h" #include "globals.h" diff --git a/src/store_rebuild.h b/src/store_rebuild.h index 6cc239a5fe..c774b0853d 100644 --- a/src/store_rebuild.h +++ b/src/store_rebuild.h @@ -1,37 +1,16 @@ -#ifndef SQUID_STORE_REBUILD_H_ -#define SQUID_STORE_REBUILD_H_ /* - * DEBUG: section 20 Store Rebuild Routines - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Store Rebuild Routines */ + +#ifndef SQUID_STORE_REBUILD_H_ +#define SQUID_STORE_REBUILD_H_ + // currently a POD class StoreRebuildData { diff --git a/src/store_swapin.cc b/src/store_swapin.cc index f092df574a..584e4ee320 100644 --- a/src/store_swapin.cc +++ b/src/store_swapin.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 20 Storage Manager Swapin Functions - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapin Functions */ + #include "squid.h" #include "globals.h" #include "StatCounters.h" diff --git a/src/store_swapin.h b/src/store_swapin.h index f7c5ad3dc5..e1592b1b3f 100644 --- a/src/store_swapin.h +++ b/src/store_swapin.h @@ -1,37 +1,16 @@ -#ifndef SQUID_STORE_SWAPIN_H_ -#define SQUID_STORE_SWAPIN_H_ /* - * DEBUG: section 20 Storage Manager Swapin Functions - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapin Functions */ + +#ifndef SQUID_STORE_SWAPIN_H_ +#define SQUID_STORE_SWAPIN_H_ + class store_client; void storeSwapInStart(store_client *); diff --git a/src/store_swapmeta.cc b/src/store_swapmeta.cc index 3bfccd5949..727e4063d4 100644 --- a/src/store_swapmeta.cc +++ b/src/store_swapmeta.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Swapfile Metadata - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapfile Metadata */ + #include "squid.h" #include "md5.h" #include "MemObject.h" diff --git a/src/store_swapout.cc b/src/store_swapout.cc index dac230c1fc..5ebbf37fca 100644 --- a/src/store_swapout.cc +++ b/src/store_swapout.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 20 Storage Manager Swapout Functions - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 20 Storage Manager Swapout Functions */ + #include "squid.h" #include "cbdata.h" #include "globals.h" diff --git a/src/swap_log_op.h b/src/swap_log_op.h index 0fde2337b0..b0a3f64203 100644 --- a/src/swap_log_op.h +++ b/src/swap_log_op.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors + * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + #ifndef _SQUID_SWAP_LOG_OP_H #define _SQUID_SWAP_LOG_OP_H diff --git a/src/test_cache_digest.cc b/src/test_cache_digest.cc index 5af008f8ba..70667a8dfc 100644 --- a/src/test_cache_digest.cc +++ b/src/test_cache_digest.cc @@ -1,33 +1,9 @@ - /* - * AUTHOR: Alex Rousskov - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ /* diff --git a/src/time.cc b/src/time.cc index 640e3eee2c..8159ecaf6d 100644 --- a/src/time.cc +++ b/src/time.cc @@ -1,34 +1,13 @@ /* - * DEBUG: section 21 Time Functions - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 21 Time Functions */ + #include "squid.h" #include "SquidTime.h" diff --git a/src/tools.cc b/src/tools.cc index b775b47d51..83e9cb4e6c 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 21 Misc Functions - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 21 Misc Functions */ + #include "squid.h" #include "anyp/PortCfg.h" #include "base/Subscription.h" diff --git a/src/tools.h b/src/tools.h index 49a49a3a41..69d2cedb73 100644 --- a/src/tools.h +++ b/src/tools.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 21 Misc Functions - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 21 Misc Functions */ + #ifndef SQUID_TOOLS_H_ #define SQUID_TOOLS_H_ diff --git a/src/tunnel.cc b/src/tunnel.cc index d946df03dd..d53ff29fd8 100644 --- a/src/tunnel.cc +++ b/src/tunnel.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 26 Secure Sockets Layer Proxy - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 26 Secure Sockets Layer Proxy */ + #include "squid.h" #include "acl/FilledChecklist.h" #include "base/CbcPointer.h" diff --git a/src/typedefs.h b/src/typedefs.h index 6feaee67e1..59b365b567 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -1,31 +1,9 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ #include "enums.h" diff --git a/src/ufsdump.cc b/src/ufsdump.cc index dc5fedffde..a7650da16a 100644 --- a/src/ufsdump.cc +++ b/src/ufsdump.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 00 UFS Store Dump Tool - * AUTHOR: Robert Collins - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 00 UFS Store Dump Tool */ + #include "squid.h" #include "Generic.h" #include "mgr/Registration.h" diff --git a/src/unlinkd.cc b/src/unlinkd.cc index 1a140485ce..20d5f99210 100644 --- a/src/unlinkd.cc +++ b/src/unlinkd.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 02 Unlink Daemon - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 02 Unlink Daemon */ + #include "squid.h" #if USE_UNLINKD diff --git a/src/unlinkd.h b/src/unlinkd.h index 2363c93f2f..d31beca578 100644 --- a/src/unlinkd.h +++ b/src/unlinkd.h @@ -1,37 +1,16 @@ -#ifndef SQUID_UNLINKD_H_ -#define SQUID_UNLINKD_H_ /* - * DEBUG: section 02 Unlink Daemon - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 02 Unlink Daemon */ + +#ifndef SQUID_UNLINKD_H_ +#define SQUID_UNLINKD_H_ + #if USE_UNLINKD bool unlinkdNeeded(void); void unlinkdInit(void); diff --git a/src/unlinkd_daemon.cc b/src/unlinkd_daemon.cc index c621e1c464..4e3874ff73 100644 --- a/src/unlinkd_daemon.cc +++ b/src/unlinkd_daemon.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section -- Unlink Daemon - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section -- Unlink Daemon */ + #define SQUID_HELPER 1 #include "squid.h" diff --git a/src/url.cc b/src/url.cc index 0872a32696..c72bdac001 100644 --- a/src/url.cc +++ b/src/url.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 23 URL Parsing - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 23 URL Parsing */ + #include "squid.h" #include "globals.h" #include "HttpRequest.h" diff --git a/src/urn.cc b/src/urn.cc index 248352354e..b938035336 100644 --- a/src/urn.cc +++ b/src/urn.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 52 URN Parsing - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 52 URN Parsing */ + #include "squid.h" #include "cbdata.h" #include "errorpage.h" diff --git a/src/urn.h b/src/urn.h index f44bd070b3..ee3a7c3bb6 100644 --- a/src/urn.h +++ b/src/urn.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 52 URN Parsing - * AUTHOR: Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 52 URN Parsing */ + #ifndef SQUID_URN_H_ #define SQUID_URN_H_ diff --git a/src/wccp.cc b/src/wccp.cc index 6f7d6ca7d8..1325f2ca06 100644 --- a/src/wccp.cc +++ b/src/wccp.cc @@ -1,35 +1,13 @@ - /* - * DEBUG: section 80 WCCP Support - * AUTHOR: Glenn Chisholm - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + +/* DEBUG: section 80 WCCP Support */ + #include "squid.h" #if USE_WCCP diff --git a/src/wccp.h b/src/wccp.h index 0ace72cd8d..342350647e 100644 --- a/src/wccp.h +++ b/src/wccp.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 80 WCCP Support - * AUTHOR: Glenn Chisholm - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 80 WCCP Support */ + #ifndef SQUID_WCCP_H_ #define SQUID_WCCP_H_ diff --git a/src/wccp2.cc b/src/wccp2.cc index 42854ce8e7..9166cca594 100644 --- a/src/wccp2.cc +++ b/src/wccp2.cc @@ -1,35 +1,13 @@ /* - * DEBUG: section 80 WCCP Support - * AUTHOR: Steven Wilton - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 80 WCCP Support */ + #include "squid.h" #if USE_WCCPv2 diff --git a/src/wccp2.h b/src/wccp2.h index 6c93846e23..e228aceb9d 100644 --- a/src/wccp2.h +++ b/src/wccp2.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 80 WCCP Support - * AUTHOR: Steven Wilton - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 80 WCCP Support */ + #ifndef SQUID_WCCP2_H_ #define SQUID_WCCP2_H_ diff --git a/src/whois.cc b/src/whois.cc index 75993def82..a5e69f5090 100644 --- a/src/whois.cc +++ b/src/whois.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 75 WHOIS protocol - * AUTHOR: Duane Wessels, Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 75 WHOIS protocol */ + #include "squid.h" #include "comm.h" #include "comm/Read.h" diff --git a/src/whois.h b/src/whois.h index a558506f77..9edbacbc5e 100644 --- a/src/whois.h +++ b/src/whois.h @@ -1,35 +1,13 @@ /* - * DEBUG: section 75 WHOIS protocol - * AUTHOR: Duane Wessels, Kostas Anagnostakis - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 75 WHOIS protocol */ + #ifndef SQUID_WHOIS_H_ #define SQUID_WHOIS_H_ diff --git a/src/win32.cc b/src/win32.cc index 451afb9eb0..52b7e49628 100644 --- a/src/win32.cc +++ b/src/win32.cc @@ -1,36 +1,13 @@ /* - * Windows support - * AUTHOR: Guido Serassio - * inspired by previous work by Romeo Anghelache & Eric Stern. - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* Inspired by previous work by Romeo Anghelache & Eric Stern. */ + #include "squid.h" #include "win32.h" diff --git a/src/win32.h b/src/win32.h index 022011aeca..01f22d00fd 100644 --- a/src/win32.h +++ b/src/win32.h @@ -1,38 +1,16 @@ -#ifndef SQUID_WIN32_H_ -#define SQUID_WIN32_H_ /* - * Windows support - * AUTHOR: Guido Serassio - * inspired by previous work by Romeo Anghelache & Eric Stern. - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* Inspired by previous work by Romeo Anghelache & Eric Stern. */ + +#ifndef SQUID_WIN32_H_ +#define SQUID_WIN32_H_ + #if _SQUID_WINDOWS_ void WIN32_ExceptionHandlerInit(void); diff --git a/src/wordlist.cc b/src/wordlist.cc index 7df0087a9e..85bcab1a5f 100644 --- a/src/wordlist.cc +++ b/src/wordlist.cc @@ -1,36 +1,13 @@ - /* - * DEBUG: section 03 Configuration File Parsing - * AUTHOR: Harvest Derived - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ +/* DEBUG: section 03 Configuration File Parsing */ + #include "squid.h" #include "MemBuf.h" #include "wordlist.h" diff --git a/src/wordlist.h b/src/wordlist.h index fafdb63c47..61bc723231 100644 --- a/src/wordlist.h +++ b/src/wordlist.h @@ -1,32 +1,11 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; 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. - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. */ + #ifndef SQUID_WORDLIST_H #define SQUID_WORDLIST_H -- 2.39.2