From eac61ce15d9bd05294cdf0a99f352b592e5b9db3 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 5 Dec 2014 22:33:37 -0800 Subject: [PATCH] Boilerplate: add several missing copyright blurbs --- doc/Programming-Guide/doxygen.footer.dyn | 7 +++++++ doc/Programming-Guide/doxygen.footer.html | 7 +++++++ doc/Programming-Guide/doxygen.header.dyn | 7 +++++++ doc/Programming-Guide/doxygen.header.html | 4 +++- src/http/RegisteredHeaders.h | 8 ++++++++ src/http/forward.h | 8 ++++++++ src/http/one/Makefile.am | 7 +++++++ src/http/one/RequestParser.cc | 8 ++++++++ src/http/one/RequestParser.h | 8 ++++++++ src/http/one/forward.h | 8 ++++++++ src/mem/AllocatorProxy.cc | 8 ++++++++ test-suite/squidconf/empty | 7 +++++++ 12 files changed, 86 insertions(+), 1 deletion(-) diff --git a/doc/Programming-Guide/doxygen.footer.dyn b/doc/Programming-Guide/doxygen.footer.dyn index 04f5b84499..924ed8039e 100644 --- a/doc/Programming-Guide/doxygen.footer.dyn +++ b/doc/Programming-Guide/doxygen.footer.dyn @@ -1 +1,8 @@ + diff --git a/doc/Programming-Guide/doxygen.footer.html b/doc/Programming-Guide/doxygen.footer.html index 48990aeb8f..25c29c68c7 100644 --- a/doc/Programming-Guide/doxygen.footer.html +++ b/doc/Programming-Guide/doxygen.footer.html @@ -1,4 +1,11 @@
Generated on $datetime for $projectname by doxygen $doxygenversion
+ +Copyright (C) 1996-2014 The Squid Software Foundation and contributors +
+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/doc/Programming-Guide/doxygen.header.dyn b/doc/Programming-Guide/doxygen.header.dyn index 49549709a6..7c3eacc3cf 100644 --- a/doc/Programming-Guide/doxygen.header.dyn +++ b/doc/Programming-Guide/doxygen.header.dyn @@ -1 +1,8 @@ +
diff --git a/doc/Programming-Guide/doxygen.header.html b/doc/Programming-Guide/doxygen.header.html index f41ea27b9b..03610867ec 100644 --- a/doc/Programming-Guide/doxygen.header.html +++ b/doc/Programming-Guide/doxygen.header.html @@ -1,5 +1,7 @@ - + + + Squid3 Programmers Guide - $title diff --git a/src/http/RegisteredHeaders.h b/src/http/RegisteredHeaders.h index ce74771281..40b5d3188f 100644 --- a/src/http/RegisteredHeaders.h +++ b/src/http/RegisteredHeaders.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_REGISTEREDHEADERS_H #define SQUID_HTTP_REGISTEREDHEADERS_H diff --git a/src/http/forward.h b/src/http/forward.h index 3ae78ba0e3..6e80624c72 100644 --- a/src/http/forward.h +++ b/src/http/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_HTTP_FORWARD_H #define SQUID_SRC_HTTP_FORWARD_H diff --git a/src/http/one/Makefile.am b/src/http/one/Makefile.am index 17ac59068f..0c0c86ebb3 100644 --- a/src/http/one/Makefile.am +++ b/src/http/one/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/one/RequestParser.cc b/src/http/one/RequestParser.cc index 64cd6616c5..e455785b2c 100644 --- a/src/http/one/RequestParser.cc +++ b/src/http/one/RequestParser.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/one/RequestParser.h" diff --git a/src/http/one/RequestParser.h b/src/http/one/RequestParser.h index c72b54dc89..5c6538ae64 100644 --- a/src/http/one/RequestParser.h +++ b/src/http/one/RequestParser.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_ONE_REQUESTPARSER_H #define _SQUID_SRC_HTTP_ONE_REQUESTPARSER_H diff --git a/src/http/one/forward.h b/src/http/one/forward.h index a830d8fbb0..fa63ebc1f5 100644 --- a/src/http/one/forward.h +++ b/src/http/one/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_HTTP_ONE_FORWARD_H #define SQUID_SRC_HTTP_ONE_FORWARD_H diff --git a/src/mem/AllocatorProxy.cc b/src/mem/AllocatorProxy.cc index a180706251..c9128cfc58 100644 --- a/src/mem/AllocatorProxy.cc +++ b/src/mem/AllocatorProxy.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 "mem/AllocatorProxy.h" #include "mem/Pool.h" diff --git a/test-suite/squidconf/empty b/test-suite/squidconf/empty index e69de29bb2..3328e26fd5 100644 --- a/test-suite/squidconf/empty +++ b/test-suite/squidconf/empty @@ -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. +## + -- 2.47.2