]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Boilerplate: update copyright blurbs for Squid tools
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Sep 2014 13:20:21 +0000 (01:20 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 13 Sep 2014 13:20:21 +0000 (01:20 +1200)
30 files changed:
tools/Makefile.am
tools/cachemgr.cc
tools/cachemgr.cgi.8.in
tools/helper-mux.pl
tools/helper-ok-dying.pl
tools/helper-ok.pl
tools/purge/Makefile.am
tools/purge/conffile.cc
tools/purge/conffile.hh
tools/purge/convert.cc
tools/purge/convert.hh
tools/purge/copyout.cc
tools/purge/copyout.hh
tools/purge/purge.cc
tools/purge/signal.cc
tools/purge/signal.hh
tools/purge/socket.cc
tools/purge/socket.hh
tools/purge/squid-tlv.cc
tools/purge/squid-tlv.hh
tools/squidclient/Makefile.am
tools/squidclient/Parameters.h
tools/squidclient/Ping.cc
tools/squidclient/Ping.h
tools/squidclient/Transport.cc
tools/squidclient/Transport.h
tools/squidclient/gssapi_support.cc
tools/squidclient/gssapi_support.h
tools/squidclient/squidclient.1
tools/squidclient/squidclient.cc

index 66d30c713b121a5ac2fb5755de4409cf2d2e7d72..26917904a65362c3b6ca032eb56445ad5fd2637a 100644 (file)
@@ -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
 
index d5b998ee3d06927a49abcb644d6e2120baecb0a2..b852f11f182be09e50514bca4e7e29053f7dac6e 100644 (file)
@@ -1,33 +1,9 @@
 /*
- * DEBUG: section --    CGI Cache Manager
- * 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"
index 0a0416100fd917f79e8756fb60780ef9afd5b5b9..1248f88bb53d51d0c062bc092af9186da40b2e44 100644 (file)
@@ -55,7 +55,12 @@ National Laboratory for Applied Network Research and funded by
 the National Science Foundation.
 .
 .SH COPYRIGHT
-Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+).
+.PP
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
 .
 .SH QUESTIONS
 Questions on the usage of this program can be sent to the
index 49fcee5495a55fcaa35b61b4dac822286fc2ffc0..18028f67b5f14383ce053de5a01e89cec7941735 100755 (executable)
@@ -1,4 +1,12 @@
 #!/usr/bin/perl
+#
+## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+#
 # helper multiplexer. Talks to squid using the multiplexed variant of
 # the helper protocol, and maintains a farm of synchronous helpers
 # helpers are lazily started, as many as needed.
@@ -6,14 +14,6 @@
 #
 # AUTHOR: Francesco Chemolli <kinkie@squid-cache.org>
 #
-# SQUID Web Proxy Cache          http://www.squid-cache.org/
-#  ----------------------------------------------------------
-# 
-#   Squid is the result of efforts by numerous individuals from
-#   the Internet community; see the CONTRIBUTORS file for full
-#   details.   Many organizations have provided support for Squid's
-#   development; see the SPONSORS file for full details.
-# 
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
 #   the Free Software Foundation; either version 2 of the License, or
index 30fc8d8bfaf9d574b6fcfe8691c3de08853c784e..5ee026d246ce3331d413d20ca668e66c24854192 100755 (executable)
@@ -1,4 +1,11 @@
 #!/usr/bin/perl
+#
+## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
 
 $|=1;
 while (<>) {
index dd7af8ba5eb0b7d699428581ae60ab741ea5a93f..6f81e356a33d98837c1bff4598dcd86ff8a2a914 100755 (executable)
@@ -1,4 +1,11 @@
 #!/usr/bin/perl
+#
+## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
 
 $|=1;
 while (<>) {
index 2cd43f1caf79db6c47311695c79c2c07818a618a..5b87ebc4e2f5e40d994435a4cf431568868d3b1e 100644 (file)
@@ -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
 
 if !ENABLE_WIN32SPECIFIC
index 7c4116156d8a7f6b2857a971da20bc99a306e5ed..ea6d36c9c0112d1125e99a0c0fd8a1e726ff504a 100644 (file)
@@ -1,4 +1,10 @@
-#include "squid.h"
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
@@ -33,7 +39,8 @@
 // Revision 1.1  2000/09/21 09:44:53  voeckler
 // Initial revision
 //
-//
+
+#include "squid.h"
 #include "conffile.hh"
 
 #include <cerrno>
index f34bf7168b08da48482b43eb349bfdd20e2cbc5c..1077b8fdec835b57962bde502bdeb977310ae9b1 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
 // File:    conffile.hh
index a2cf4fe378164ed55221307b3fc7258805432ce3..d019ae8ccacc3e80ca7125a5c17bb12f9b32457c 100644 (file)
@@ -1,4 +1,10 @@
-#include "squid.h"
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
@@ -39,8 +45,8 @@
 // Revision 1.1  1998/08/13 21:38:04  voeckler
 // Initial revision
 //
-//
 
+#include "squid.h"
 #include "convert.hh"
 
 #include <cstdlib>
index 5cd39b7454681021a749b856f90780231a11f92d..d9a821b0acea66de27b404eedf0706c544547c75 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
 // File:    convert.hh
index a8d62571a775494c6342cb5fc691e893caf4a0c2..9902ac2ebdbe8fd7e60210a151f7abe24b1e33b5 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
 // File:    copyout.cc
index 5440490900cc3893babc39e4f068b8f7abb89a32..1a769937e2fdf9dd99659665d4ad5474db6a011d 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
 // File:    copyout.hh
index 039a906c161e863c131634d97fc8bcdc929fad96..ff1c8fb3db889e706c88a895401b5917d934e0e4 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
 // File:    purge.cc
index 4672d9265d0aa57b4a6013251dd4ff5f64634331..77038639ae5954748034ec7ecb864ab55e53ccfb 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:   Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 // File:     signal.cc
 // Date:     Sat Feb 28 1998
@@ -40,7 +48,7 @@
 // Revision 1.1  1998/08/13 21:51:58  voeckler
 // Initial revision
 //
-//
+
 #include "squid.h"
 #include "signal.hh"
 
index f43557b575f4f8156b707736b572223be763dc0f..c7716df1ed997313249eae6f2b4a6ffae102d249 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:   Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 // File:     signal.hh
 // Date:     Sat Feb 28 1998
index 9450edd8918ad0ec366a29e60c8d5afdf211c088..352075a5e8c6aee8149f7d29998f2e304d101d87 100644 (file)
@@ -1,4 +1,11 @@
-#include "squid.h"
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
 // File:    socket.hh
@@ -41,7 +48,8 @@
 // Revision 1.1  1998/08/13 21:52:55  voeckler
 // Initial revision
 //
-//
+
+#include "squid.h"
 #include "socket.hh"
 
 #include <cerrno>
index c1631bc74f0aeb41802adbee6da7673de5dd5935..57b64542b51043f05673532d0292f219264d0fdb 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
 // File:    socket.hh
index bf3d41d518f11056c06943b200c681f0fbaaa4c1..b1953b4720c95d3748e0817fd510764cd1a996ab 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
 // File:    squid-tlv.cc
@@ -31,7 +39,7 @@
 // Revision 1.1  1999/06/15 21:10:16  voeckler
 // Initial revision
 //
-//
+
 #include "squid.h"
 #include "squid-tlv.hh"
 
index fdaec97ffdd31e43cda5527f3624afeeeb4a6f18..08ddecc38a7affb790d463cce3bb79e78e86eb17 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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:  Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 //
 // File:    squid-tlv.hh
index 499acf3db9a76a7e1b6d2ecb6622175783e54f24..bd0ab7322195b49f0e1d493f6b77bb5df97df86f 100644 (file)
@@ -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
 
 AUTOMAKE_OPTIONS = subdir-objects
index 27253cfefda833cdb045f96a8651b6fdcc70456a..e597fb3ae803f206a8a44152f59804d3174f7969 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef _SQUID_TOOLS_SQUIDCLIENT_PARAMETERS_H
 #define _SQUID_TOOLS_SQUIDCLIENT_PARAMETERS_H
 
index 46e5a4c828c6fdacbf26ac66ae744d1cdea7cdf6..9f5f9d09d1a17b8a85c7067b4f3eb709ed889dc9 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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 "SquidTime.h"
 #include "tools/squidclient/Parameters.h"
index 5e0319204695136729838ead88c511a087129c41..7e7ccdf9a3d2c0057bb68ce55ce5c0b11f9fb422 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef _SQUID_TOOLS_CLIENT_PING_H
 #define _SQUID_TOOLS_CLIENT_PING_H
 
index 1c62d088e121b11a2a5346e04858f33e449367bd..1abeada100a9730dd4327adebac107533a6accf3 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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 "tools/squidclient/Ping.h"
index 2e9eb649e0be109a3198fc0afec56911b073fbae..7bc08dc8519afa22b00bd9bf7b05fd16441d48ca 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_TOOLS_SQUIDCLIENT_TRANSPORT_H
 #define SQUID_TOOLS_SQUIDCLIENT_TRANSPORT_H
 
index 6440a06eb21c5e371302f1f88a3e48d0c52a3621..3733f9193e9d46dc3a1e994c813868915a7f049b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * 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 HAVE_GSSAPI
index 7d2f598e1072aa973610c8c575d255a1129652d5..46d65d97cfdae7d338587c00b3a93c3ca0e5d0c8 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef _SQUID_TOOLS_SQUIDCLIENT_GSSAPI_H
 #define _SQUID_TOOLS_SQUIDCLIENT_GSSAPI_H
 
index 2a1f95613b384ea82bc2889dcabb2d96d1076636..dcabebee7dc756f5bf97b8d3763998887875b7d7 100644 (file)
@@ -233,7 +233,12 @@ National Laboratory for Applied Network Research and funded by
 the National Science Foundation.
 .
 .SH COPYRIGHT
-Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+).
+.PP
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
 .
 .SH QUESTIONS
 Questions on the usage of this program can be sent to the
index d36ac64bd750f486fc20c7554eb2fff4d28cb282..db62555cb6302f0963602e6919569c1327e7b17c 100644 (file)
@@ -1,33 +1,9 @@
 /*
- * DEBUG: section --    WWW Client
- * 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.
  */
 
 #include "squid.h"