From eeead7a689377840ac67b11211b32e99c715736b Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 6 Mar 2023 00:05:19 +0000 Subject: [PATCH] Fix several broken or missing copyright statements (#1300) --- scripts/spell-check.sh | 2 +- src/mem/PoolingAllocator.h | 12 ++++++------ src/tests/stub_liberror.cc | 8 ++++++++ test-suite/squidconf/bug4832.conf | 7 +++++++ test-suite/squidconf/mgr_passwd.conf | 2 +- 5 files changed, 23 insertions(+), 8 deletions(-) diff --git a/scripts/spell-check.sh b/scripts/spell-check.sh index c3fa76a305..931f173e07 100755 --- a/scripts/spell-check.sh +++ b/scripts/spell-check.sh @@ -1,6 +1,6 @@ #!/bin/sh # -## Copyright (C) 2020 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. diff --git a/src/mem/PoolingAllocator.h b/src/mem/PoolingAllocator.h index 77618f61dc..59a76f886b 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 0709805281..94a1ffa941 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.conf b/test-suite/squidconf/bug4832.conf index 66ffa52c2c..16d244d72d 100644 --- a/test-suite/squidconf/bug4832.conf +++ b/test-suite/squidconf/bug4832.conf @@ -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.conf b/test-suite/squidconf/mgr_passwd.conf index 0908f10f31..5db52bd929 100644 --- a/test-suite/squidconf/mgr_passwd.conf +++ b/test-suite/squidconf/mgr_passwd.conf @@ -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. -- 2.47.2