Merge branch 'poco-1.11.2' into poco-1.12.0

This commit is contained in:
Alex Fabijanic 2022-04-17 19:55:49 +02:00
commit b901e6a19f
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
#include <istream>
#include <ostream>
#include <sstream>
#include <iostream>
using namespace Poco::Net;
using Poco::Util::Application;

View File

@ -216,7 +216,7 @@ protected:
helpFormatter.setHeader(
"\n"
"The POCO C++ Server Page Compiler.\n"
"Copyright (c) 2008-2021 by Applied Informatics Software Engineering GmbH.\n"
"Copyright (c) 2008-2022 by Applied Informatics Software Engineering GmbH.\n"
"All rights reserved.\n\n"
"This program compiles web pages containing embedded C++ code "
"into a C++ class that can be used with the HTTP server "