From: squidadm Date: Thu, 19 Mar 2020 12:13:07 +0000 (+0000) Subject: Source Format Enforcement (#571) X-Git-Tag: 4.15-20210522-snapshot~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5316557c38152c886e1a7b9ac0b44ed5245d958;p=thirdparty%2Fsquid.git Source Format Enforcement (#571) --- diff --git a/doc/release-notes/release-6.sgml b/doc/release-notes/release-6.sgml index e98ba9f35f..6071656bc3 100644 --- a/doc/release-notes/release-6.sgml +++ b/doc/release-notes/release-6.sgml @@ -162,7 +162,7 @@ This section gives an account of those changes in three categories: Copyright

-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/cache_cf.cc b/src/cache_cf.cc index fe6b5822c2..7a02b8cb83 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -4960,7 +4960,7 @@ ParseUrlRewriteTimeout() const auto defaultParsed = parseTimeUnit(T_SECOND_STR, parsedUnitDuration); assert(defaultParsed); debugs(3, DBG_PARSE_NOTE(DBG_IMPORTANT), ConfigParser::CurrentLocation() << - ": WARNING: missing time unit, using deprecated default '" << T_SECOND_STR << "'"); + ": WARNING: missing time unit, using deprecated default '" << T_SECOND_STR << "'"); } const auto nanoseconds = CheckTimeValue(parsedTimeValue, parsedUnitDuration); diff --git a/test-suite/squidconf/time_units b/test-suite/squidconf/time_units index 71f224b478..99ab5d18b3 100644 --- a/test-suite/squidconf/time_units +++ b/test-suite/squidconf/time_units @@ -1,4 +1,4 @@ -## 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.