From: squidadm Date: Mon, 18 Feb 2019 18:10:26 +0000 (+0000) Subject: Maintenance 5 (#366) X-Git-Tag: M-staged-PR366 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8baed639e28be15ba4bdda015e44617cf9f20887;p=thirdparty%2Fsquid.git Maintenance 5 (#366) --- diff --git a/src/helper/ReservationId.cc b/src/helper/ReservationId.cc index b3888b5617..11d48f4c16 100644 --- a/src/helper/ReservationId.cc +++ b/src/helper/ReservationId.cc @@ -14,3 +14,4 @@ Helper::ReservationId::print(std::ostream &os) const { return os << "hlpRes" << id; } + diff --git a/src/helper/ReservationId.h b/src/helper/ReservationId.h index d2d19af018..bab60a2568 100644 --- a/src/helper/ReservationId.h +++ b/src/helper/ReservationId.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 1996-2017 The Squid Software Foundation and contributors + * Copyright (C) 1996-2019 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. @@ -61,3 +61,4 @@ struct hash } #endif + diff --git a/src/proxyp/Elements.cc b/src/proxyp/Elements.cc index 60daea5321..a7c0a20efb 100644 --- a/src/proxyp/Elements.cc +++ b/src/proxyp/Elements.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2018 The Squid Software Foundation and contributors + * Copyright (C) 1996-2019 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/src/proxyp/Elements.h b/src/proxyp/Elements.h index ffd7b47b5f..aad90eb5d1 100644 --- a/src/proxyp/Elements.h +++ b/src/proxyp/Elements.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2018 The Squid Software Foundation and contributors + * Copyright (C) 1996-2019 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/src/proxyp/Header.cc b/src/proxyp/Header.cc index 468e0cef9c..da3aef46a3 100644 --- a/src/proxyp/Header.cc +++ b/src/proxyp/Header.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2018 The Squid Software Foundation and contributors + * Copyright (C) 1996-2019 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/src/proxyp/Header.h b/src/proxyp/Header.h index 8b01fd0816..b5f12d4503 100644 --- a/src/proxyp/Header.h +++ b/src/proxyp/Header.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2018 The Squid Software Foundation and contributors + * Copyright (C) 1996-2019 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/src/proxyp/Makefile.am b/src/proxyp/Makefile.am index 0632aab7c5..026a0597cb 100644 --- a/src/proxyp/Makefile.am +++ b/src/proxyp/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 1996-2018 The Squid Software Foundation and contributors +## Copyright (C) 1996-2019 The Squid Software Foundation and contributors ## ## Squid software is distributed under GPLv2+ license and includes ## contributions from numerous individuals and organizations. diff --git a/src/proxyp/Parser.cc b/src/proxyp/Parser.cc index ef1f282311..cbd1f33f7a 100644 --- a/src/proxyp/Parser.cc +++ b/src/proxyp/Parser.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2018 The Squid Software Foundation and contributors + * Copyright (C) 1996-2019 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/src/proxyp/Parser.h b/src/proxyp/Parser.h index 06d4c40a96..2cef004b34 100644 --- a/src/proxyp/Parser.h +++ b/src/proxyp/Parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2018 The Squid Software Foundation and contributors + * Copyright (C) 1996-2019 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. diff --git a/src/proxyp/forward.h b/src/proxyp/forward.h index 7c69999378..6f9ecffd86 100644 --- a/src/proxyp/forward.h +++ b/src/proxyp/forward.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2018 The Squid Software Foundation and contributors + * Copyright (C) 1996-2019 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations.