]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix several broken or missing copyright statements (#1300)
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 6 Mar 2023 00:05:19 +0000 (00:05 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 21 Apr 2023 04:26:12 +0000 (16:26 +1200)
src/mem/PoolingAllocator.h
src/tests/stub_liberror.cc
test-suite/squidconf/bug4832
test-suite/squidconf/mgr_passwd

index 8f99981690b8a783a4900abf68ef4858399a66cb..7c471405fbc0103b35913804669fd9708399ba52 100644 (file)
@@ -1,10 +1,10 @@
 /*
-+ * Copyright (C) 1996-2023 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.
-+ */
+ * Copyright (C) 1996-2023 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_MEM_POOLINGALLOCATOR_H
 #define SQUID_MEM_POOLINGALLOCATOR_H
index 4b0769b771ba42472ae30942490b112b64660a1c..a307f0d4c9e06f782e3cf01476e83e679b0cf4fd 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2023 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 "error/Error.h"
 #include "sbuf/SBuf.h"
index 66ffa52c2c944d00b9b680b4b15c39c28c04f34b..16d244d72d6b4ab1ea53547eaa1d005a7c452ae0 100644 (file)
@@ -1,2 +1,9 @@
+## Copyright (C) 1996-2023 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.
+##
+
 auth_param basic /dev/null
 auth_schemes basic all
index 0908f10f31d260c2bce7332e1388e20fa65837a2..5db52bd929e63046fbb6dc71db5c7c5e07aadcea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.