View | Details | Raw Unified | Return to bug 46412
Collapse All | Expand All

(-)squid-5.7/acinclude/ax_cxx_0x_types.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/acinclude/ax_cxx_compile_stdcxx_11.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/acinclude/ax_with_prog.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/acinclude/compiler-flags.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/acinclude/init.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/acinclude/krb5.m4 (-3 / +3 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
Lines 192-198 Link Here
192
        return 0;
192
        return 0;
193
}
193
}
194
  ]])],  [ squid_cv_working_gssapi=yes ], [ squid_cv_working_gssapi=no ], [:])])
194
  ]])],  [ squid_cv_working_gssapi=yes ], [ squid_cv_working_gssapi=no ], [:])])
195
if test "x$squid_cv_working_gssapi" = "xno" -a `echo $LIBS | grep -i -c "\-L"` -gt 0; then
195
if test "x$squid_cv_working_gssapi" = "xno" -a `echo $LIBS | grep -i -c "(-)L"` -gt 0; then
196
  AC_MSG_NOTICE([Check Runtime library path !])
196
  AC_MSG_NOTICE([Check Runtime library path !])
197
fi
197
fi
198
])
198
])
Lines 284-290 Link Here
284
        return 0;
284
        return 0;
285
}
285
}
286
  ]])], [ squid_cv_working_krb5=yes ], [ squid_cv_working_krb5=no ],[:])])
286
  ]])], [ squid_cv_working_krb5=yes ], [ squid_cv_working_krb5=no ],[:])])
287
if test "x$squid_cv_working_krb5" = "xno" -a `echo $LIBS | grep -i -c "\-L"` -gt 0; then
287
if test "x$squid_cv_working_krb5" = "xno" -a `echo $LIBS | grep -i -c "(-)L"` -gt 0; then
288
  AC_MSG_NOTICE([Check Runtime library path !])
288
  AC_MSG_NOTICE([Check Runtime library path !])
289
fi
289
fi
290
])
290
])
(-)squid-5.7/acinclude/lib-checks.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/acinclude/os-deps.m4 (-28 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
Lines 812-844 Link Here
812
  )
812
  )
813
])
813
])
814
814
815
dnl check whether recv takes a char* or void* as a second argument
816
AC_DEFUN([SQUID_CHECK_RECV_ARG_TYPE],[
817
  AC_CACHE_CHECK([whether recv takes a pointer to void or char as second argument],
818
         squid_cv_recv_second_arg_type, [
819
                 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
820
#include <sys/types.h>
821
#if HAVE_SYS_SOCKET_H
822
#include <sys/socket.h>
823
#endif
824
#if HAVE_WINSOCK2_H
825
#include <winsock2.h>
826
#elif HAVE_WINSOCK_H
827
#include <winsock.h>
828
#endif
829
int main (int argc, char ** argv) {
830
       void *buf;
831
  recv(0,buf,0,0);
832
}
833
]])],[squid_cv_recv_second_arg_type=void],
834
     [squid_cv_recv_second_arg_type=char])
835
  AC_MSG_RESULT($squid_cv_recv_second_arg_type*)
836
  ])
837
  AC_DEFINE_UNQUOTED(RECV_ARG_TYPE,$squid_cv_recv_second_arg_type,
838
    [Base type of the second argument to recv(2)])
839
])
840
841
842
dnl check whether Solaris has broken IPFilter headers (Solaris 10 at least does)
815
dnl check whether Solaris has broken IPFilter headers (Solaris 10 at least does)
843
AC_DEFUN([SQUID_CHECK_BROKEN_SOLARIS_IPFILTER],[
816
AC_DEFUN([SQUID_CHECK_BROKEN_SOLARIS_IPFILTER],[
844
  if test "x$squid_cv_broken_ipfilter_minor_t" = "x"; then
817
  if test "x$squid_cv_broken_ipfilter_minor_t" = "x"; then
(-)squid-5.7/acinclude/pam.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/acinclude/pkg.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/acinclude/squid-util.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/acinclude/tdb.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/bootstrap.sh (-3 / +3 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
Lines 50-56 Link Here
50
  done
50
  done
51
  if [ "x$found" = "xNOT_FOUND" ]; then
51
  if [ "x$found" = "xNOT_FOUND" ]; then
52
    echo "WARNING: Cannot find $tool version $versions" >&2
52
    echo "WARNING: Cannot find $tool version $versions" >&2
53
    echo "Trying `$tool --version | head -1`" >&2
53
    echo "Trying `$tool --version 2>&1 | head -1`" >&2
54
    found=""
54
    found=""
55
  fi
55
  fi
56
  echo $found
56
  echo $found
Lines 72-78 Link Here
72
  if "$@"; then
72
  if "$@"; then
73
    true # Everything OK
73
    true # Everything OK
74
  else
74
  else
75
    echo "$1 failed"
75
    echo "$1 failed" >&2
76
    echo "Autotool bootstrapping failed. You will need to investigate and correct" ;
76
    echo "Autotool bootstrapping failed. You will need to investigate and correct" ;
77
    echo "before you can develop on this source tree"
77
    echo "before you can develop on this source tree"
78
    exit 1
78
    exit 1
(-)squid-5.7/ChangeLog (+16 lines)
Lines 1-3 Link Here
1
Changes in squid-5.9 (30 Apr 2023):
2
3
	- Improve reply_body_max_size matching accuracy
4
	- ... and some documentation changes
5
	- ... and many portability fixes
6
7
Changes in squid-5.8 (28 Feb 2023):
8
9
	- Bug 5162: mgr:index URL do not produce MGR_INDEX template
10
	- Bug 5241: Block all non-localhost requests by default
11
	- Bug 5241: Block to-localhost, to-link-local requests by default
12
	- ext_kerberos_ldap_group_acl: Support -b with -D
13
	- Fix ACL type typo in req_header, rep_header key-changing ERRORs
14
	- ... and several compile fixes
15
	- ... and some code cleanup and polishing
16
1
Changes in squid-5.7 (05 Sep 2022):
17
Changes in squid-5.7 (05 Sep 2022):
2
18
3
	- Regression Fix: Typo in manager ACL
19
	- Regression Fix: Typo in manager ACL
(-)squid-5.7/compat/assert.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/assert.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/cmsg.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/compat.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/compat.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/compat_shared.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/cppunit.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/cpu.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/debug.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/debug.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/eui64_aton.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/eui64_aton.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/fdsetsize.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/getaddrinfo.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/getaddrinfo.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/getnameinfo.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/getnameinfo.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/GnuRegex.c (-39 / +7 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 2297-2310 Link Here
2297
 * the pattern buffer.
2297
 * the pattern buffer.
2298
 *
2298
 *
2299
 * Returns 0 if we succeed, -2 if an internal error.   */
2299
 * Returns 0 if we succeed, -2 if an internal error.   */
2300
#ifdef STDC_HEADERS
2301
int
2300
int
2302
re_compile_fastmap(struct re_pattern_buffer *bufp)
2301
re_compile_fastmap(struct re_pattern_buffer *bufp)
2303
#else
2304
int
2305
re_compile_fastmap(bufp)
2306
struct re_pattern_buffer *bufp;
2307
#endif
2308
{
2302
{
2309
    int j, k;
2303
    int j, k;
2310
    fail_stack_type fail_stack;
2304
    fail_stack_type fail_stack;
Lines 2531-2541 Link Here
2531
 * doesn't let you say where to stop matching. */
2525
 * doesn't let you say where to stop matching. */
2532
2526
2533
static int
2527
static int
2534
re_search(bufp, string, size, startpos, range, regs)
2528
re_search(struct re_pattern_buffer *bufp, const char *string, int size, int startpos, int range, struct re_registers *regs)
2535
struct re_pattern_buffer *bufp;
2536
const char *string;
2537
int size, startpos, range;
2538
struct re_registers *regs;
2539
{
2529
{
2540
    return re_search_2(bufp, NULL, 0, string, size, startpos, range,
2530
    return re_search_2(bufp, NULL, 0, string, size, startpos, range,
2541
                       regs, size);
2531
                       regs, size);
Lines 2563-2576 Link Here
2563
 * stack overflow).  */
2553
 * stack overflow).  */
2564
2554
2565
static int
2555
static int
2566
re_search_2(bufp, string1, size1, string2, size2, startpos, range, regs, stop)
2556
re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop)
2567
struct re_pattern_buffer *bufp;
2568
const char *string1, *string2;
2569
int size1, size2;
2570
int startpos;
2571
int range;
2572
struct re_registers *regs;
2573
int stop;
2574
{
2557
{
2575
    int val;
2558
    int val;
2576
    register char *fastmap = bufp->fastmap;
2559
    register char *fastmap = bufp->fastmap;
Lines 2821-2833 Link Here
2821
 * matched substring.  */
2804
 * matched substring.  */
2822
2805
2823
int
2806
int
2824
re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop)
2807
re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop)
2825
struct re_pattern_buffer *bufp;
2826
const char *string1, *string2;
2827
int size1, size2;
2828
int pos;
2829
struct re_registers *regs;
2830
int stop;
2831
{
2808
{
2832
    /* General temporaries.  */
2809
    /* General temporaries.  */
2833
    int mcnt;
2810
    int mcnt;
Lines 4124-4133 Link Here
4124
 * the return codes and their meanings.)  */
4101
 * the return codes and their meanings.)  */
4125
4102
4126
int
4103
int
4127
regcomp(preg, pattern, cflags)
4104
regcomp(regex_t *preg, const char *pattern, int cflags)
4128
regex_t *preg;
4129
const char *pattern;
4130
int cflags;
4131
{
4105
{
4132
    reg_errcode_t ret;
4106
    reg_errcode_t ret;
4133
    unsigned syntax
4107
    unsigned syntax
Lines 4195-4206 Link Here
4195
 * We return 0 if we find a match and REG_NOMATCH if not.  */
4169
 * We return 0 if we find a match and REG_NOMATCH if not.  */
4196
4170
4197
int
4171
int
4198
regexec(preg, string, nmatch, pmatch, eflags)
4172
regexec(const regex_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags)
4199
const regex_t *preg;
4200
const char *string;
4201
size_t nmatch;
4202
regmatch_t pmatch[];
4203
int eflags;
4204
{
4173
{
4205
    int ret;
4174
    int ret;
4206
    struct re_registers regs;
4175
    struct re_registers regs;
Lines 4287-4294 Link Here
4287
/* Free dynamically allocated space used by PREG.  */
4256
/* Free dynamically allocated space used by PREG.  */
4288
4257
4289
void
4258
void
4290
regfree(preg)
4259
regfree(regex_t * preg)
4291
regex_t *preg;
4292
{
4260
{
4293
    if (preg->buffer != NULL)
4261
    if (preg->buffer != NULL)
4294
        free(preg->buffer);
4262
        free(preg->buffer);
(-)squid-5.7/compat/GnuRegex.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/inet_ntop.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/inet_ntop.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/inet_pton.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/inet_pton.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/initgroups.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/initgroups.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/compat/memrchr.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/memrchr.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/mswindows.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/openssl.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/aix.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/android.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/dragonfly.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/freebsd.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/hpux.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/linux.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/macosx.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/mswindows.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/netbsd.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/next.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/openbsd.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/opensolaris_10_netdb.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/os2.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/qnx.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/sgi.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/solaris.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/os/sunos.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/osdetect.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/psignal.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/psignal.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/shm.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/shm.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/statvfs.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/statvfs.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/stdio.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/stdvarargs.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/strerror.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/strnrchr.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/strnrchr.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/strnstr.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/strtoll.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/strtoll.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/tempnam.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/tempnam.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/testPreCompiler.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/testPreCompiler.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/types.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/valgrind.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/xalloc.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/xalloc.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/xis.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/xstrerror.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/xstrerror.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/xstring.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/xstring.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/xstrto.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/compat/xstrto.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/configure.ac (-6 / +6 lines)
Lines 1-11 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
5
## Please see the COPYING and CONTRIBUTORS files for details.
5
## Please see the COPYING and CONTRIBUTORS files for details.
6
##
6
##
7
7
8
AC_INIT([Squid Web Proxy],[5.7-VCS],[http://bugs.squid-cache.org/],[squid])
8
AC_INIT([Squid Web Proxy],[5.9],[http://bugs.squid-cache.org/],[squid])
9
AC_PREREQ(2.61)
9
AC_PREREQ(2.61)
10
AC_CONFIG_HEADERS([include/autoconf.h])
10
AC_CONFIG_HEADERS([include/autoconf.h])
11
AC_CONFIG_AUX_DIR(cfgaux)
11
AC_CONFIG_AUX_DIR(cfgaux)
Lines 94-100 Link Here
94
fi
94
fi
95
95
96
# If the user did not specify a C++ version.
96
# If the user did not specify a C++ version.
97
user_cxx=`echo "$PRESET_CXXFLAGS" | grep -o -E "\-std="`
97
user_cxx=`echo "$PRESET_CXXFLAGS" | grep -o -E "(-)std="`
98
if test "x$user_cxx" = "x"; then
98
if test "x$user_cxx" = "x"; then
99
  # Check for C++11 compiler support
99
  # Check for C++11 compiler support
100
  AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
100
  AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
Lines 1288-1294 Link Here
1288
    ## by testing for a 3.4.0+ function which we use
1288
    ## by testing for a 3.4.0+ function which we use
1289
    AC_CHECK_LIB(gnutls,gnutls_pcert_export_x509,[LIBGNUTLS_LIBS="-lgnutls"])
1289
    AC_CHECK_LIB(gnutls,gnutls_pcert_export_x509,[LIBGNUTLS_LIBS="-lgnutls"])
1290
  ])
1290
  ])
1291
  AC_CHECK_HEADERS(gnutls/gnutls.h gnutls/x509.h gnutls/abstract.h)
1291
  # if any of the required headers is not found, signal we can't support gnutls
1292
  AC_CHECK_HEADERS([gnutls/gnutls.h gnutls/x509.h gnutls/abstract.h], [], [LIBGNUTLS_LIBS=""])
1292
1293
1293
  SQUID_STATE_ROLLBACK(squid_gnutls_state) #de-pollute LIBS
1294
  SQUID_STATE_ROLLBACK(squid_gnutls_state) #de-pollute LIBS
1294
1295
Lines 2820-2826 Link Here
2820
])
2821
])
2821
AS_IF([test "x$with_cppunit" != "xno"],[
2822
AS_IF([test "x$with_cppunit" != "xno"],[
2822
  PKG_CHECK_MODULES([LIBCPPUNIT],[cppunit],[
2823
  PKG_CHECK_MODULES([LIBCPPUNIT],[cppunit],[
2823
    squid_cv_cppunit_version="`pkg-config cppunit --version`"
2824
    squid_cv_cppunit_version="`pkg-config --modversion cppunit`"
2824
    AC_MSG_NOTICE([using system installed cppunit version $squid_cv_cppunit_version])
2825
    AC_MSG_NOTICE([using system installed cppunit version $squid_cv_cppunit_version])
2825
    AS_UNSET(squid_cv_cppunit_version)
2826
    AS_UNSET(squid_cv_cppunit_version)
2826
2827
Lines 3733-3739 Link Here
3733
SQUID_DETECT_TCP_SND_BUFSIZE
3734
SQUID_DETECT_TCP_SND_BUFSIZE
3734
SQUID_DETECT_TCP_RECV_BUFSIZE
3735
SQUID_DETECT_TCP_RECV_BUFSIZE
3735
3736
3736
SQUID_CHECK_RECV_ARG_TYPE
3737
SQUID_CHECK_NEED_SYS_ERRLIST
3737
SQUID_CHECK_NEED_SYS_ERRLIST
3738
SQUID_CHECK_MAXPATHLEN
3738
SQUID_CHECK_MAXPATHLEN
3739
3739
(-)squid-5.7/contrib/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/contrib/solaris/solaris-krb5-include.patch (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/contrib/url-normalizer.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl -Tw
1
#!/usr/local/bin/perl -Tw
2
#
2
#
3
# * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
# * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
# *
4
# *
5
# * Squid software is distributed under GPLv2+ license and includes
5
# * Squid software is distributed under GPLv2+ license and includes
6
# * contributions from numerous individuals and organizations.
6
# * contributions from numerous individuals and organizations.
(-)squid-5.7/contrib/user-agents.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
# * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
# *
4
# *
5
# * Squid software is distributed under GPLv2+ license and includes
5
# * Squid software is distributed under GPLv2+ license and includes
6
# * contributions from numerous individuals and organizations.
6
# * contributions from numerous individuals and organizations.
(-)squid-5.7/doc/debug-sections.txt (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/doc/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/doc/manuals/language.am (-1 / +1 lines)
Lines 1-5 Link Here
1
##
1
##
2
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
##
3
##
4
## Squid software is distributed under GPLv2+ license and includes
4
## Squid software is distributed under GPLv2+ license and includes
5
## contributions from numerous individuals and organizations.
5
## contributions from numerous individuals and organizations.
(-)squid-5.7/doc/manuals/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/doc/manuals/Substitute.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/doc/release-notes/Makefile.am (-1 / +9 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
Lines 19-24 Link Here
19
#	latex $(DOC).tex
19
#	latex $(DOC).tex
20
#
20
#
21
21
22
%.sgml: %.sgml.in
23
	sed \
24
        -e "s%[@]SQUID_VERSION[@]%$(VERSION)%g" \
25
        -e "s%[@]SQUID_RELEASE[@]%$(SQUID_RELEASE)%g" \
26
        -e "s%[@]SQUID_RELEASE_OLD[@]%$$(( $(SQUID_RELEASE) - 1 ))%g" \
27
        < $< >$@
28
	test `grep -c "@SQUID" $@` -eq 0
29
22
%.txt: %.sgml
30
%.txt: %.sgml
23
	linuxdoc -B txt --filter $<
31
	linuxdoc -B txt --filter $<
24
32
(-)squid-5.7/errors/aliases (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/errors/alias-link.sh (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/errors/alias-upgrade (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/errors/COPYRIGHT (-1 / +1 lines)
Lines 1-6 Link Here
1
==============================================================================
1
==============================================================================
2
2
3
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
 *
4
 *
5
 * Squid software is distributed under GPLv2+ license and includes
5
 * Squid software is distributed under GPLv2+ license and includes
6
 * contributions from numerous individuals and organizations.
6
 * contributions from numerous individuals and organizations.
(-)squid-5.7/errors/errorpage.css (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/errors/language.am (-1 / +1 lines)
Lines 1-5 Link Here
1
##
1
##
2
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
##
3
##
4
## Squid software is distributed under GPLv2+ license and includes
4
## Squid software is distributed under GPLv2+ license and includes
5
## contributions from numerous individuals and organizations.
5
## contributions from numerous individuals and organizations.
(-)squid-5.7/errors/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/errors/template.am (-1 / +1 lines)
Lines 1-5 Link Here
1
##
1
##
2
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
##
3
##
4
## Squid software is distributed under GPLv2+ license and includes
4
## Squid software is distributed under GPLv2+ license and includes
5
## contributions from numerous individuals and organizations.
5
## contributions from numerous individuals and organizations.
(-)squid-5.7/errors/templates/ERR_ACCESS_DENIED (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!--
6
<style type="text/css"><!--
(-)squid-5.7/errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_AGENT_CONFIGURE (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>Web Browser Configuration</title>
5
<title>Web Browser Configuration</title>
6
<style type="text/css"><!--
6
<style type="text/css"><!--
(-)squid-5.7/errors/templates/ERR_AGENT_WPAD (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>Web Browser Configuration</title>
5
<title>Web Browser Configuration</title>
6
<style type="text/css"><!--
6
<style type="text/css"><!--
(-)squid-5.7/errors/templates/ERR_CACHE_ACCESS_DENIED (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: Cache Access Denied</title>
5
<title>ERROR: Cache Access Denied</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_CACHE_MGR_ACCESS_DENIED (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: Cache Manager Access Denied</title>
5
<title>ERROR: Cache Manager Access Denied</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_CANNOT_FORWARD (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_CONFLICT_HOST (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_CONNECT_FAIL (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_DIR_LISTING (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>Directory: %U</title>
5
<title>Directory: %U</title>
6
<style type="text/css"><!--
6
<style type="text/css"><!--
(-)squid-5.7/errors/templates/ERR_DNS_FAIL (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_ESI (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_FORWARDING_DENIED (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_FTP_DISABLED (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_FTP_FAILURE (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_FTP_FORBIDDEN (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_FTP_NOT_FOUND (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_FTP_PUT_CREATED (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>FTP PUT Successful.</title>
5
<title>FTP PUT Successful.</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_FTP_PUT_ERROR (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: FTP upload failed</title>
5
<title>ERROR: FTP upload failed</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_FTP_PUT_MODIFIED (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>FTP PUT Successful.</title>
5
<title>FTP PUT Successful.</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_FTP_UNAVAILABLE (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_GATEWAY_FAILURE (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_ICAP_FAILURE (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_INVALID_REQ (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_INVALID_RESP (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_INVALID_URL (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_LIFETIME_EXP (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_NO_RELAY (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_ONLY_IF_CACHED_MISS (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_PRECONDITION_FAILED (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_PROTOCOL_UNKNOWN (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_READ_ERROR (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_READ_TIMEOUT (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_SECURE_CONNECT_FAIL (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_SHUTTING_DOWN (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_SOCKET_FAILURE (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_TOO_BIG (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_UNSUP_HTTPVERSION (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_UNSUP_REQ (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_URN_RESOLVE (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URN could not be retrieved</title>
5
<title>ERROR: The requested URN could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_WRITE_ERROR (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/templates/ERR_ZERO_SIZE_OBJECT (-1 / +1 lines)
Lines 1-6 Link Here
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
<html><head>
2
<html><head>
3
<meta type="copyright" content="Copyright (C) 1996-2022 The Squid Software Foundation and contributors">
3
<meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
<title>ERROR: The requested URL could not be retrieved</title>
5
<title>ERROR: The requested URL could not be retrieved</title>
6
<style type="text/css"><!-- 
6
<style type="text/css"><!-- 
(-)squid-5.7/errors/TRANSLATORS (-1 / +1 lines)
Lines 1-4 Link Here
1
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
 *
2
 *
3
 * Squid software is distributed under GPLv2+ license and includes
3
 * Squid software is distributed under GPLv2+ license and includes
4
 * contributions from numerous individuals and organizations.
4
 * contributions from numerous individuals and organizations.
(-)squid-5.7/icons/icon.am (-1 / +1 lines)
Lines 1-5 Link Here
1
##
1
##
2
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
##
3
##
4
## Squid software is distributed under GPLv2+ license and includes
4
## Squid software is distributed under GPLv2+ license and includes
5
## contributions from numerous individuals and organizations.
5
## contributions from numerous individuals and organizations.
(-)squid-5.7/icons/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/include/asn1.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/base64.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/cache_snmp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/getfullhostname.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/hash.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/heap.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/html_quote.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/leakcheck.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/md5.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/parse.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/radix.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/rfc1123.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/rfc1738.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/rfc2181.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/rfc2617.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_api_error.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_api.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_api_util.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_client.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_coexist.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_debug.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_error.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_impl.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp-internal.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp-mib.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_msg.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_pdu.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_session.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_util.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/snmp_vars.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/splay.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/squid.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/sspwin32.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/unitTestMain.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/util.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/include/version.h (-2 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 7-13 Link Here
7
 */
7
 */
8
8
9
#ifndef SQUID_RELEASE_TIME
9
#ifndef SQUID_RELEASE_TIME
10
#define SQUID_RELEASE_TIME squid_curtime
10
#define SQUID_RELEASE_TIME 1682894149
11
#endif
11
#endif
12
12
13
/*
13
/*
(-)squid-5.7/include/xusleep.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/INSTALL (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/base64.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/dirent.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/encrypt.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/getfullhostname.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/getopt.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/hash.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/heap.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/html_quote.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/iso3307.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/libTrie/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/lib/libTrie/test/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/lib/libTrie/test/trie.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/libTrie/Trie.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/libTrie/TrieCharTransform.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/libTrie/Trie.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/libTrie/TrieNode.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/libTrie/TrieNode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/lib/md5.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/ntlmauth/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/lib/ntlmauth/ntlmauth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/ntlmauth/ntlmauth.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/ntlmauth/support_bits.cci (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/ntlmauth/support_endian.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/profiler/get_tick.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/profiler/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/lib/profiler/Profiler.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/profiler/Profiler.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/profiler/xprof_type.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/radix.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfc1123.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfc1738.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfc2617.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/byteorder.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/rfcnb-common.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/rfcnb-error.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/rfcnb.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/rfcnb-io.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/rfcnb-io.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/rfcnb-priv.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/rfcnb-util.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/rfcnb-util.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/session.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/rfcnb/std-includes.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/md4.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/md4.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/smbdes.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/smbdes.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/smbencrypt.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/smbencrypt.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/smblib.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/smblib-common.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/smblib.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/smblib-priv.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/smblib-util.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/smblib/std-defines.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/asn1.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/coexistance.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/mib.c (-17 / +8 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 225-235 Link Here
225
    return (++*out_len);
225
    return (++*out_len);
226
}
226
}
227
227
228
/// \param out_len number of subid's in "output"
228
int
229
int
229
read_objid(input, output, out_len)
230
read_objid(char *input, oid *output, int *out_len)
230
char *input;
231
oid *output;
232
int *out_len;       /* number of subid's in "output" */
233
{
231
{
234
    struct snmp_mib_tree *root = Mib;
232
    struct snmp_mib_tree *root = Mib;
235
    oid *op = output;
233
    oid *op = output;
Lines 260-269 Link Here
260
    return (1);
258
    return (1);
261
}
259
}
262
260
261
/// \param objidlen number of subidentifiers
263
void
262
void
264
print_objid(objid, objidlen)
263
print_objid(oid *objid, int objidlen)
265
oid *objid;
266
int objidlen;       /* number of subidentifiers */
267
{
264
{
268
    char buf[256];
265
    char buf[256];
269
    struct snmp_mib_tree *subtree = Mib;
266
    struct snmp_mib_tree *subtree = Mib;
Lines 274-284 Link Here
274
271
275
}
272
}
276
273
274
/// \param objidlen number of subidentifiers
277
void
275
void
278
sprint_objid(buf, objid, objidlen)
276
sprint_objid(char *buf, oid *objid, int objidlen)
279
char *buf;
280
oid *objid;
281
int objidlen;       /* number of subidentifiers */
282
{
277
{
283
    struct snmp_mib_tree *subtree = Mib;
278
    struct snmp_mib_tree *subtree = Mib;
284
279
Lines 287-297 Link Here
287
}
282
}
288
283
289
static struct snmp_mib_tree *
284
static struct snmp_mib_tree *
290
get_symbol(objid, objidlen, subtree, buf)
285
get_symbol(oid *objid, int objidlen, struct snmp_mib_tree *subtree, char *buf)
291
oid *objid;
292
int objidlen;
293
struct snmp_mib_tree *subtree;
294
char *buf;
295
{
286
{
296
    struct snmp_mib_tree *return_tree = NULL;
287
    struct snmp_mib_tree *return_tree = NULL;
297
288
(-)squid-5.7/lib/snmplib/parse.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/snmp_api.c (-6 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 103-113 Link Here
103
 * occurs, -1 is returned.  If all goes well, 0 is returned.
103
 * occurs, -1 is returned.  If all goes well, 0 is returned.
104
 */
104
 */
105
int
105
int
106
snmp_build(session, pdu, packet, out_length)
106
snmp_build(struct snmp_session *session, struct snmp_pdu *pdu, u_char *packet, int *out_length)
107
struct snmp_session *session;
108
struct snmp_pdu *pdu;
109
u_char *packet;
110
int *out_length;
111
{
107
{
112
    u_char *bufp;
108
    u_char *bufp;
113
109
(-)squid-5.7/lib/snmplib/snmp_api_error.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/snmp_error.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/snmplib_debug.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/snmp_msg.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/snmp_pdu.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/snmplib/snmp_vars.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/Splay.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/sspwin32.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/stub_memaccount.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/tests/testRFC1738.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/tests/testRFC1738.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/util.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/lib/xusleep.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/QUICKSTART (-1 / +1 lines)
Lines 99-105 Link Here
99
==============================================================================
99
==============================================================================
100
100
101
/*
101
/*
102
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
102
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
103
 *
103
 *
104
 * Squid software is distributed under GPLv2+ license and includes
104
 * Squid software is distributed under GPLv2+ license and includes
105
 * contributions from numerous individuals and organizations.
105
 * contributions from numerous individuals and organizations.
(-)squid-5.7/README (-1 / +1 lines)
Lines 1-7 Link Here
1
SQUID Web Proxy Cache                        http://www.squid-cache.org/
1
SQUID Web Proxy Cache                        http://www.squid-cache.org/
2
------------------------------------------------------------------------
2
------------------------------------------------------------------------
3
3
4
Copyright (C) 1996-2022 The Squid Software Foundation and contributors
4
Copyright (C) 1996-2023 The Squid Software Foundation and contributors
5
5
6
Squid software is distributed under GPLv2+ license and includes 
6
Squid software is distributed under GPLv2+ license and includes 
7
contributions from numerous individuals and organizations.
7
contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/access-log-matrix.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/AnnounceCache.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/cache-compare.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/cachetrace.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/calc-must-ids.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/calc-must-ids.sh (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/check_cache.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/convert.configure.to.os2 (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/fileno-to-pathname.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl -w
1
#!/usr/bin/perl -w
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/find-alive.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl -w
1
#!/usr/bin/perl -w
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/flag_truncs.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/icpserver.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/icp-test.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/remove-cfg.sh (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/tcp-banger.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/trace-job.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl -w
1
#!/usr/bin/perl -w
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/trace-master.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl -w
1
#!/usr/bin/perl -w
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/udp-banger.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/scripts/upgrade-1.0-store.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/local/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/AccessLogEntry.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/AccessLogEntry.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AclDenyInfoList.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Acl.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AclSizeLimit.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AclSizeLimit.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AdaptationService.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AdaptationServiceData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AdaptationServiceData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AdaptationService.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Address.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Address.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AllOf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AllOf.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AnnotateClient.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AnnotateClient.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AnnotateTransaction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AnnotateTransaction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AnnotationData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AnnotationData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AnyOf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AnyOf.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Arp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Arp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Asn.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Asn.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AtStep.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AtStepData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AtStepData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/AtStep.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/BoolOps.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/BoolOps.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Certificate.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/CertificateData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/CertificateData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Certificate.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/CharacterSetOption.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Checklist.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Checklist.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ConnectionsEncrypted.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ConnectionsEncrypted.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ConnMark.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ConnMark.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Data.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/DestinationAsn.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/DestinationDomain.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/DestinationDomain.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/DestinationIp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/DestinationIp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/DomainData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/DomainData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Eui64.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Eui64.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/AD_group/ext_ad_group_acl.8 (-1 / +1 lines)
Lines 237-243 Link Here
237
.
237
.
238
.SH COPYRIGHT
238
.SH COPYRIGHT
239
.PP
239
.PP
240
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
240
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
241
 *
241
 *
242
 * Squid software is distributed under GPLv2+ license and includes
242
 * Squid software is distributed under GPLv2+ license and includes
243
 * contributions from numerous individuals and organizations.
243
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/AD_group/ext_ad_group_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/AD_group/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/AD_group/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/delayer/ext_delayer_acl.pl.in (-1 / +1 lines)
Lines 74-80 Link Here
74
74
75
=head1 COPYRIGHT
75
=head1 COPYRIGHT
76
76
77
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
77
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
78
 *
78
 *
79
 * Squid software is distributed under GPLv2+ license and includes
79
 * Squid software is distributed under GPLv2+ license and includes
80
 * contributions from numerous individuals and organizations.
80
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/delayer/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/delayer/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.8 (-1 / +1 lines)
Lines 192-198 Link Here
192
.
192
.
193
.SH COPYRIGHT
193
.SH COPYRIGHT
194
.PP
194
.PP
195
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
195
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
196
 *
196
 *
197
 * Squid software is distributed under GPLv2+ license and includes
197
 * Squid software is distributed under GPLv2+ license and includes
198
 * contributions from numerous individuals and organizations.
198
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/eDirectory_userip/ext_edirectory_userip_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/eDirectory_userip/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/eDirectory_userip/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/file_userip/example.conf (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/file_userip/ext_file_userip_acl.8 (-1 / +1 lines)
Lines 80-86 Link Here
80
.
80
.
81
.SH COPYRIGHT
81
.SH COPYRIGHT
82
.PP
82
.PP
83
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
83
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
84
 *
84
 *
85
 * Squid software is distributed under GPLv2+ license and includes
85
 * Squid software is distributed under GPLv2+ license and includes
86
 * contributions from numerous individuals and organizations.
86
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/file_userip/ext_file_userip_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/file_userip/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/file_userip/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/cert_tool (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/kerberos_ldap_group.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support_group.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support_krb5.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support_ldap.cc (-2 / +6 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 1114-1120 Link Here
1114
                  "%s| %s: DEBUG: Error during initialisation of ldap connection: %s\n",
1114
                  "%s| %s: DEBUG: Error during initialisation of ldap connection: %s\n",
1115
                  LogTime(), PROGRAM, strerror(errno));
1115
                  LogTime(), PROGRAM, strerror(errno));
1116
        }
1116
        }
1117
        bindp = convert_domain_to_bind_path(domain);
1117
        if (margs->lbind) {
1118
            bindp = xstrdup(margs->lbind);
1119
        } else {
1120
            bindp = convert_domain_to_bind_path(domain);
1121
        }
1118
    }
1122
    }
1119
    if ((!domain || !ld) && margs->lurl && strstr(margs->lurl, "://")) {
1123
    if ((!domain || !ld) && margs->lurl && strstr(margs->lurl, "://")) {
1120
        char *hostname;
1124
        char *hostname;
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support_log.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support_lserver.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support_member.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support_netbios.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support_resolv.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_ldap_group/support_sasl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_sid_group/ext_kerberos_sid_group_acl.pl.in (-1 / +1 lines)
Lines 79-85 Link Here
79
79
80
=head1 COPYRIGHT
80
=head1 COPYRIGHT
81
81
82
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
82
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
83
 *
83
 *
84
 * Squid software is distributed under GPLv2+ license and includes
84
 * Squid software is distributed under GPLv2+ license and includes
85
 * contributions from numerous individuals and organizations.
85
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_sid_group/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/kerberos_sid_group/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/LDAP_group/ChangeLog (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/LDAP_group/ext_ldap_group_acl.8 (-1 / +1 lines)
Lines 242-248 Link Here
242
.
242
.
243
.SH COPYRIGHT
243
.SH COPYRIGHT
244
.PP
244
.PP
245
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
245
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
246
 *
246
 *
247
 * Squid software is distributed under GPLv2+ license and includes
247
 * Squid software is distributed under GPLv2+ license and includes
248
 * contributions from numerous individuals and organizations.
248
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/LDAP_group/ext_ldap_group_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/LDAP_group/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/LDAP_group/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/LM_group/ext_lm_group_acl.8 (-1 / +1 lines)
Lines 169-175 Link Here
169
.
169
.
170
.SH COPYRIGHT
170
.SH COPYRIGHT
171
.PP
171
.PP
172
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
172
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
173
 *
173
 *
174
 * Squid software is distributed under GPLv2+ license and includes
174
 * Squid software is distributed under GPLv2+ license and includes
175
 * contributions from numerous individuals and organizations.
175
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/LM_group/ext_lm_group_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/LM_group/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/LM_group/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/session/ext_session_acl.8 (-1 / +1 lines)
Lines 99-105 Link Here
99
.
99
.
100
.SH COPYRIGHT
100
.SH COPYRIGHT
101
.PP
101
.PP
102
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
102
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
103
 *
103
 *
104
 * Squid software is distributed under GPLv2+ license and includes
104
 * Squid software is distributed under GPLv2+ license and includes
105
 * contributions from numerous individuals and organizations.
105
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/session/ext_session_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/session/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/session/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/SQL_session/ext_sql_session_acl.pl.in (-1 / +1 lines)
Lines 80-86 Link Here
80
80
81
=head1 COPYRIGHT
81
=head1 COPYRIGHT
82
82
83
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
83
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
84
 *
84
 *
85
 * Squid software is distributed under GPLv2+ license and includes
85
 * Squid software is distributed under GPLv2+ license and includes
86
 * contributions from numerous individuals and organizations.
86
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/SQL_session/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/SQL_session/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/time_quota/ext_time_quota_acl.8 (-1 / +1 lines)
Lines 217-223 Link Here
217
.
217
.
218
.SH COPYRIGHT
218
.SH COPYRIGHT
219
.PP
219
.PP
220
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
220
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
221
 *
221
 *
222
 * Squid software is distributed under GPLv2+ license and includes
222
 * Squid software is distributed under GPLv2+ license and includes
223
 * contributions from numerous individuals and organizations.
223
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/time_quota/ext_time_quota_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/time_quota/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/time_quota/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/unix_group/check_group.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/unix_group/ext_unix_group_acl.8 (-1 / +1 lines)
Lines 72-78 Link Here
72
.
72
.
73
.SH COPYRIGHT
73
.SH COPYRIGHT
74
.PP
74
.PP
75
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
75
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
76
 *
76
 *
77
 * Squid software is distributed under GPLv2+ license and includes
77
 * Squid software is distributed under GPLv2+ license and includes
78
 * contributions from numerous individuals and organizations.
78
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/unix_group/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/unix_group/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/wbinfo_group/ext_wbinfo_group_acl.pl.in (-1 / +1 lines)
Lines 62-68 Link Here
62
62
63
=head1 COPYRIGHT
63
=head1 COPYRIGHT
64
64
65
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
65
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
66
 *
66
 *
67
 * Squid software is distributed under GPLv2+ license and includes
67
 * Squid software is distributed under GPLv2+ license and includes
68
 * contributions from numerous individuals and organizations.
68
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/wbinfo_group/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/external/wbinfo_group/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ExtUser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ExtUser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/FilledChecklist.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/FilledChecklist.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Gadgets.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Gadgets.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HasComponent.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HasComponentData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HasComponentData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HasComponent.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HierCode.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HierCodeData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HierCodeData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HierCode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HttpHeaderData.cc (-2 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 80-86 Link Here
80
        hdrId = Http::HeaderLookupTable.lookup(hdrName).id;
80
        hdrId = Http::HeaderLookupTable.lookup(hdrName).id;
81
    } else if (hdrName.caseCmp(t) != 0) {
81
    } else if (hdrName.caseCmp(t) != 0) {
82
        debugs(28, DBG_CRITICAL, "ERROR: " << cfg_filename << " line " << config_lineno << ": " << config_input_line);
82
        debugs(28, DBG_CRITICAL, "ERROR: " << cfg_filename << " line " << config_lineno << ": " << config_input_line);
83
        debugs(28, DBG_CRITICAL, "ERROR: ACL cannot match both " << hdrName << " and " << t << " headers. Use 'anyof' ACL instead.");
83
        debugs(28, DBG_CRITICAL, "ERROR: ACL cannot match both " << hdrName << " and " << t << " headers. Use 'any-of' ACL instead.");
84
        return;
84
        return;
85
    }
85
    }
86
86
(-)squid-5.7/src/acl/HttpHeaderData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HttpRepHeader.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HttpRepHeader.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HttpReqHeader.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HttpReqHeader.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HttpStatus.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/HttpStatus.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/InnerNode.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/InnerNode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/IntRange.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/IntRange.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Ip.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Ip.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/LocalIp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/LocalIp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/LocalPort.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/LocalPort.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/MaxConnection.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/MaxConnection.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Method.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/MethodData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/MethodData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Method.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/MyPortName.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/MyPortName.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Note.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/NoteData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/NoteData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Note.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Options.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Options.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/PeerName.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/PeerName.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Protocol.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ProtocolData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ProtocolData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Protocol.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Random.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Random.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/RegexData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/RegexData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ReplyHeaderStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ReplyMimeType.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/RequestHeaderStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/RequestMimeType.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ServerCertificate.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ServerCertificate.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ServerName.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/ServerName.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SourceAsn.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SourceDomain.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SourceDomain.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SourceIp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SourceIp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SquidError.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SquidErrorData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SquidErrorData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SquidError.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SslError.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SslErrorData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SslErrorData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/SslError.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Strategised.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Strategised.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Strategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/StringData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/StringData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Tag.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Tag.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Time.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/TimeData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/TimeData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Time.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/TransactionInitiator.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/TransactionInitiator.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Tree.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Tree.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Url.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/Url.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/UrlLogin.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/UrlLogin.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/UrlPath.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/UrlPath.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/UrlPort.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/UrlPort.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/UserData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/acl/UserData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/AclRegs.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/AccessCheck.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/AccessCheck.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/AccessRule.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/AccessRule.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Answer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Answer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/DynamicGroupCfg.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/DynamicGroupCfg.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/Host.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/Host.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/MessageRep.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/MessageRep.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/Registry.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/ServiceRep.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/ServiceRep.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/XactionRep.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ecap/XactionRep.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Elements.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Elements.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/History.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/History.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Client.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Client.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Elements.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Elements.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/History.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/History.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/icap_log.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/icap_log.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/InOut.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Launcher.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Launcher.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/ModXact.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/ModXact.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Options.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Options.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/OptXact.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/OptXact.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/ServiceRep.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/ServiceRep.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Xaction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/icap/Xaction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Initiate.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Initiate.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Initiator.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Initiator.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Iterator.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Iterator.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Message.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Message.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Service.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ServiceConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ServiceConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ServiceFilter.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ServiceFilter.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ServiceGroups.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/ServiceGroups.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/adaptation/Service.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/PortCfg.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/PortCfg.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/ProtocolType.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/ProtocolVersion.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/TrafficMode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/Uri.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/Uri.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/UriScheme.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/anyp/UriScheme.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/AsyncEngine.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/AsyncEngine.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Acl.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/AclMaxUserIp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/AclMaxUserIp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/AclProxyAuth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/AclProxyAuth.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/AuthAclState.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/DB/basic_db_auth.pl.in (-1 / +1 lines)
Lines 92-98 Link Here
92
92
93
=head1 COPYRIGHT
93
=head1 COPYRIGHT
94
94
95
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
95
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
96
 *
96
 *
97
 * Squid software is distributed under GPLv2+ license and includes
97
 * Squid software is distributed under GPLv2+ license and includes
98
 * contributions from numerous individuals and organizations.
98
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/DB/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/DB/passwd.sql (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/DB/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/fake/fake.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/fake/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/fake/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/getpwnam/basic_getpwnam_auth.8 (-1 / +1 lines)
Lines 74-80 Link Here
74
.
74
.
75
.SH COPYRIGHT
75
.SH COPYRIGHT
76
.PP
76
.PP
77
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
77
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
78
 *
78
 *
79
 * Squid software is distributed under GPLv2+ license and includes
79
 * Squid software is distributed under GPLv2+ license and includes
80
 * contributions from numerous individuals and organizations.
80
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/getpwnam/basic_getpwnam_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/getpwnam/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/getpwnam/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/LDAP/basic_ldap_auth.8 (-1 / +1 lines)
Lines 305-311 Link Here
305
.
305
.
306
.SH COPYRIGHT
306
.SH COPYRIGHT
307
.PP
307
.PP
308
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
308
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
309
 *
309
 *
310
 * Squid software is distributed under GPLv2+ license and includes
310
 * Squid software is distributed under GPLv2+ license and includes
311
 * contributions from numerous individuals and organizations.
311
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/LDAP/basic_ldap_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/LDAP/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/LDAP/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NCSA/basic_ncsa_auth.8 (-1 / +1 lines)
Lines 57-63 Link Here
57
.
57
.
58
.SH COPYRIGHT
58
.SH COPYRIGHT
59
.PP
59
.PP
60
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
60
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
61
 *
61
 *
62
 * Squid software is distributed under GPLv2+ license and includes
62
 * Squid software is distributed under GPLv2+ license and includes
63
 * contributions from numerous individuals and organizations.
63
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NCSA/basic_ncsa_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NCSA/crypt_md5.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NCSA/crypt_md5.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NCSA/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NCSA/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NIS/basic_nis_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NIS/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NIS/nis_support.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NIS/nis_support.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/NIS/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/PAM/basic_pam_auth.8 (-1 / +1 lines)
Lines 81-87 Link Here
81
.
81
.
82
.SH COPYRIGHT
82
.SH COPYRIGHT
83
.PP
83
.PP
84
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
84
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
85
 *
85
 *
86
 * Squid software is distributed under GPLv2+ license and includes
86
 * Squid software is distributed under GPLv2+ license and includes
87
 * contributions from numerous individuals and organizations.
87
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/PAM/basic_pam_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/PAM/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/PAM/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/POP3/basic_pop3_auth.pl.in (-1 / +1 lines)
Lines 30-36 Link Here
30
30
31
=head1 COPYRIGHT
31
=head1 COPYRIGHT
32
32
33
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
33
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
34
 *
34
 *
35
 * Squid software is distributed under GPLv2+ license and includes
35
 * Squid software is distributed under GPLv2+ license and includes
36
 * contributions from numerous individuals and organizations.
36
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/POP3/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/POP3/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/RADIUS/basic_radius_auth.8 (-1 / +1 lines)
Lines 96-102 Link Here
96
.
96
.
97
.SH COPYRIGHT
97
.SH COPYRIGHT
98
.PP
98
.PP
99
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
99
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
100
 *
100
 *
101
 * Squid software is distributed under GPLv2+ license and includes
101
 * Squid software is distributed under GPLv2+ license and includes
102
 * contributions from numerous individuals and organizations.
102
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/RADIUS/basic_radius_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/RADIUS/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/RADIUS/radius.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/RADIUS/radius-util.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/RADIUS/radius-util.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/RADIUS/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SASL/basic_sasl_auth.8 (-1 / +1 lines)
Lines 80-86 Link Here
80
.
80
.
81
.SH COPYRIGHT
81
.SH COPYRIGHT
82
.PP
82
.PP
83
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
83
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
84
 *
84
 *
85
 * Squid software is distributed under GPLv2+ license and includes
85
 * Squid software is distributed under GPLv2+ license and includes
86
 * contributions from numerous individuals and organizations.
86
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SASL/basic_sasl_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SASL/basic_sasl_auth.conf (-1 / +1 lines)
Lines 1-5 Link Here
1
##
1
##
2
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
##
3
##
4
## Squid software is distributed under GPLv2+ license and includes
4
## Squid software is distributed under GPLv2+ license and includes
5
## contributions from numerous individuals and organizations.
5
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SASL/basic_sasl_auth.pam (-1 / +1 lines)
Lines 1-6 Link Here
1
#%PAM-1.0
1
#%PAM-1.0
2
##
2
##
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SASL/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SASL/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/Scheme.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/Scheme.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB/basic_smb_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB/basic_smb_auth.sh (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB_LM/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB_LM/msntauth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB_LM/msntauth.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB_LM/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB_LM/valid.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SMB_LM/valid.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SSPI/basic_sspi_auth.8 (-1 / +1 lines)
Lines 134-140 Link Here
134
.
134
.
135
.SH COPYRIGHT
135
.SH COPYRIGHT
136
.PP
136
.PP
137
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
137
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
138
 *
138
 *
139
 * Squid software is distributed under GPLv2+ license and includes
139
 * Squid software is distributed under GPLv2+ license and includes
140
 * contributions from numerous individuals and organizations.
140
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SSPI/basic_sspi_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SSPI/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SSPI/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SSPI/valid.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/SSPI/valid.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/User.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/User.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/UserRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/basic/UserRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/CredentialsCache.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/CredentialsCache.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/CredentialState.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/eDirectory/digest_common.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/eDirectory/digest_pw_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/eDirectory/edir_ldapext.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/eDirectory/edir_ldapext.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/eDirectory/ldap_backend.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/eDirectory/ldap_backend.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/eDirectory/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/eDirectory/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/file/digest_common.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/file/digest_file_auth.8 (-1 / +1 lines)
Lines 71-77 Link Here
71
.
71
.
72
.SH COPYRIGHT
72
.SH COPYRIGHT
73
.PP
73
.PP
74
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
74
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
75
 *
75
 *
76
 * Squid software is distributed under GPLv2+ license and includes
76
 * Squid software is distributed under GPLv2+ license and includes
77
 * contributions from numerous individuals and organizations.
77
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/file/digest_file_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/file/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/file/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/file/text_backend.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/file/text_backend.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/LDAP/digest_common.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/LDAP/digest_pw_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/LDAP/ldap_backend.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/LDAP/ldap_backend.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/LDAP/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/LDAP/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/Scheme.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/Scheme.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/User.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/User.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/UserRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/digest/UserRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Gadgets.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Gadgets.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/kerberos/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/kerberos/negotiate_kerberos_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/kerberos/negotiate_kerberos_auth_test.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/kerberos/negotiate_kerberos.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/kerberos/negotiate_kerberos_pac.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/kerberos/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/Scheme.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/Scheme.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/SSPI/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/SSPI/negotiate_sspi_auth.8 (-1 / +1 lines)
Lines 73-79 Link Here
73
.
73
.
74
.SH COPYRIGHT
74
.SH COPYRIGHT
75
.PP
75
.PP
76
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
76
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
77
 *
77
 *
78
 * Squid software is distributed under GPLv2+ license and includes
78
 * Squid software is distributed under GPLv2+ license and includes
79
 * contributions from numerous individuals and organizations.
79
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/SSPI/negotiate_sspi_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/SSPI/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/User.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/User.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/UserRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/UserRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/wrapper/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/wrapper/negotiate_wrapper.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/negotiate/wrapper/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/fake/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/fake/ntlm_fake_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/fake/ntlm_fake_auth.pl.in (-1 / +1 lines)
Lines 1-6 Link Here
1
#!@PERL@
1
#!@PERL@
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/fake/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/Scheme.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/Scheme.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/SMB_LM/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/SMB_LM/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/SSPI/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/SSPI/ntlm_sspi_auth.8 (-1 / +1 lines)
Lines 101-107 Link Here
101
.
101
.
102
.SH COPYRIGHT
102
.SH COPYRIGHT
103
.PP
103
.PP
104
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
104
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
105
 *
105
 *
106
 * Squid software is distributed under GPLv2+ license and includes
106
 * Squid software is distributed under GPLv2+ license and includes
107
 * contributions from numerous individuals and organizations.
107
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/SSPI/ntlm_sspi_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/SSPI/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/User.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/User.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/UserRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/ntlm/UserRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/QueueNode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Scheme.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/SchemeConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/SchemeConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Scheme.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/SchemesConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/SchemesConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/State.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/State.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/toUtf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/toUtf.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/Type.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/User.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/User.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/UserRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/auth/UserRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/AuthReg.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/AuthReg.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/BandwidthBucket.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/BandwidthBucket.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/AsyncCall.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/AsyncCall.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/AsyncCallQueue.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/AsyncCallQueue.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/AsyncCbdataCalls.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/AsyncFunCalls.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/AsyncJobCalls.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/AsyncJob.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/AsyncJob.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/ByteCounter.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/CbcPointer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/CbDataList.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/CharacterSet.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/CharacterSet.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/CodeContext.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/CodeContext.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/EnumIterator.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/File.cc (-2 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 331-337 Link Here
331
                   " more time(s) after a failure: " << ex.what());
331
                   " more time(s) after a failure: " << ex.what());
332
        }
332
        }
333
        Must(attemptsLeft); // the catch statement handles the last attempt
333
        Must(attemptsLeft); // the catch statement handles the last attempt
334
        xusleep(cfg.RetryGapUsec);
334
        xusleep(cfg.retryGapUsec);
335
    }
335
    }
336
    debugs(54, 9, "disabled");
336
    debugs(54, 9, "disabled");
337
}
337
}
(-)squid-5.7/src/base/File.h (-2 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 57-63 Link Here
57
#else
57
#else
58
    int flockMode = LOCK_UN; ///< 2nd flock(2) parameter
58
    int flockMode = LOCK_UN; ///< 2nd flock(2) parameter
59
#endif
59
#endif
60
    static const unsigned int RetryGapUsec = 500000; /// pause before each lock retry
60
    const unsigned int retryGapUsec = 500000; ///< pause before each lock retry
61
    unsigned int lockAttempts = 0; ///< how many times to try locking
61
    unsigned int lockAttempts = 0; ///< how many times to try locking
62
    bool openByRoot = false;
62
    bool openByRoot = false;
63
};
63
};
(-)squid-5.7/src/base/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/HardFun.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/Here.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/Here.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/InstanceId.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/InstanceId.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/JobWait.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/JobWait.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/Lock.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/LookupTable.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/LruMap.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/Packable.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/PackableStream.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/Range.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/RefCount.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/RegexPattern.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/RegexPattern.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/RunnersRegistry.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/RunnersRegistry.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/Subscription.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/TextException.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/TextException.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/TypeTraits.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/base/YesNoNone.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/BodyPipe.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/BodyPipe.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/cache_cf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/cache_cf.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CacheDigest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CacheDigest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/cache_manager.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CacheManager.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CachePeer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CachePeer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/carp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/carp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/cbdata.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/cbdata.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/cf.data.depend (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/cf.data.pre (-14 / +25 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
Lines 1039-1046 Link Here
1039
DEFAULT: manager url_regex -i ^cache_object:// +i ^[^:]+://[^/]+/squid-internal-mgr/
1039
DEFAULT: manager url_regex -i ^cache_object:// +i ^[^:]+://[^/]+/squid-internal-mgr/
1040
DEFAULT: localhost src 127.0.0.1/32 ::1
1040
DEFAULT: localhost src 127.0.0.1/32 ::1
1041
DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1/128 ::/128
1041
DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1/128 ::/128
1042
DEFAULT: to_linklocal dst 169.254.0.0/16 fe80::/10
1042
DEFAULT: CONNECT method CONNECT
1043
DEFAULT: CONNECT method CONNECT
1043
DEFAULT_DOC: ACLs all, manager, localhost, to_localhost, and CONNECT are predefined.
1044
DEFAULT_DOC: ACLs all, manager, localhost, to_localhost, to_linklocal, and CONNECT are predefined.
1044
DOC_START
1045
DOC_START
1045
	Defining an Access List
1046
	Defining an Access List
1046
1047
Lines 1856-1875 Link Here
1856
http_access allow localhost manager
1857
http_access allow localhost manager
1857
http_access deny manager
1858
http_access deny manager
1858
1859
1859
# We strongly recommend the following be uncommented to protect innocent
1860
# This default configuration only allows localhost requests because a more
1860
# web applications running on the proxy server who think the only
1861
# permissive Squid installation could introduce new attack vectors into the
1861
# one who can access services on "localhost" is a local user
1862
# network by proxying external TCP connections to unprotected services.
1862
#http_access deny to_localhost
1863
http_access allow localhost
1864
1865
# The two deny rules below are unnecessary in this default configuration
1866
# because they are followed by a "deny all" rule. However, they may become
1867
# critically important when you start allowing external requests below them.
1868
1869
# Protect web applications running on the same server as Squid. They often
1870
# assume that only local users can access them at "localhost" ports.
1871
http_access deny to_localhost
1872
1873
# Protect cloud servers that provide local users with sensitive info about
1874
# their server via certain well-known link-local (a.k.a. APIPA) addresses.
1875
http_access deny to_linklocal
1863
1876
1864
#
1877
#
1865
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
1878
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
1866
#
1879
#
1867
1880
1868
# Example rule allowing access from your local networks.
1881
# For example, to allow access from your local networks, you may uncomment the
1869
# Adapt localnet in the ACL section to list your (internal) IP networks
1882
# following rule (and/or add rules that match your definition of "local"):
1870
# from where browsing should be allowed
1883
# http_access allow localnet
1871
http_access allow localnet
1872
http_access allow localhost
1873
1884
1874
# And finally deny all other access to this proxy
1885
# And finally deny all other access to this proxy
1875
http_access deny all
1886
http_access deny all
Lines 6196-6204 Link Here
6196
	to be erroneously cached unless the application designer
6207
	to be erroneously cached unless the application designer
6197
	has taken the appropriate actions.
6208
	has taken the appropriate actions.
6198
6209
6199
	'Percent' is a percentage of the objects age (time since last
6210
	'Percent' is used to compute the max-age value for responses
6200
	modification age) an object without explicit expiry time
6211
	with a Last-Modified header and no Cache-Control:max-age nor Expires.
6201
	will be considered fresh.
6212
	  Cache-Control:max-age = ( Date - Last-Modified ) * percent
6202
6213
6203
	'Max' is an upper limit on how long objects without an explicit
6214
	'Max' is an upper limit on how long objects without an explicit
6204
	expiry time will be considered fresh. The value is also used
6215
	expiry time will be considered fresh. The value is also used
(-)squid-5.7/src/cf.data.sed (-1 / +1 lines)
Lines 1-4 Link Here
1
# Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
# Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/cf_gen.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/cf_gen_defines (-2 / +2 lines)
Lines 1-6 Link Here
1
#!/usr/bin/awk -f
1
#!/usr/bin/awk -f
2
2
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
Lines 10-16 Link Here
10
BEGIN {
10
BEGIN {
11
	print "/* Generated automatically from cf.data.pre DO NOT EDIT */"
11
	print "/* Generated automatically from cf.data.pre DO NOT EDIT */"
12
	print "/*"
12
	print "/*"
13
	print " * Copyright (C) 1996-2022 The Squid Software Foundation and contributors"
13
	print " * Copyright (C) 1996-2023 The Squid Software Foundation and contributors"
14
	print " *"
14
	print " *"
15
	print " * Squid software is distributed under GPLv2+ license and includes"
15
	print " * Squid software is distributed under GPLv2+ license and includes"
16
	print " * contributions from numerous individuals and organizations."
16
	print " * contributions from numerous individuals and organizations."
(-)squid-5.7/src/client_db.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/client_db.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ClientDelayConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ClientDelayConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ClientInfo.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ClientRequestContext.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/Client.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/Client.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/FtpClient.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/FtpClient.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/FtpGateway.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/FtpRelay.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/HttpTunnelerAnswer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/HttpTunnelerAnswer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/HttpTunneler.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/HttpTunneler.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clients/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/client_side.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/client_side.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/client_side_reply.cc (-3 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 1336-1343 Link Here
1336
    }
1336
    }
1337
1337
1338
    // XXX: Should this be checked earlier? We could return above w/o checking.
1338
    // XXX: Should this be checked earlier? We could return above w/o checking.
1339
    if (reply->receivedBodyTooLarge(*http->request, http->out.offset - 4096)) {
1339
    if (reply->receivedBodyTooLarge(*http->request, http->out.offset)) {
1340
        /* 4096 is a margin for the HTTP headers included in out.offset */
1341
        debugs(88, 5, "clientReplyStatus: client reply body is too large");
1340
        debugs(88, 5, "clientReplyStatus: client reply body is too large");
1342
        return STREAM_FAILED;
1341
        return STREAM_FAILED;
1343
    }
1342
    }
(-)squid-5.7/src/client_side_reply.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/client_side_request.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/client_side_request.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clientStream.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clientStreamForward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/clientStream.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CollapsedForwarding.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CollapsedForwarding.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CollapsingHistory.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/AcceptLimiter.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/AcceptLimiter.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/comm_internal.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/Connection.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/Connection.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/ConnOpener.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/ConnOpener.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/Flag.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/IoCallback.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/IoCallback.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/Loops.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/ModDevPoll.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/ModEpoll.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/ModKqueue.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/ModPoll.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/ModSelect.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/ModSelectWin32.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/Read.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/Read.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/TcpAcceptor.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/TcpAcceptor.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/UdpOpenDialer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/Write.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm/Write.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CommandLine.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CommandLine.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CommCalls.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CommCalls.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/comm.cc (-1 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 309-314 Link Here
309
309
310
#else
310
#else
311
    debugs(50, DBG_CRITICAL, "WARNING: comm_open: setsockopt(TPROXY) not supported on this platform");
311
    debugs(50, DBG_CRITICAL, "WARNING: comm_open: setsockopt(TPROXY) not supported on this platform");
312
    (void)fd;
312
#endif /* sockopt */
313
#endif /* sockopt */
313
314
314
#if defined(soLevel) && defined(soFlag)
315
#if defined(soLevel) && defined(soFlag)
(-)squid-5.7/src/comm.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Common.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/CommonPool.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CommRead.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CompletionDispatcher.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CompletionDispatcher.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CompositePoolNode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ConfigOption.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ConfigOption.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ConfigParser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ConfigParser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CpuAffinity.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CpuAffinity.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CpuAffinityMap.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CpuAffinityMap.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CpuAffinitySet.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/CpuAffinitySet.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/debug.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Debug.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/defines.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayBucket.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayBucket.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayId.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayIdComposite.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayId.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayPool.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayPool.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/delay_pools.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayPools.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelaySpec.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelaySpec.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayTagged.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayTagged.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayUser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayUser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayVector.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DelayVector.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DescriptorSet.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DescriptorSet.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/AIODiskFile.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/AIODiskFile.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/AIODiskIOModule.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/AIODiskIOModule.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/AIODiskIOStrategy.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/AIODiskIOStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/aio_win32.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/aio_win32.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/async_io.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/AIO/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Blocking/BlockingDiskIOModule.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Blocking/BlockingDiskIOModule.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Blocking/BlockingFile.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Blocking/BlockingFile.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Blocking/BlockingIOStrategy.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Blocking/BlockingIOStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Blocking/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/diomsg.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/DiskdAction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/DiskdAction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/DiskDaemonDiskIOModule.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/diskd.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/DiskdFile.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/DiskdFile.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/DiskdIOStrategy.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/DiskdIOStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskDaemon/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskFile.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskIOModule.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskIOModule.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskIOStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/aiops.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/aiops_win32.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/async_io.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/CommIO.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/CommIO.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/DiskThreadsDiskFile.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/DiskThreadsDiskFile.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/DiskThreadsDiskIOModule.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/DiskThreads.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/DiskThreadsIOStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/DiskThreads/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/IORequestor.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/IpcIo/IpcIoDiskIOModule.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/IpcIo/IpcIoDiskIOModule.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/IpcIo/IpcIoFile.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/IpcIo/IpcIoFile.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/IpcIo/IpcIoIOStrategy.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/IpcIo/IpcIoIOStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/IpcIo/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Mmapped/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Mmapped/MmappedDiskIOModule.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Mmapped/MmappedDiskIOModule.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Mmapped/MmappedFile.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Mmapped/MmappedFile.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Mmapped/MmappedIOStrategy.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/Mmapped/MmappedIOStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/ReadRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/ReadRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/WriteRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/DiskIO/WriteRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dlink.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dlink.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/LookupDetails.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/LookupDetails.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/rfc1035.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/rfc1035.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/rfc2671.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/rfc2671.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/rfc3596.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns/rfc3596.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/dns_internal.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Downloader.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Downloader.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/enums.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/error/Detail.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/error/Detail.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/error/Error.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/error/Error.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/error/ExceptionErrorDetail.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/error/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/error/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/error/SysErrorDetail.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/errorpage.cc (-5 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 154-159 Link Here
154
    const char *text;
154
    const char *text;
155
}
155
}
156
156
157
/// error messages that cannot be configured/customized externally
157
error_hard_text[] = {
158
error_hard_text[] = {
158
159
159
    {
160
    {
Lines 180-189 Link Here
180
    {
181
    {
181
        ERR_REQUEST_START_TIMEOUT,
182
        ERR_REQUEST_START_TIMEOUT,
182
        "request start timedout"
183
        "request start timedout"
183
    },
184
    {
185
        MGR_INDEX,
186
        "mgr_index"
187
    }
184
    }
188
};
185
};
189
186
(-)squid-5.7/src/errorpage.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Assign.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Assign.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Attempt.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Context.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Context.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Element.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Esi.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Esi.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Except.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/ExpatParser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/ExpatParser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Expression.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Expression.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Include.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Include.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Libxml2Parser.cc (-2 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 81-87 Link Here
81
ESILibxml2Parser::ESILibxml2Parser(ESIParserClient *aClient) : theClient (aClient)
81
ESILibxml2Parser::ESILibxml2Parser(ESIParserClient *aClient) : theClient (aClient)
82
{
82
{
83
    xmlSAXHandler sax;
83
    xmlSAXHandler sax;
84
    htmlDefaultSAXHandlerInit();
84
    xmlInitParser();
85
    memset(&sax, 0, sizeof(sax));
85
    memset(&sax, 0, sizeof(sax));
86
    sax.startElement = esi_startElementSAXFunc;
86
    sax.startElement = esi_startElementSAXFunc;
87
    sax.endElement = esi_endElementSAXFunc;
87
    sax.endElement = esi_endElementSAXFunc;
(-)squid-5.7/src/esi/Libxml2Parser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Literal.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Module.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Module.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Parser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Parser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Segment.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Segment.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Sequence.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Sequence.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/Var.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/VarState.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/esi/VarState.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ETag.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ETag.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/eui/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/eui/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/eui/Eui48.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/eui/Eui48.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/eui/Eui64.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/eui/Eui64.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/eui/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/event.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/event.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/EventLoop.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/EventLoop.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/external_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ExternalACLEntry.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ExternalACLEntry.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ExternalACL.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/FadingCounter.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/FadingCounter.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fatal.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fatal.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fd.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fde.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fde.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fd.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/filemap.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/FileMap.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/ByteCode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/Format.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/Format.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/Quoting.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/Quoting.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/Token.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/Token.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/format/TokenTableEntry.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fqdncache.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fqdncache.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/aufs/StoreFSaufs.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/diskd/StoreFSdiskd.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/Module.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/Module.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockDbCell.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockDbCell.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockHeaderUpdater.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockHeaderUpdater.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockIoRequests.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockIoRequests.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockIoState.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockIoState.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockRebuild.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockRebuild.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockStoreFileSystem.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockStoreFileSystem.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockSwapDir.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/rock/RockSwapDir.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/RebuildState.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/RebuildState.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/StoreFSufs.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/StoreFSufs.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/StoreSearchUFS.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/StoreSearchUFS.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/UFSStoreState.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/UFSStoreState.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/UFSStrategy.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/UFSStrategy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/UFSSwapDir.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/UFSSwapDir.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/UFSSwapLogParser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs/ufs/UFSSwapLogParser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs_io.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/fs_io.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ftp/Elements.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ftp/Elements.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ftp/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/ftp/Parsing.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ftp/Parsing.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/FwdState.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/FwdState.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Generic.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/globals.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/gopher.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/gopher.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HappyConnOpener.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HappyConnOpener.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/ChildConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/ChildConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/protocol_defines.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/Reply.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/Reply.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/Request.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/ReservationId.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/ReservationId.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper/ResultCode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/helper.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HierarchyLogEntry.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/hier_code.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/htcp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/htcp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/ContentLengthInterpreter.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/ContentLengthInterpreter.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/Message.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/Message.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/MethodType.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/Parser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/Parser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/RequestParser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/RequestParser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/ResponseParser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/ResponseParser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/TeChunkedParser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/TeChunkedParser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/Tokenizer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/one/Tokenizer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/ProtocolVersion.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/RegisteredHeaders.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/RegisteredHeaders.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/RegisteredHeadersHash.cci (-1 / +1 lines)
Lines 34-40 Link Here
34
/* AUTO GENERATED FROM RegisteredHeadersHash.gperf. DO NOT EDIT */
34
/* AUTO GENERATED FROM RegisteredHeadersHash.gperf. DO NOT EDIT */
35
35
36
/*
36
/*
37
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
37
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
38
 *
38
 *
39
 * Squid software is distributed under GPLv2+ license and includes
39
 * Squid software is distributed under GPLv2+ license and includes
40
 * contributions from numerous individuals and organizations.
40
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/RegisteredHeadersHash.gperf (-1 / +1 lines)
Lines 2-8 Link Here
2
/* AUTO GENERATED FROM RegisteredHeadersHash.gperf. DO NOT EDIT */
2
/* AUTO GENERATED FROM RegisteredHeadersHash.gperf. DO NOT EDIT */
3
3
4
/*
4
/*
5
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
5
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
6
 *
6
 *
7
 * Squid software is distributed under GPLv2+ license and includes
7
 * Squid software is distributed under GPLv2+ license and includes
8
 * contributions from numerous individuals and organizations.
8
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/RequestMethod.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/RequestMethod.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/StateFlags.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/StatusCode.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/StatusCode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/StatusLine.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/StatusLine.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/Stream.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/Stream.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/url_rewriters/fake/fake.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/url_rewriters/fake/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/url_rewriters/fake/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/url_rewriters/fake/url_fake_rewrite.sh (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/url_rewriters/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/url_rewriters/LFS/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/url_rewriters/LFS/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/url_rewriters/LFS/url_lfs_rewrite.pl.in (-1 / +1 lines)
Lines 94-100 Link Here
94
94
95
=head1 COPYRIGHT
95
=head1 COPYRIGHT
96
96
97
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
97
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
98
 *
98
 *
99
 * Squid software is distributed under GPLv2+ license and includes
99
 * Squid software is distributed under GPLv2+ license and includes
100
 * contributions from numerous individuals and organizations.
100
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http/url_rewriters/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpBody.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpBody.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpControlMsg.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpControlMsg.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/http.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHdrCc.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHdrCc.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHdrContRange.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHdrContRange.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHdrRange.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHdrSc.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHdrSc.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHdrScTarget.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHdrScTarget.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHeader.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHeaderFieldInfo.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHeaderFieldStat.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHeader.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHeaderMask.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHeaderRange.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHeaderStat.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHeaderTools.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpHeaderTools.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpReply.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpReply.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpUpgradeProtocolAccess.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/HttpUpgradeProtocolAccess.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/Icmp4.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/Icmp4.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/Icmp6.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/Icmp6.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/Icmp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/IcmpConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/IcmpConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/Icmp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/IcmpPinger.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/IcmpPinger.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/IcmpSquid.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/IcmpSquid.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/net_db.cc (-4 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 230-236 Link Here
230
    netdbEntry **list;
230
    netdbEntry **list;
231
    int k = 0;
231
    int k = 0;
232
    int list_count = 0;
232
    int list_count = 0;
233
    int removed = 0;
234
    list = (netdbEntry **)xcalloc(netdbEntry::UseCount(), sizeof(netdbEntry *));
233
    list = (netdbEntry **)xcalloc(netdbEntry::UseCount(), sizeof(netdbEntry *));
235
    hash_first(addr_table);
234
    hash_first(addr_table);
236
235
Lines 250-257 Link Here
250
            break;
249
            break;
251
250
252
        netdbRelease(*(list + k));
251
        netdbRelease(*(list + k));
253
254
        ++removed;
255
    }
252
    }
256
253
257
    xfree(list);
254
    xfree(list);
(-)squid-5.7/src/icmp/net_db.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icmp/pinger.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ICP.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icp_opcode.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icp_v2.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/icp_v3.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ident/AclIdent.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ident/AclIdent.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ident/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ident/Ident.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ident/Ident.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ident/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/Instance.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Instance.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/int.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/internal.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/internal.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/int.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/IoStats.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/Address.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/Address.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/Intercept.cc (-2 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 490-496 Link Here
490
    }
490
    }
491
491
492
#else
492
#else
493
    debugs(3, 3, "TPROXY setsockopt() not supported on this platform. Disabling TPROXY.");
493
    debugs(3, 3, "TPROXY setsockopt() not supported on this platform. Disabling TPROXY on port " << test);
494
494
495
#endif
495
#endif
496
    if (doneSuid)
496
    if (doneSuid)
(-)squid-5.7/src/ip/Intercept.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/NfMarkConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/NfMarkConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/QosConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/QosConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/tools.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ip/tools.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Coordinator.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Coordinator.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/FdNotes.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/FdNotes.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Forwarder.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Forwarder.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Inquirer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Inquirer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Kid.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Kid.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Kids.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Kids.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/FlexibleArray.h (-11 / +6 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 9-15 Link Here
9
#ifndef SQUID_IPC_MEM_FLEXIBLE_ARRAY_H
9
#ifndef SQUID_IPC_MEM_FLEXIBLE_ARRAY_H
10
#define SQUID_IPC_MEM_FLEXIBLE_ARRAY_H
10
#define SQUID_IPC_MEM_FLEXIBLE_ARRAY_H
11
11
12
// sometimes required for placement-new operator to be declared
12
#include <cstddef>
13
#include <new>
13
#include <new>
14
14
15
namespace Ipc
15
namespace Ipc
Lines 27-46 Link Here
27
{
27
{
28
public:
28
public:
29
    explicit FlexibleArray(const int capacity) {
29
    explicit FlexibleArray(const int capacity) {
30
        if (capacity > 1) // the first item is initialized automatically
30
        new (raw()) Item[capacity];
31
            new (raw()+1) Item[capacity-1];
32
    }
31
    }
33
32
34
    Item &operator [](const int idx) { return items[idx]; }
33
    Item &operator [](const int idx) { return *(raw() + idx); }
35
    const Item &operator [](const int idx) const { return items[idx]; }
36
34
37
    //const Item *operator ()() const { return items; }
35
    Item *raw() { return reinterpret_cast<Item*>(&start_); }
38
    //Item *operator ()() { return items; }
39
40
    Item *raw() { return items; }
41
36
42
private:
37
private:
43
    Item items[1]; // ensures proper alignment of array elements
38
    alignas(Item) char start_; ///< the first byte of the first array item
44
};
39
};
45
40
46
} // namespace Mem
41
} // namespace Mem
(-)squid-5.7/src/ipc/mem/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/Page.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/Page.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/PagePool.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/PagePool.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/Pages.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/Pages.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/PageStack.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/PageStack.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/Pointer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/Segment.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/mem/Segment.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/MemMap.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/MemMap.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Messages.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Port.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Port.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/QuestionerId.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/QuestionerId.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Queue.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Queue.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/ReadWriteLock.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/ReadWriteLock.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Request.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/RequestId.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/RequestId.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Response.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/SharedListen.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/SharedListen.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/StartListening.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/StartListening.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/StoreMap.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/StoreMap.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Strand.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/StrandCoord.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/StrandCoord.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/StrandCoords.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/Strand.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/StrandSearch.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/StrandSearch.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/TypedMsgHdr.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/TypedMsgHdr.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/UdsOp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc/UdsOp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipcache.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipcache.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ipc_win32.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/LeakFinder.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/LeakFinder.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/LoadableModule.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/LoadableModule.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/LoadableModules.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/LoadableModules.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/access_log.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/access_log.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/CustomLog.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/CustomLog.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/DB/doc/date_day_column.sql (-1 / +1 lines)
Lines 1-4 Link Here
1
-- Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
-- Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
--
2
--
3
-- Squid software is distributed under GPLv2+ license and includes
3
-- Squid software is distributed under GPLv2+ license and includes
4
-- contributions from numerous individuals and organizations.
4
-- contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/DB/doc/views.sql (-1 / +1 lines)
Lines 1-4 Link Here
1
-- Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
-- Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
--
2
--
3
-- Squid software is distributed under GPLv2+ license and includes
3
-- Squid software is distributed under GPLv2+ license and includes
4
-- contributions from numerous individuals and organizations.
4
-- contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/DB/log_db_daemon.pl.in (-1 / +1 lines)
Lines 288-294 Link Here
288
288
289
=head1 COPYRIGHT
289
=head1 COPYRIGHT
290
290
291
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
291
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
292
 *
292
 *
293
 * Squid software is distributed under GPLv2+ license and includes
293
 * Squid software is distributed under GPLv2+ license and includes
294
 * contributions from numerous individuals and organizations.
294
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/DB/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/DB/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/file/log_file_daemon.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/file/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/file/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/File.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/File.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/FormatHttpdCombined.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/FormatHttpdCommon.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/Formats.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/FormatSquidCustom.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/FormatSquidIcap.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/FormatSquidNative.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/FormatSquidReferer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/FormatSquidUseragent.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/ModDaemon.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/ModDaemon.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/ModStdio.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/ModStdio.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/ModSyslog.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/ModSyslog.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/ModUdp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/ModUdp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/TcpLogger.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/log/TcpLogger.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/LogTags.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/LogTags.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/lookup_t.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/main.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Makefile.am (-5 / +4 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
Lines 1202-1207 Link Here
1202
	tests/stub_libeui.cc \
1202
	tests/stub_libeui.cc \
1203
	tests/stub_libformat.cc \
1203
	tests/stub_libformat.cc \
1204
	tests/stub_libicmp.cc \
1204
	tests/stub_libicmp.cc \
1205
	tests/stub_libip.cc \
1205
	tests/stub_liblog.cc \
1206
	tests/stub_liblog.cc \
1206
	tests/stub_libmgr.cc \
1207
	tests/stub_libmgr.cc \
1207
	tests/stub_libsecurity.cc \
1208
	tests/stub_libsecurity.cc \
Lines 1240-1246 Link Here
1240
	parser/libparser.la \
1241
	parser/libparser.la \
1241
	libsquid.la \
1242
	libsquid.la \
1242
	comm/libcomm.la \
1243
	comm/libcomm.la \
1243
	ip/libip.la \
1244
	fs/libfs.la \
1244
	fs/libfs.la \
1245
	$(COMMON_LIBS) \
1245
	$(COMMON_LIBS) \
1246
	$(REPL_OBJS) \
1246
	$(REPL_OBJS) \
Lines 1378-1383 Link Here
1378
	tests/stub_libeui.cc \
1378
	tests/stub_libeui.cc \
1379
	tests/stub_libformat.cc \
1379
	tests/stub_libformat.cc \
1380
	tests/stub_libicmp.cc \
1380
	tests/stub_libicmp.cc \
1381
	tests/stub_libip.cc \
1381
	tests/stub_liblog.cc \
1382
	tests/stub_liblog.cc \
1382
	tests/stub_libsecurity.cc \
1383
	tests/stub_libsecurity.cc \
1383
	log/access_log.h \
1384
	log/access_log.h \
Lines 1421-1427 Link Here
1421
	acl/libstate.la \
1422
	acl/libstate.la \
1422
	acl/libapi.la \
1423
	acl/libapi.la \
1423
	libsquid.la \
1424
	libsquid.la \
1424
	ip/libip.la \
1425
	fs/libfs.la \
1425
	fs/libfs.la \
1426
	mgr/libmgr.la \
1426
	mgr/libmgr.la \
1427
	$(REPL_OBJS) \
1427
	$(REPL_OBJS) \
Lines 1434-1440 Link Here
1434
	comm/libcomm.la \
1434
	comm/libcomm.la \
1435
	dns/libdns.la \
1435
	dns/libdns.la \
1436
	base/libbase.la \
1436
	base/libbase.la \
1437
	ip/libip.la \
1438
	mem/libmem.la \
1437
	mem/libmem.la \
1439
	store/libstore.la \
1438
	store/libstore.la \
1440
	$(ADAPTATION_LIBS) \
1439
	$(ADAPTATION_LIBS) \
Lines 1727-1732 Link Here
1727
	tests/stub_libeui.cc \
1726
	tests/stub_libeui.cc \
1728
	tests/stub_libformat.cc \
1727
	tests/stub_libformat.cc \
1729
	tests/stub_libicmp.cc \
1728
	tests/stub_libicmp.cc \
1729
	tests/stub_libip.cc \
1730
	tests/stub_liblog.cc \
1730
	tests/stub_liblog.cc \
1731
	tests/stub_libsecurity.cc \
1731
	tests/stub_libsecurity.cc \
1732
	tests/stub_libstore.cc \
1732
	tests/stub_libstore.cc \
Lines 1772-1778 Link Here
1772
	acl/libacls.la \
1772
	acl/libacls.la \
1773
	acl/libstate.la \
1773
	acl/libstate.la \
1774
	comm/libcomm.la \
1774
	comm/libcomm.la \
1775
	ip/libip.la \
1776
	fs/libfs.la \
1775
	fs/libfs.la \
1777
	ipc/libipc.la \
1776
	ipc/libipc.la \
1778
	$(REPL_OBJS) \
1777
	$(REPL_OBJS) \
(-)squid-5.7/src/MasterXaction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MasterXaction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/AllocatorProxy.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/AllocatorProxy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/Meter.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/old_api.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/Pool.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/PoolChunked.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/PoolChunked.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/Pool.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/PoolingAllocator.h (-6 / +6 lines)
Lines 1-10 Link Here
1
/*
1
/*
2
+ * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
+ *
3
 *
4
+ * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
+ * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
6
+ * Please see the COPYING and CONTRIBUTORS files for details.
6
 * Please see the COPYING and CONTRIBUTORS files for details.
7
+ */
7
 */
8
8
9
#ifndef SQUID_MEM_POOLINGALLOCATOR_H
9
#ifndef SQUID_MEM_POOLINGALLOCATOR_H
10
#define SQUID_MEM_POOLINGALLOCATOR_H
10
#define SQUID_MEM_POOLINGALLOCATOR_H
(-)squid-5.7/src/mem/PoolMalloc.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem/PoolMalloc.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MemBuf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MemBuf.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem_node.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mem_node.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MemObject.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MemObject.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MemStore.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MemStore.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MessageBucket.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MessageBucket.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MessageDelayPools.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MessageDelayPools.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/MessageSizes.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Action.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ActionCreator.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Action.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ActionParams.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ActionParams.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ActionPasswordList.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ActionPasswordList.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ActionProfile.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ActionWriter.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ActionWriter.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/BasicActions.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/BasicActions.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Command.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Command.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/CountersAction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/CountersAction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Filler.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Filler.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Forwarder.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Forwarder.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/FunAction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/FunAction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/InfoAction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/InfoAction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Inquirer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Inquirer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/IntervalAction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/IntervalAction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/IntParam.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/IntParam.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/IoAction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/IoAction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/QueryParam.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/QueryParams.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/QueryParams.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Registration.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Registration.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Request.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Request.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Response.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/Response.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ServiceTimesAction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/ServiceTimesAction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/StoreIoAction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/StoreIoAction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/StoreToCommWriter.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/StoreToCommWriter.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/StringParam.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mgr/StringParam.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mime.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mime.conf.default (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/mime.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mime_header.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mime_header.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/mk-globals-c.awk (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/mk-string-arrays.awk (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/multicast.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/multicast.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/neighbors.cc (-4 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 605-611 Link Here
605
    int i;
605
    int i;
606
    int reqnum = 0;
606
    int reqnum = 0;
607
    int flags;
607
    int flags;
608
    int queries_sent = 0;
609
    int peers_pinged = 0;
608
    int peers_pinged = 0;
610
    int parent_timeout = 0, parent_exprep = 0;
609
    int parent_timeout = 0, parent_exprep = 0;
611
    int sibling_timeout = 0, sibling_exprep = 0;
610
    int sibling_timeout = 0, sibling_exprep = 0;
Lines 681-688 Link Here
681
            }
680
            }
682
        }
681
        }
683
682
684
        ++queries_sent;
685
686
        ++ p->stats.pings_sent;
683
        ++ p->stats.pings_sent;
687
684
688
        if (p->type == PEER_MULTICAST) {
685
        if (p->type == PEER_MULTICAST) {
(-)squid-5.7/src/neighbors.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/NeighborTypeDomainList.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Notes.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Notes.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/NullDelayId.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/parser/BinaryTokenizer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/parser/BinaryTokenizer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/parser/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/parser/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/parser/Tokenizer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/parser/Tokenizer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Parsing.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Parsing.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/pconn.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/pconn.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/peer_digest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/PeerDigest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/PeerPoolMgr.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/PeerPoolMgr.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/peer_proxy_negotiate_auth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/peer_proxy_negotiate_auth.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/peer_select.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/PeerSelectState.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/peer_sourcehash.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/peer_sourcehash.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/peer_userhash.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/peer_userhash.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/PingData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Pipeline.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Pipeline.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ProfStats.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/protos.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/proxyp/Elements.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/proxyp/Elements.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/proxyp/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/proxyp/Header.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/proxyp/Header.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/proxyp/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/proxyp/Parser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/proxyp/Parser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/recv-announce.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/redirect.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/redirect.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/refresh.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/refresh.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/RefreshPattern.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/RemovalPolicy.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/RemovalPolicy.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/repl/heap/store_heap_replacement.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/repl/heap/store_heap_replacement.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/repl/heap/store_repl_heap.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/repl/lru/store_repl_lru.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/repl/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/repl_modules.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/repl_modules.sh (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/RequestFlags.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/RequestFlags.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ResolvedPeers.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ResolvedPeers.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/Algorithms.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/Algorithms.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/DetailedStats.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/DetailedStats.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/List.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/List.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/MemBlob.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/MemBlob.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/SBuf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/SBuf.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/Stats.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/Stats.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/Stream.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/sbuf/StringConvert.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SBufStatsAction.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SBufStatsAction.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/BlindPeerConnector.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/BlindPeerConnector.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/CertError.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_generators/file/certificate_db.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_generators/file/certificate_db.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_generators/file/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_generators/file/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_generators/file/security_file_certgen.8.in (-1 / +1 lines)
Lines 157-163 Link Here
157
.
157
.
158
.SH COPYRIGHT
158
.SH COPYRIGHT
159
.PP
159
.PP
160
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
160
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
161
 *
161
 *
162
 * Squid software is distributed under GPLv2+ license and includes
162
 * Squid software is distributed under GPLv2+ license and includes
163
 * contributions from numerous individuals and organizations.
163
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_generators/file/security_file_certgen.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_generators/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_generators/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_validators/fake/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_validators/fake/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_validators/fake/security_fake_certverify.pl.in (-1 / +1 lines)
Lines 46-52 Link Here
46
46
47
=head1 COPYRIGHT
47
=head1 COPYRIGHT
48
48
49
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
49
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
50
 *
50
 *
51
 * Squid software is distributed under GPLv2+ license and includes
51
 * Squid software is distributed under GPLv2+ license and includes
52
 * contributions from numerous individuals and organizations.
52
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_validators/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/cert_validators/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/Context.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/EncryptorAnswer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/EncryptorAnswer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/ErrorDetail.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/ErrorDetail.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/Handshake.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/Handshake.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/Io.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/Io.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/KeyData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/KeyData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/LockingPointer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/NegotiationHistory.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/NegotiationHistory.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/PeerConnector.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/PeerConnector.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/PeerOptions.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/PeerOptions.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/ServerOptions.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/ServerOptions.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/Session.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/security/Session.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/send-announce.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/send-announce.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/servers/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/servers/FtpServer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/servers/FtpServer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/servers/Http1Server.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/servers/Http1Server.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/servers/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/servers/Server.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/servers/Server.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Forwarder.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Forwarder.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Inquirer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Inquirer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Pdu.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Pdu.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Request.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Request.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Response.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Response.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Session.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Session.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Var.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp/Var.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp_agent.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp_agent.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp_core.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/snmp_core.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SnmpRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/squid.8.in (-1 / +1 lines)
Lines 256-262 Link Here
256
.
256
.
257
.SH COPYRIGHT
257
.SH COPYRIGHT
258
.PP
258
.PP
259
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
259
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
260
 *
260
 *
261
 * Squid software is distributed under GPLv2+ license and includes
261
 * Squid software is distributed under GPLv2+ license and includes
262
 * contributions from numerous individuals and organizations.
262
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SquidConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SquidConfig.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SquidIpc.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SquidMath.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SquidMath.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SquidString.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/SquidTime.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/bio.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/bio.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/cert_validate_message.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/cert_validate_message.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/Config.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/Config.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/context_storage.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/context_storage.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/crtd_message.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/crtd_message.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/ErrorDetail.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/ErrorDetail.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/ErrorDetailManager.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/ErrorDetailManager.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/gadgets.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/gadgets.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/helper.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/helper.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/PeekingPeerConnector.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/PeekingPeerConnector.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/ProxyCerts.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/ServerBump.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/ServerBump.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/support.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ssl/support.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/stat.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StatCounters.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StatCounters.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/stat.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StatHist.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StatHist.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/stmem.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/stmem.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/Controlled.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/Controller.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/Controller.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/Disk.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/Disk.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/Disks.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/Disks.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/forward.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/id_rewriters/file/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/id_rewriters/file/required.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/id_rewriters/file/storeid_file_rewrite.pl.in (-1 / +1 lines)
Lines 44-50 Link Here
44
44
45
=head1 COPYRIGHT
45
=head1 COPYRIGHT
46
46
47
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
47
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
48
 *
48
 *
49
 * Squid software is distributed under GPLv2+ license and includes
49
 * Squid software is distributed under GPLv2+ license and includes
50
 * contributions from numerous individuals and organizations.
50
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/id_rewriters/helpers.m4 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/id_rewriters/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/LocalSearch.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/LocalSearch.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/store/Storage.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_client.cc (-26 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 654-684 Link Here
654
    fileRead();
654
    fileRead();
655
}
655
}
656
656
657
int
658
storeClientCopyPending(store_client * sc, StoreEntry * e, void *data)
659
{
660
#if STORE_CLIENT_LIST_DEBUG
661
    assert(sc == storeClientListSearch(e->mem_obj, data));
662
#endif
663
#ifndef SILLY_CODE
664
665
    assert(sc);
666
#endif
667
668
    assert(sc->entry == e);
669
#if SILLY_CODE
670
671
    if (sc == NULL)
672
        return 0;
673
674
#endif
675
676
    if (!sc->_callback.pending())
677
        return 0;
678
679
    return 1;
680
}
681
682
/*
657
/*
683
 * This routine hasn't been optimised to take advantage of the
658
 * This routine hasn't been optimised to take advantage of the
684
 * passed sc. Yet.
659
 * passed sc. Yet.
(-)squid-5.7/src/StoreClient.h (-2 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 131-137 Link Here
131
131
132
void storeClientCopy(store_client *, StoreEntry *, StoreIOBuffer, STCB *, void *);
132
void storeClientCopy(store_client *, StoreEntry *, StoreIOBuffer, STCB *, void *);
133
store_client* storeClientListAdd(StoreEntry * e, void *data);
133
store_client* storeClientListAdd(StoreEntry * e, void *data);
134
int storeClientCopyPending(store_client *, StoreEntry * e, void *data);
135
int storeUnregister(store_client * sc, StoreEntry * e, void *data);
134
int storeUnregister(store_client * sc, StoreEntry * e, void *data);
136
int storePendingNClients(const StoreEntry * e);
135
int storePendingNClients(const StoreEntry * e);
137
int storeClientIsThisAClient(store_client * sc, void *someClient);
136
int storeClientIsThisAClient(store_client * sc, void *someClient);
(-)squid-5.7/src/store_digest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_digest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreFileSystem.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreFileSystem.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Store.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreIOBuffer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_io.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreIOState.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreIOState.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_key_md5.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_key_md5.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_log.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_log.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMeta.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMeta.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaMD5.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaMD5.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaObjSize.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaSTD.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaSTD.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaSTDLFS.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaSTDLFS.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaUnpacker.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaUnpacker.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaURL.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaURL.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaVary.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreMetaVary.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_rebuild.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_rebuild.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreSearch.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreStats.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreStats.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_swapin.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_swapin.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreSwapLogData.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StoreSwapLogData.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_swapmeta.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/store_swapout.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/String.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StrList.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/StrList.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/swap_log_op.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/TestHeaders.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/CapturingStoreEntry.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/SBufFindTest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/SBufFindTest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_access_log.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/Stub.am (-1 / +1 lines)
Lines 1-5 Link Here
1
##
1
##
2
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
##
3
##
4
## Squid software is distributed under GPLv2+ license and includes
4
## Squid software is distributed under GPLv2+ license and includes
5
## contributions from numerous individuals and organizations.
5
## contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_cache_cf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_CacheDigest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_cache_manager.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_carp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_cbdata.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_client_db.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_client_side.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_client_side_request.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_CollapsedForwarding.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_comm.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_CommIO.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_debug.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_DelayId.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_errorpage.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_ETag.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_event.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_EventLoop.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_external_acl.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_fatal.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_fd.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_gopher.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/STUB.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_helper.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_HelperChildConfig.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_http.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_HttpControlMsg.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_HttpHeader.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_HttpReply.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_HttpRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_HttpUpgradeProtocolAccess.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_icp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_internal.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_ipcache.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_ipc.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_ipc_Forwarder.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_ipc_TypedMsgHdr.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libanyp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libauth_acls.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libauth.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libcomm.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libdiskio.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_liberror.cc (+8 lines)
Lines 1-3 Link Here
1
/*
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
6
 * Please see the COPYING and CONTRIBUTORS files for details.
7
 */
8
1
#include "squid.h"
9
#include "squid.h"
2
#include "error/Error.h"
10
#include "error/Error.h"
3
#include "sbuf/SBuf.h"
11
#include "sbuf/SBuf.h"
(-)squid-5.7/src/tests/stub_libeui.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libformat.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libhttp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libicmp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libip.cc (-30 / +98 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
Lines 12-45 Link Here
12
#define STUB_API "ip/libip.la"
12
#define STUB_API "ip/libip.la"
13
#include "tests/STUB.h"
13
#include "tests/STUB.h"
14
14
15
#include "ip/Address.h"
16
Ip::Address::Address(const struct in_addr &) STUB
17
Ip::Address::Address(const struct sockaddr_in &) STUB
18
Ip::Address::Address(const struct in6_addr &) STUB
19
Ip::Address::Address(const struct sockaddr_in6 &) STUB
20
Ip::Address::Address(const struct hostent &) STUB
21
Ip::Address::Address(const struct addrinfo &) STUB
22
Ip::Address::Address(const char*) STUB
23
Ip::Address& Ip::Address::operator =(struct sockaddr_in const &) STUB_RETVAL(*this)
24
Ip::Address& Ip::Address::operator =(struct sockaddr_storage const &) STUB_RETVAL(*this)
25
Ip::Address& Ip::Address::operator =(struct in_addr const &) STUB_RETVAL(*this)
26
Ip::Address& Ip::Address::operator =(struct in6_addr const &) STUB_RETVAL(*this)
27
Ip::Address& Ip::Address::operator =(struct sockaddr_in6 const &) STUB_RETVAL(*this)
28
bool Ip::Address::operator =(const struct hostent &) STUB_RETVAL(false)
29
bool Ip::Address::operator =(const struct addrinfo &) STUB_RETVAL(false)
30
bool Ip::Address::operator =(const char *) STUB_RETVAL(false)
31
bool Ip::Address::operator ==(Ip::Address const &) const STUB_RETVAL(false)
32
bool Ip::Address::operator !=(Ip::Address const &) const STUB_RETVAL(false)
33
bool Ip::Address::operator >=(Ip::Address const &) const STUB_RETVAL(false)
34
bool Ip::Address::operator <=(Ip::Address const &) const STUB_RETVAL(false)
35
bool Ip::Address::operator >(Ip::Address const &) const STUB_RETVAL(false)
36
bool Ip::Address::operator <(Ip::Address const &) const STUB_RETVAL(false)
37
bool Ip::Address::isIPv4() const STUB_RETVAL(false)
38
bool Ip::Address::isIPv6() const STUB_RETVAL(false)
39
bool Ip::Address::isSockAddr() const STUB_RETVAL(false)
40
bool Ip::Address::isAnyAddr() const STUB_RETVAL(false)
41
bool Ip::Address::isNoAddr() const STUB_RETVAL(false)
42
bool Ip::Address::isLocalhost() const STUB_RETVAL(false)
43
bool Ip::Address::isSiteLocal6() const STUB_RETVAL(false)
44
bool Ip::Address::isSiteLocalAuto() const STUB_RETVAL(false)
45
unsigned short Ip::Address::port() const STUB
46
unsigned short Ip::Address::port(unsigned short) STUB
47
void Ip::Address::setAnyAddr() STUB
48
void Ip::Address::setNoAddr() STUB
49
void Ip::Address::setLocalhost() STUB
50
void Ip::Address::setEmpty() STUB_NOP // NOP for default constructor
51
bool Ip::Address::setIPv4() STUB_RETVAL(false)
52
int Ip::Address::cidr() const STUB_RETVAL(0)
53
int Ip::Address::applyMask(const Ip::Address &) STUB_RETVAL(0)
54
bool Ip::Address::applyMask(const unsigned int, int) STUB_RETVAL(false)
55
void Ip::Address::applyClientMask(const Ip::Address &) STUB
56
char* Ip::Address::toStr(char *, const unsigned int, int) const STUB_RETVAL(nullptr)
57
char* Ip::Address::toUrl(char *, unsigned int) const STUB_RETVAL(nullptr)
58
unsigned int Ip::Address::toHostStr(char *, const unsigned int) const STUB_RETVAL(0)
59
bool Ip::Address::fromHost(const char *) STUB_RETVAL(false)
60
bool Ip::Address::getReverseString(char [MAX_IPSTRLEN], int) const STUB_RETVAL(false)
61
int Ip::Address::matchIPAddr(const Ip::Address &) const STUB_RETVAL(0)
62
int Ip::Address::compareWhole(const Ip::Address &) const STUB_RETVAL(0)
63
void Ip::Address::getAddrInfo(struct addrinfo *&, int) const STUB
64
void Ip::Address::FreeAddr(struct addrinfo *&) STUB
65
void Ip::Address::InitAddr(struct addrinfo *&) STUB
66
bool Ip::Address::GetHostByName(const char *) STUB_RETVAL(false)
67
void Ip::Address::getSockAddr(struct sockaddr_storage &, const int) const STUB
68
void Ip::Address::getSockAddr(struct sockaddr_in &) const STUB
69
bool Ip::Address::getInAddr(struct in_addr &) const STUB_RETVAL(false)
70
void Ip::Address::getSockAddr(struct sockaddr_in6 &) const STUB
71
void Ip::Address::getInAddr(struct in6_addr &) const STUB
72
void parse_IpAddress_list_token(Ip::Address_list **, char *) STUB
73
74
//#include "ip/forward.h"
75
15
#include "ip/QosConfig.h"
76
#include "ip/QosConfig.h"
16
namespace Ip
77
CBDATA_CLASS_INIT(acl_tos);
17
{
78
acl_tos::~acl_tos() STUB
18
namespace Qos
79
CBDATA_CLASS_INIT(acl_nfmark);
19
{
80
acl_nfmark::~acl_nfmark() STUB
20
void getTosFromServer(fde *, const int) {
81
void Ip::Qos::getTosFromServer(const Comm::ConnectionPointer &, fde *) STUB
21
#if USE_QOS_TOS
82
nfmark_t Ip::Qos::getNfConnmark(const Comm::ConnectionPointer &, const ConnectionDirection) STUB_RETVAL(-1)
22
    STUB
83
bool Ip::Qos::setNfConnmark(Comm::ConnectionPointer &, const ConnectionDirection, const Ip::NfMarkConfig &) STUB_RETVAL(false)
23
#endif
84
int Ip::Qos::doTosLocalMiss(const Comm::ConnectionPointer &, const hier_code) STUB_RETVAL(-1)
24
}
85
int Ip::Qos::doNfmarkLocalMiss(const Comm::ConnectionPointer &, const hier_code) STUB_RETVAL(-1)
25
void getNfmarkFromServer(const fde *, const fde *, const int) {
86
int Ip::Qos::doTosLocalHit(const Comm::ConnectionPointer &) STUB_RETVAL(-1)
26
#if USE_QOS_NFMARK
87
int Ip::Qos::doNfmarkLocalHit(const Comm::ConnectionPointer &) STUB_RETVAL(-1)
27
    STUB
88
int Ip::Qos::setSockTos(const Comm::ConnectionPointer &, tos_t) STUB_RETVAL(-1)
28
#endif
89
int Ip::Qos::setSockTos(const int, tos_t, int) STUB_RETVAL(-1)
29
}
90
int Ip::Qos::setSockNfmark(const Comm::ConnectionPointer &, nfmark_t) STUB_RETVAL(-1)
30
#if USE_QOS_NFMARK
91
int Ip::Qos::setSockNfmark(const int, nfmark_t) STUB_RETVAL(-1)
31
int GetNfMarkCallback(enum nf_conntrack_msg_type, struct nf_conntrack *, void *) STUB_RETVAL(-1)
92
Ip::Qos::Config::Config() STUB_NOP
32
#endif
93
void Ip::Qos::Config::parseConfigLine() STUB
33
tos_t doTosLocalMiss(const int, const hier_code) STUB_RETVAL(-1)
94
void Ip::Qos::Config::dumpConfigLine(char *, const char *) const STUB
34
int doNfmarkLocalMiss(const int, const hier_code) STUB_RETVAL(-1)
95
bool Ip::Qos::Config::isAclNfmarkActive() const STUB_RETVAL(false)
35
int doTosLocalHit(const int) STUB_RETVAL(-1)
96
bool Ip::Qos::Config::isAclTosActive() const STUB_RETVAL(false)
36
int doNfmarkLocalHit(const int) STUB_RETVAL(-1)
97
Ip::Qos::Config Ip::Qos::TheConfig;
37
void parseConfigLine() STUB
98
38
void dumpConfigLine(char *, const char *) STUB
99
#include "ip/Intercept.h"
39
100
bool Ip::Intercept::ProbeForTproxy(Ip::Address &) STUB_RETVAL(false)
40
Config::Config() {STUB}
101
void Ip::Intercept::StopTransparency(const char *) STUB
41
bool Config::isAclNfmarkActive() const STUB_RETVAL(false)
102
bool Ip::Intercept::Lookup(const Comm::ConnectionPointer &newConn, const Comm::ConnectionPointer &listenConn) STUB_RETVAL(false)
42
bool Config::isAclTosActive() const STUB_RETVAL(false)
103
Ip::Intercept Ip::Interceptor;
43
}
104
44
}
105
#include "ip/NfMarkConfig.h"
106
Ip::NfMarkConfig Ip::NfMarkConfig::Parse(const SBuf &) STUB_RETSTATREF(Ip::NfMarkConfig)
107
nfmark_t Ip::NfMarkConfig::applyToMark(nfmark_t) const STUB_RETVAL(0)
108
std::ostream &operator <<(std::ostream &os, Ip::NfMarkConfig) STUB_RETVAL(os)
109
110
#include "ip/tools.h"
111
void Ip::ProbeTransport() STUB
112
int Ip::EnableIpv6 = 0;
45
113
(-)squid-5.7/src/tests/stub_liblog.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libmem.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libmgr.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libsecurity.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libsslsquid.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_libstore.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_main_cc.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_MemBuf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_mem_node.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_MemObject.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_MemStore.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_mime.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_neighbors.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_pconn.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_Port.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_redirect.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_SBuf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_SBufDetailedStats.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_stat.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_StatHist.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_stmem.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_store.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_store_client.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_store_digest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_StoreMeta.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_store_rebuild.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_store_stats.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_store_swapout.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_SwapDir.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_time.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_tools.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_tunnel.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_UdsOp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_wccp2.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_whois.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/stub_wordlist.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testACLMaxUserIP.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testACLMaxUserIP.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testBoilerplate.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testBoilerplate.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testCacheManager.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testCacheManager.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testCharacterSet.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testCharacterSet.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testConfigParser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testConfigParser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testDiskIO.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testDiskIO.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testEnumIterator.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testEnumIterator.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testEvent.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testEvent.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testEventLoop.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testEventLoop.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testHttp1Parser.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testHttp1Parser.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/test_http_range.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testHttpReply.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testHttpReply.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testHttpRequest.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testHttpRequest.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testHttpRequestMethod.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testHttpRequestMethod.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testIcmp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testIcmp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testIpAddress.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testIpAddress.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testLookupTable.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testLookupTable.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testMem.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testMem.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testNetDb.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testNetDb.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testPackableStream.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testPackableStream.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testRefCount.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testRefCount.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testRFC1035.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testRFC1035.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testRock.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testRock.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testSBuf.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testSBuf.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testSBufList.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testSBufList.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStatHist.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStatHist.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStore.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStoreController.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStoreController.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStore.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStoreHashIndex.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStoreHashIndex.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStoreSupport.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testStoreSupport.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testString.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testString.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/TestSwapDir.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/TestSwapDir.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testTokenizer.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testTokenizer.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testUfs.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testUfs.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testUriScheme.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testUriScheme.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testURL.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testURL.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testYesNoNone.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tests/testYesNoNone.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/time.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/TimeOrTag.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tools.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tools.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Transients.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/Transients.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/tunnel.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/typedefs.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/ufsdump.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/unlinkd.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/unlinkd_daemon.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/unlinkd.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/urn.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/urn.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/wccp2.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/wccp2.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/wccp.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/wccp.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/whois.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/whois.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/win32.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/win32.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/WinSvc.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/WinSvc.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/wordlist.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/wordlist.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/XactionInitiator.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/XactionInitiator.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/src/XactionStep.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/debug.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/ESIExpressions.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/membanger.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/mem_hdr_test.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/mem_node_test.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/splay.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/squidconf/bug4832 (+7 lines)
Lines 1-2 Link Here
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
5
## Please see the COPYING and CONTRIBUTORS files for details.
6
##
7
1
auth_param basic /dev/null
8
auth_param basic /dev/null
2
auth_schemes basic all
9
auth_schemes basic all
(-)squid-5.7/test-suite/squidconf/external_acl_type (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/squidconf/mgr_passwd (-1 / +1 lines)
Lines 1-4 Link Here
1
# Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/squidconf/regex (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/squidconf/regressions-3.3 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/squidconf/regressions-3.4.0.1 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/squidconf/regressions-3.5.0.2 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/squidconf/regressions-4.0.18 (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/squidconf/time_units (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/syntheticoperators.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/tcp-banger2.c (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/testheaders.sh (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/test_tools.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/test-suite/VirtualDeleteOperator.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/apparmor/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/apparmor/usr.sbin.squid (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/cachemgr.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/cachemgr.cgi.8.in (-1 / +1 lines)
Lines 54-60 Link Here
54
.
54
.
55
.SH COPYRIGHT
55
.SH COPYRIGHT
56
.PP
56
.PP
57
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
57
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
58
 *
58
 *
59
 * Squid software is distributed under GPLv2+ license and includes
59
 * Squid software is distributed under GPLv2+ license and includes
60
 * contributions from numerous individuals and organizations.
60
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/cachemgr.conf (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/helper-mux/helper-mux.pl.in (-1 / +1 lines)
Lines 54-60 Link Here
54
54
55
=head1 COPYRIGHT
55
=head1 COPYRIGHT
56
56
57
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
57
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
58
 *
58
 *
59
 * Squid software is distributed under GPLv2+ license and includes
59
 * Squid software is distributed under GPLv2+ license and includes
60
 * contributions from numerous individuals and organizations.
60
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/helper-mux/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/helper-ok-dying.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/helper-ok.pl (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/conffile.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/conffile.hh (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/convert.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/convert.hh (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/copyout.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/copyout.hh (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/purge.1 (-1 / +1 lines)
Lines 260-266 Link Here
260
.
260
.
261
.SH COPYRIGHT
261
.SH COPYRIGHT
262
.PP
262
.PP
263
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
263
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
264
 *
264
 *
265
 * Squid software is distributed under GPLv2+ license and includes
265
 * Squid software is distributed under GPLv2+ license and includes
266
 * contributions from numerous individuals and organizations.
266
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/purge.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/signal.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/signal.hh (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/socket.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/socket.hh (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/squid-tlv.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/purge/squid-tlv.hh (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/gssapi_support.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/gssapi_support.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/Parameters.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/Ping.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/Ping.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/squidclient.1 (-1 / +1 lines)
Lines 236-242 Link Here
236
.
236
.
237
.SH COPYRIGHT
237
.SH COPYRIGHT
238
.PP
238
.PP
239
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
239
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
240
 *
240
 *
241
 * Squid software is distributed under GPLv2+ license and includes
241
 * Squid software is distributed under GPLv2+ license and includes
242
 * contributions from numerous individuals and organizations.
242
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/squidclient.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/Transport.cc (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/squidclient/Transport.h (-1 / +1 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
2
 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
 *
3
 *
4
 * Squid software is distributed under GPLv2+ license and includes
4
 * Squid software is distributed under GPLv2+ license and includes
5
 * contributions from numerous individuals and organizations.
5
 * contributions from numerous individuals and organizations.
(-)squid-5.7/tools/systemd/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/systemd/squid.service (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/sysvinit/Makefile.am (-1 / +1 lines)
Lines 1-4 Link Here
1
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
1
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2
##
2
##
3
## Squid software is distributed under GPLv2+ license and includes
3
## Squid software is distributed under GPLv2+ license and includes
4
## contributions from numerous individuals and organizations.
4
## contributions from numerous individuals and organizations.
(-)squid-5.7/tools/sysvinit/squid.rc (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4
##
4
##
5
## Squid software is distributed under GPLv2+ license and includes
5
## Squid software is distributed under GPLv2+ license and includes
6
## contributions from numerous individuals and organizations.
6
## contributions from numerous individuals and organizations.

Return to bug 46412