From: squidadm Date: Sat, 20 Jun 2020 09:54:27 +0000 (+1200) Subject: Source Format Enforcement (#674) X-Git-Tag: SQUID_5_0_4~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c87f82704ea022a8c95e7f5dc3e2506bfdb9e81;p=thirdparty%2Fsquid.git Source Format Enforcement (#674) --- diff --git a/src/HttpUpgradeProtocolAccess.cc b/src/HttpUpgradeProtocolAccess.cc index 212119a9ce..e8a8de5e36 100644 --- a/src/HttpUpgradeProtocolAccess.cc +++ b/src/HttpUpgradeProtocolAccess.cc @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2019 The Squid Software Foundation and contributors + * Copyright (C) 1996-2020 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/HttpUpgradeProtocolAccess.h b/src/HttpUpgradeProtocolAccess.h index 3721c7256b..c232ccee29 100644 --- a/src/HttpUpgradeProtocolAccess.h +++ b/src/HttpUpgradeProtocolAccess.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2019 The Squid Software Foundation and contributors + * Copyright (C) 1996-2020 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/tests/Stub.list b/src/tests/Stub.list index f17c4ab420..6a70bd1ca8 100644 --- a/src/tests/Stub.list +++ b/src/tests/Stub.list @@ -37,6 +37,7 @@ STUB_SOURCE= tests/STUB.h \ tests/stub_HttpHeader.cc \ tests/stub_HttpReply.cc \ tests/stub_HttpRequest.cc \ + tests/stub_HttpUpgradeProtocolAccess.cc \ tests/stub_icp.cc \ tests/stub_internal.cc \ tests/stub_ipcache.cc \