<sect>Copyright
<p>
-Copyright (C) 1996-2019 The Squid Software Foundation and contributors
+Copyright (C) 1996-2020 The Squid Software Foundation and contributors
<p>
Squid software is distributed under GPLv2+ license and includes
contributions from numerous individuals and organizations.
const auto defaultParsed = parseTimeUnit<Seconds>(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);
-## 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.