From: The Squid Software Foundation <> Date: Mon, 25 Aug 2014 11:25:54 +0000 (-0700) Subject: Boilerplate copyright/license adjustment preparation X-Git-Tag: SQUID_3_5_0_1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3407edc197f7d24c7deb50275a8b639e9490f4c4;p=thirdparty%2Fsquid.git Boilerplate copyright/license adjustment preparation Squid-3 is now being administered by the Squid Software Foundation, a non-profit organisation created for the purpose of providing governance and representation for the Squid Project and community of contributors. http://www.squid-cache.org/Foundation/ As such the Squid source code collection is being prefixed with a new copyright blurb: * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. Existing copyright claims on specific source code files are being preserved in-situ following this collection blurb. With some exceptions where existing copyright owners have explicitly given permission for their specific claim statements to be moved to the CONTRIBUTORS file and assist removal of the inconsistent and now often incorrect Harvest and Squid Project blurb(s). This patch publishes the script and boilerplate text used to perform this change of copyright marking for public review. Also, adds some administrative polishing in preparation for the blurb adjustments. This is a Squid Software Foundation project. --- 3407edc197f7d24c7deb50275a8b639e9490f4c4 diff --cc src/HttpHeaderStat.h index ef3d616b7c,d0ca655e8e..33c6bcded6 --- a/src/HttpHeaderStat.h +++ b/src/HttpHeaderStat.h @@@ -1,16 -1,14 +1,9 @@@ --/* - * HttpHeaderStat.h - * -- * Created on: Dec 9, 2011 -- * Author: kinkie -- */ -- #ifndef HTTPHEADERSTAT_H_ #define HTTPHEADERSTAT_H_ --/* per header statistics */ -- #include "StatHist.h" ++ ++/// per header statistics class HttpHeaderStat { public: