]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Adjusted unusual boilerplates to allow scripts/source-mangler.pl to update them
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 3 Oct 2013 00:17:12 +0000 (18:17 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 3 Oct 2013 00:17:12 +0000 (18:17 -0600)
automatically.

The script tries to be extra careful and skips what it feels may be a custom
boilerplate that requires a manual intervention. The cases handled by this
commit are simple, non-controversial ones.

src/HttpHeaderStat.h
src/acl/AclAddress.h
src/format/ByteCode.h
src/ssl/gadgets.h

index ef3d616b7c6f54ab933f7fac7747f7d67c777668..d0ca655e8eb5c4b6f4bb9806613fb69a43f22493 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * HttpHeaderStat.h
- *
  *  Created on: Dec 9, 2011
  *      Author: kinkie
  */
index ead7b36e4c8e2e3f6f0e8977b9a5c2dfccd8720b..73063b4374f9ecdd7f37d15dd82b320bf86de4b5 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef ACLADDRESS_H_
-#define ACLADDRESS_H_
-#include "Acl.h"
 /*
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
@@ -29,6 +26,9 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  */
 
+#ifndef ACLADDRESS_H_
+#define ACLADDRESS_H_
+#include "Acl.h"
 #include "ip/Address.h"
 #include "acl/Acl.h"
 
index 81e33a836f27f8effc325c1c937b636620bd6c83..32870c77ac18c8ac50396fac7e8f32b9b11b2d80 100644 (file)
@@ -1,3 +1,31 @@
+/*
+ * SQUID Web Proxy Cache          http://www.squid-cache.org/
+ * ----------------------------------------------------------
+ *
+ *  Squid is the result of efforts by numerous individuals from
+ *  the Internet community; see the CONTRIBUTORS file for full
+ *  details.   Many organizations have provided support for Squid's
+ *  development; see the SPONSORS file for full details.  Squid is
+ *  Copyrighted (C) 2001 by the Regents of the University of
+ *  California; see the COPYRIGHT file for full details.  Squid
+ *  incorporates software developed and/or copyrighted by other
+ *  sources; see the CREDITS file for full details.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General 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_FMT_BYTECODE_H
 #define _SQUID_FMT_BYTECODE_H
 
index e90ca6a0f54802edc04ed09365096363d2f1f871..6f007418c26da2950f13e885faf08bb4cdb5ae88 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * 2009/01/17
- */
-
 #ifndef SQUID_SSL_GADGETS_H
 #define SQUID_SSL_GADGETS_H