From: Amos Jeffries Date: Mon, 6 Mar 2023 00:05:19 +0000 (+0000) Subject: Fix several broken or missing copyright statements (#1300) X-Git-Tag: SQUID_5_9~9 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=dbcb75abc031e9dcdc7ba292f12d77f28d9b3e8f;p=thirdparty%2Fsquid.git Fix several broken or missing copyright statements (#1300) --- diff --git a/src/mem/PoolingAllocator.h b/src/mem/PoolingAllocator.h index 8f99981690..7c471405fb 100644 --- a/src/mem/PoolingAllocator.h +++ b/src/mem/PoolingAllocator.h @@ -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 diff --git a/src/tests/stub_liberror.cc b/src/tests/stub_liberror.cc index 4b0769b771..a307f0d4c9 100644 --- a/src/tests/stub_liberror.cc +++ b/src/tests/stub_liberror.cc @@ -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" diff --git a/test-suite/squidconf/bug4832 b/test-suite/squidconf/bug4832 index 66ffa52c2c..16d244d72d 100644 --- a/test-suite/squidconf/bug4832 +++ b/test-suite/squidconf/bug4832 @@ -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 diff --git a/test-suite/squidconf/mgr_passwd b/test-suite/squidconf/mgr_passwd index 0908f10f31..5db52bd929 100644 --- a/test-suite/squidconf/mgr_passwd +++ b/test-suite/squidconf/mgr_passwd @@ -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.