From: SquidAdm Date: Sat, 3 Aug 2024 12:15:54 +0000 (+0000) Subject: Source Format Enforcement X-Git-Tag: SQUID_6_11~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501e61e275f7262b820081be032ace5b722fb934;p=thirdparty%2Fsquid.git Source Format Enforcement --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 533bf51014..fc2048753a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -23,6 +23,7 @@ Thank you! Alexander Lukyanov Alexandre Chappaz Alexandre SIMON + Alexey Alexey Veselovsky Alexis Robert Alin Nastac @@ -76,6 +77,7 @@ Thank you! Bernard Bertrand Jacquin Bill Welliver + bkuhls Bojan Smojver Brad Smith Bratislav @@ -371,6 +373,7 @@ Thank you! Niall Doherty Nick Rogers Nick Wellnhofer + Nicolai Moore Nikita <32056979+Roo4L@users.noreply.github.com> Nikolai Gorchilov noloader @@ -495,6 +498,7 @@ Thank you! The Squid Software Foundation Thomas De Schampheleire Thomas Hozza + Thomas Leroy <32497783+p4zuu@users.noreply.github.com> Thomas Ristic Thomas Weber Thomas Zajic diff --git a/INSTALL b/INSTALL index 7353df9de6..4c69dfa294 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/Makefile.am b/Makefile.am index 3c26dfc798..65750e6ec2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/QUICKSTART b/QUICKSTART index 2808e4ce9b..a6cb961288 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -99,7 +99,7 @@ typically have to modify something in a /etc/rc_something). ============================================================================== /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/README b/README index b2e336e479..948f64991a 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ SQUID Web Proxy Cache http://www.squid-cache.org/ ------------------------------------------------------------------------ -Copyright (C) 1996-2023 The Squid Software Foundation and contributors +Copyright (C) 1996-2024 The Squid Software Foundation and contributors Squid software is distributed under GPLv2+ license and includes contributions from numerous individuals and organizations. diff --git a/acinclude/ax_cxx_compile_stdcxx.m4 b/acinclude/ax_cxx_compile_stdcxx.m4 index dbf6fe4503..a9e28330c4 100644 --- a/acinclude/ax_cxx_compile_stdcxx.m4 +++ b/acinclude/ax_cxx_compile_stdcxx.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/ax_with_prog.m4 b/acinclude/ax_with_prog.m4 index b6cfc112d3..0395cc5640 100644 --- a/acinclude/ax_with_prog.m4 +++ b/acinclude/ax_with_prog.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/compiler-flags.m4 b/acinclude/compiler-flags.m4 index a9bd7ffc67..3a87553425 100644 --- a/acinclude/compiler-flags.m4 +++ b/acinclude/compiler-flags.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/init.m4 b/acinclude/init.m4 index 411f1e7c79..ea29f31613 100644 --- a/acinclude/init.m4 +++ b/acinclude/init.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/krb5.m4 b/acinclude/krb5.m4 index 26bec7421b..e108b98a59 100644 --- a/acinclude/krb5.m4 +++ b/acinclude/krb5.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/ldap.m4 b/acinclude/ldap.m4 index 660cc8dead..0796c8f4ac 100644 --- a/acinclude/ldap.m4 +++ b/acinclude/ldap.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2023 The Squid Software Foundation and contributors +# Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/lib-checks.m4 b/acinclude/lib-checks.m4 index 53847a8161..da242db577 100644 --- a/acinclude/lib-checks.m4 +++ b/acinclude/lib-checks.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/nettle.m4 b/acinclude/nettle.m4 index 1532ec2e85..77d08b88b9 100644 --- a/acinclude/nettle.m4 +++ b/acinclude/nettle.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/os-deps.m4 b/acinclude/os-deps.m4 index 5285bf2501..cf076533d7 100644 --- a/acinclude/os-deps.m4 +++ b/acinclude/os-deps.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/pam.m4 b/acinclude/pam.m4 index 1f423403e3..3ddae427db 100644 --- a/acinclude/pam.m4 +++ b/acinclude/pam.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/pkg.m4 b/acinclude/pkg.m4 index 1ec8a55388..af5d4a76ce 100644 --- a/acinclude/pkg.m4 +++ b/acinclude/pkg.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/squid-util.m4 b/acinclude/squid-util.m4 index fb5beed1ae..efb77c6c16 100644 --- a/acinclude/squid-util.m4 +++ b/acinclude/squid-util.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/acinclude/tdb.m4 b/acinclude/tdb.m4 index be1eb0ec12..97602e334b 100644 --- a/acinclude/tdb.m4 +++ b/acinclude/tdb.m4 @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/bootstrap.sh b/bootstrap.sh index bf0cea5382..bf9a000fd4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh # -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/compat/Makefile.am b/compat/Makefile.am index 60fc3b2a91..de72aea003 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/compat/assert.cc b/compat/assert.cc index be71756fee..1621268087 100644 --- a/compat/assert.cc +++ b/compat/assert.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/assert.h b/compat/assert.h index 68a4c3c109..f761fdf4ea 100644 --- a/compat/assert.h +++ b/compat/assert.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/cmsg.h b/compat/cmsg.h index 8e7ad8332e..4652162682 100644 --- a/compat/cmsg.h +++ b/compat/cmsg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/compat.cc b/compat/compat.cc index 19a9f674af..6a2c6794b6 100644 --- a/compat/compat.cc +++ b/compat/compat.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/compat.dox b/compat/compat.dox index f74c2e0261..429ec56691 100644 --- a/compat/compat.dox +++ b/compat/compat.dox @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/compat.h b/compat/compat.h index 9a41459ff3..cfe14cc83c 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/compat_shared.h b/compat/compat_shared.h index 81112e4dd2..b6cd08d462 100644 --- a/compat/compat_shared.h +++ b/compat/compat_shared.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/cppunit.h b/compat/cppunit.h index eb13a81a93..16421f2367 100644 --- a/compat/cppunit.h +++ b/compat/cppunit.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/cpu.h b/compat/cpu.h index f832063ad5..6f9ba9dde7 100644 --- a/compat/cpu.h +++ b/compat/cpu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/debug.cc b/compat/debug.cc index 58aef3297d..d59a96c146 100644 --- a/compat/debug.cc +++ b/compat/debug.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/debug.h b/compat/debug.h index 241aba7628..b826d211be 100644 --- a/compat/debug.h +++ b/compat/debug.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/eui64_aton.c b/compat/eui64_aton.c index d4ea3ff2ff..3616115261 100644 --- a/compat/eui64_aton.c +++ b/compat/eui64_aton.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/eui64_aton.h b/compat/eui64_aton.h index 0d5f5edaca..f99039bbd9 100644 --- a/compat/eui64_aton.h +++ b/compat/eui64_aton.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/fdsetsize.h b/compat/fdsetsize.h index 146cafd158..6ba4eff07d 100644 --- a/compat/fdsetsize.h +++ b/compat/fdsetsize.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/initgroups.c b/compat/initgroups.c index b55fd42421..558e078997 100644 --- a/compat/initgroups.c +++ b/compat/initgroups.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/initgroups.h b/compat/initgroups.h index 7962fb3b93..6dabddffbd 100644 --- a/compat/initgroups.h +++ b/compat/initgroups.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/krb5.h b/compat/krb5.h index fa88abe67d..b6b58a1cec 100644 --- a/compat/krb5.h +++ b/compat/krb5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/memrchr.cc b/compat/memrchr.cc index 2ed0b92e09..fea75dd3fb 100644 --- a/compat/memrchr.cc +++ b/compat/memrchr.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/memrchr.h b/compat/memrchr.h index 289c2757c3..2c772e92aa 100644 --- a/compat/memrchr.h +++ b/compat/memrchr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/mswindows.cc b/compat/mswindows.cc index db69088d7a..3d9402fe06 100644 --- a/compat/mswindows.cc +++ b/compat/mswindows.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/openssl.h b/compat/openssl.h index f29d538557..9bcab84e80 100644 --- a/compat/openssl.h +++ b/compat/openssl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/aix.h b/compat/os/aix.h index 9ab5784b30..88caa50b54 100644 --- a/compat/os/aix.h +++ b/compat/os/aix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/android.h b/compat/os/android.h index 700c197169..7284deed96 100644 --- a/compat/os/android.h +++ b/compat/os/android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/dragonfly.h b/compat/os/dragonfly.h index 8164ba19eb..1a20780096 100644 --- a/compat/os/dragonfly.h +++ b/compat/os/dragonfly.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/freebsd.h b/compat/os/freebsd.h index 709d85ff1a..a559c3ecdd 100644 --- a/compat/os/freebsd.h +++ b/compat/os/freebsd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/hpux.h b/compat/os/hpux.h index 5f922955b2..fb93dd1e85 100644 --- a/compat/os/hpux.h +++ b/compat/os/hpux.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/linux.h b/compat/os/linux.h index c3568a2b27..681c4c0917 100644 --- a/compat/os/linux.h +++ b/compat/os/linux.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/macosx.h b/compat/os/macosx.h index 0437b2dfbb..eb484988b1 100644 --- a/compat/os/macosx.h +++ b/compat/os/macosx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/mswindows.h b/compat/os/mswindows.h index 2791ab9e4a..f8f3312429 100644 --- a/compat/os/mswindows.h +++ b/compat/os/mswindows.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/netbsd.h b/compat/os/netbsd.h index 94b75b9f29..15c78f64f2 100644 --- a/compat/os/netbsd.h +++ b/compat/os/netbsd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/openbsd.h b/compat/os/openbsd.h index 66c3fc457e..2456cf8ffc 100644 --- a/compat/os/openbsd.h +++ b/compat/os/openbsd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/os2.h b/compat/os/os2.h index afdfee3854..221022a324 100644 --- a/compat/os/os2.h +++ b/compat/os/os2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/qnx.h b/compat/os/qnx.h index 0888d9c4be..26d9c693bf 100644 --- a/compat/os/qnx.h +++ b/compat/os/qnx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/sgi.h b/compat/os/sgi.h index 481b1997a9..7d91a74c70 100644 --- a/compat/os/sgi.h +++ b/compat/os/sgi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/solaris.h b/compat/os/solaris.h index 561f59db50..3c04fbeac3 100644 --- a/compat/os/solaris.h +++ b/compat/os/solaris.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/os/sunos.h b/compat/os/sunos.h index e77e31039f..c9391974d1 100644 --- a/compat/os/sunos.h +++ b/compat/os/sunos.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/osdetect.h b/compat/osdetect.h index b1fa387fdb..0fd29e1a4d 100644 --- a/compat/osdetect.h +++ b/compat/osdetect.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/psignal.c b/compat/psignal.c index 0963906d5b..7f43d317a9 100644 --- a/compat/psignal.c +++ b/compat/psignal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/psignal.h b/compat/psignal.h index 2976f4cca0..76e4b9183c 100644 --- a/compat/psignal.h +++ b/compat/psignal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/shm.cc b/compat/shm.cc index d6cc14c440..8cec337ab5 100644 --- a/compat/shm.cc +++ b/compat/shm.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/shm.h b/compat/shm.h index 39682d0a6f..5c6f7bd14e 100644 --- a/compat/shm.h +++ b/compat/shm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/statvfs.cc b/compat/statvfs.cc index 7928dbfe66..da57487b21 100644 --- a/compat/statvfs.cc +++ b/compat/statvfs.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/statvfs.h b/compat/statvfs.h index e03a26af96..1824c10802 100644 --- a/compat/statvfs.h +++ b/compat/statvfs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/stdio.h b/compat/stdio.h index 0f37fd51a6..576d13f405 100644 --- a/compat/stdio.h +++ b/compat/stdio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/stdvarargs.h b/compat/stdvarargs.h index c4f7c5d609..cd782bc8be 100644 --- a/compat/stdvarargs.h +++ b/compat/stdvarargs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/strerror.c b/compat/strerror.c index 8f6821decc..383e846c2e 100644 --- a/compat/strerror.c +++ b/compat/strerror.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/strnrchr.c b/compat/strnrchr.c index 186a7d9540..a0b2a3c448 100644 --- a/compat/strnrchr.c +++ b/compat/strnrchr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/strnrchr.h b/compat/strnrchr.h index 7e89d6b5f0..bbe5ce9b35 100644 --- a/compat/strnrchr.h +++ b/compat/strnrchr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/strnstr.cc b/compat/strnstr.cc index cccebd9565..a1e0b77e54 100644 --- a/compat/strnstr.cc +++ b/compat/strnstr.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/strtoll.c b/compat/strtoll.c index cd99e6e40b..59387a360f 100644 --- a/compat/strtoll.c +++ b/compat/strtoll.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/strtoll.h b/compat/strtoll.h index 38f91ec697..0f23c59efa 100644 --- a/compat/strtoll.h +++ b/compat/strtoll.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/tempnam.c b/compat/tempnam.c index 74a5627b7e..36b43501f4 100644 --- a/compat/tempnam.c +++ b/compat/tempnam.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/tempnam.h b/compat/tempnam.h index b56909527c..c47108f4ef 100644 --- a/compat/tempnam.h +++ b/compat/tempnam.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/testPreCompiler.cc b/compat/testPreCompiler.cc index a5b807bd50..7da9eefd44 100644 --- a/compat/testPreCompiler.cc +++ b/compat/testPreCompiler.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/testPreCompiler.h b/compat/testPreCompiler.h index 0cc7873087..affde85002 100644 --- a/compat/testPreCompiler.h +++ b/compat/testPreCompiler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/types.h b/compat/types.h index a962668d4f..46ae9cbf5b 100644 --- a/compat/types.h +++ b/compat/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/valgrind.h b/compat/valgrind.h index f0032ec87f..8c50df5f4a 100644 --- a/compat/valgrind.h +++ b/compat/valgrind.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/xalloc.cc b/compat/xalloc.cc index 812c5e3193..b03290c1c9 100644 --- a/compat/xalloc.cc +++ b/compat/xalloc.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/xalloc.h b/compat/xalloc.h index da6d7646ff..61eda01c97 100644 --- a/compat/xalloc.h +++ b/compat/xalloc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/xis.h b/compat/xis.h index d8e2e13f63..2b59180d3e 100644 --- a/compat/xis.h +++ b/compat/xis.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/xstrerror.cc b/compat/xstrerror.cc index 51c16f70ae..1e53472b37 100644 --- a/compat/xstrerror.cc +++ b/compat/xstrerror.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/xstrerror.h b/compat/xstrerror.h index 928d8a731d..43fcd1ca02 100644 --- a/compat/xstrerror.h +++ b/compat/xstrerror.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/xstring.cc b/compat/xstring.cc index d57c1b6bf3..c251327f88 100644 --- a/compat/xstring.cc +++ b/compat/xstring.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/xstring.h b/compat/xstring.h index 382f97d278..d25abeba01 100644 --- a/compat/xstring.h +++ b/compat/xstring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/xstrto.cc b/compat/xstrto.cc index fff59daaa4..6e2b0e9e47 100644 --- a/compat/xstrto.cc +++ b/compat/xstrto.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/compat/xstrto.h b/compat/xstrto.h index a849343bc5..3cd78dd604 100644 --- a/compat/xstrto.h +++ b/compat/xstrto.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/configure.ac b/configure.ac index d450eb814d..160e081723 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e573ef8e86..955c0aa3e2 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/contrib/solaris/solaris-krb5-include.patch b/contrib/solaris/solaris-krb5-include.patch index 1d434ebbee..f6262d5871 100644 --- a/contrib/solaris/solaris-krb5-include.patch +++ b/contrib/solaris/solaris-krb5-include.patch @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/contrib/url-normalizer.pl b/contrib/url-normalizer.pl index e965e9eb6a..b615d36e8b 100755 --- a/contrib/url-normalizer.pl +++ b/contrib/url-normalizer.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -Tw # -# * Copyright (C) 1996-2023 The Squid Software Foundation and contributors +# * Copyright (C) 1996-2024 The Squid Software Foundation and contributors # * # * Squid software is distributed under GPLv2+ license and includes # * contributions from numerous individuals and organizations. diff --git a/contrib/user-agents.pl b/contrib/user-agents.pl index 1f39de0606..92ba486745 100755 --- a/contrib/user-agents.pl +++ b/contrib/user-agents.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# * Copyright (C) 1996-2023 The Squid Software Foundation and contributors +# * Copyright (C) 1996-2024 The Squid Software Foundation and contributors # * # * Squid software is distributed under GPLv2+ license and includes # * contributions from numerous individuals and organizations. diff --git a/doc/Makefile.am b/doc/Makefile.am index 9ee8f701c2..11c94ca966 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/01_Main.dox b/doc/Programming-Guide/01_Main.dox index 54613adead..1fb7df57b2 100644 --- a/doc/Programming-Guide/01_Main.dox +++ b/doc/Programming-Guide/01_Main.dox @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/02_CodingConventions.dox b/doc/Programming-Guide/02_CodingConventions.dox index fa0b06b8da..b2b429e6d9 100644 --- a/doc/Programming-Guide/02_CodingConventions.dox +++ b/doc/Programming-Guide/02_CodingConventions.dox @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/03_MajorComponents.dox b/doc/Programming-Guide/03_MajorComponents.dox index c3d13bf209..2e7c0e14f5 100644 --- a/doc/Programming-Guide/03_MajorComponents.dox +++ b/doc/Programming-Guide/03_MajorComponents.dox @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/05_TypicalRequestFlow.dox b/doc/Programming-Guide/05_TypicalRequestFlow.dox index 1a9e934412..159098e458 100644 --- a/doc/Programming-Guide/05_TypicalRequestFlow.dox +++ b/doc/Programming-Guide/05_TypicalRequestFlow.dox @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/AccessControls.dox b/doc/Programming-Guide/AccessControls.dox index 3a5f0f5e05..19fc1e4dda 100644 --- a/doc/Programming-Guide/AccessControls.dox +++ b/doc/Programming-Guide/AccessControls.dox @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/DelayPools.dox b/doc/Programming-Guide/DelayPools.dox index 3e153e766a..b9803a902b 100644 --- a/doc/Programming-Guide/DelayPools.dox +++ b/doc/Programming-Guide/DelayPools.dox @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/Groups.dox b/doc/Programming-Guide/Groups.dox index b121ad4433..382924eba7 100644 --- a/doc/Programming-Guide/Groups.dox +++ b/doc/Programming-Guide/Groups.dox @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/Makefile b/doc/Programming-Guide/Makefile index 07dba8dca2..74261fa35d 100644 --- a/doc/Programming-Guide/Makefile +++ b/doc/Programming-Guide/Makefile @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2023 The Squid Software Foundation and contributors +## Copyright (C) 1996-2024 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/StorageManager.dox b/doc/Programming-Guide/StorageManager.dox index e0902a2b8d..e208d6d04e 100644 --- a/doc/Programming-Guide/StorageManager.dox +++ b/doc/Programming-Guide/StorageManager.dox @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2023 The Squid Software Foundation and contributors + * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/doc/Programming-Guide/doxygen.footer.dyn b/doc/Programming-Guide/doxygen.footer.dyn index 15b67ab87b..c0b765785a 100644 --- a/doc/Programming-Guide/doxygen.footer.dyn +++ b/doc/Programming-Guide/doxygen.footer.dyn @@ -1,6 +1,6 @@