]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Boilerplate: add several missing copyright blurbs
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 6 Dec 2014 06:33:37 +0000 (22:33 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 6 Dec 2014 06:33:37 +0000 (22:33 -0800)
12 files changed:
doc/Programming-Guide/doxygen.footer.dyn
doc/Programming-Guide/doxygen.footer.html
doc/Programming-Guide/doxygen.header.dyn
doc/Programming-Guide/doxygen.header.html
src/http/RegisteredHeaders.h
src/http/forward.h
src/http/one/Makefile.am
src/http/one/RequestParser.cc
src/http/one/RequestParser.h
src/http/one/forward.h
src/mem/AllocatorProxy.cc
test-suite/squidconf/empty

index 04f5b84499777605571b7c1980fe23d176b69e1f..924ed8039e7d9c0f70331ab4beba782907879c17 100644 (file)
@@ -1 +1,8 @@
 </div>
+<!--
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+-->
index 48990aeb8f81fbac384d3971e0e838d6b0fff079..25c29c68c70f75d17af8cdc8874aec749f4eef89 100644 (file)
@@ -1,4 +1,11 @@
 <hr size="1"><address style="text-align: right;"><small>
 Generated on $datetime for $projectname by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address>
+<small>
+Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+<br>
+Squid software is distributed under GPLv2+ license and includes
+contributions from numerous individuals and organizations.
+Please see the COPYING and CONTRIBUTORS files for details.
+</small>
 </body>
 </html>
index 49549709a6d5593c63031a072acdf20560027f95..7c3eacc3cf9063175553ec987bf8902547eefa35 100644 (file)
@@ -1 +1,8 @@
+<!--
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+-->
 <div id="doxypage">
index f41ea27b9b749103563fe9ff3a985a28585280fc..03610867ece81d722d679585ea2c9d4f3baf8007 100644 (file)
@@ -1,5 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<html><head>
+<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<meta name="dcterms.rights" content="Copyright (C) 1996-2014 The Squid Software Foundation and contributors">
 <title>Squid3 Programmers Guide - $title</title>
 <link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
 <link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
index ce747712819649896daee87eab0405912f9c3459..40b5d3188f369ab7292807a8ce0cb0a389c5aabf 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_HTTP_REGISTEREDHEADERS_H
 #define SQUID_HTTP_REGISTEREDHEADERS_H
 
index 3ae78ba0e353715e9194d8e9b4240aebf1d99c7d..6e80624c72b398b2d3fc1141d876810a569994c9 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_SRC_HTTP_FORWARD_H
 #define SQUID_SRC_HTTP_FORWARD_H
 
index 17ac59068f93bad4f3de22068bf44a0f5a87a689..0c0c86ebb373b8d48aba85ff009647b7cc2d45cb 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
 include $(top_srcdir)/src/TestHeaders.am
 
index 64cd6616c5a01ccedebac7613df5b7c84ae257dc..e455785b2cacc33d1e6b885013e3082607cc5845 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 "Debug.h"
 #include "http/one/RequestParser.h"
index c72b54dc89107b06b0e5619dddb22fe8b9537863..5c6538ae64442a64eb718796909eeae065230bf7 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_SRC_HTTP_ONE_REQUESTPARSER_H
 #define _SQUID_SRC_HTTP_ONE_REQUESTPARSER_H
 
index a830d8fbb016cec4233a824332a2236bc748d11d..fa63ebc1f5bb135c795277e8ef64f0f7eca7709d 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_SRC_HTTP_ONE_FORWARD_H
 #define SQUID_SRC_HTTP_ONE_FORWARD_H
 
index a18070625135e7280213541849a7a124a4c276ff..c9128cfc58b03722936d374efb4eb36808da3ed1 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 "mem/AllocatorProxy.h"
 #include "mem/Pool.h"
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3328e26fd5e1c44e16c6ec57c589fd5c8e6472a3 100644 (file)
@@ -0,0 +1,7 @@
+## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+