mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-06 10:55:59 +02:00
Merge branch 'poco-1.11.2' into poco-1.12.0
This commit is contained in:
commit
b901e6a19f
@ -36,7 +36,7 @@
|
|||||||
#include <istream>
|
#include <istream>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
using namespace Poco::Net;
|
using namespace Poco::Net;
|
||||||
using Poco::Util::Application;
|
using Poco::Util::Application;
|
||||||
|
@ -216,7 +216,7 @@ protected:
|
|||||||
helpFormatter.setHeader(
|
helpFormatter.setHeader(
|
||||||
"\n"
|
"\n"
|
||||||
"The POCO C++ Server Page Compiler.\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"
|
"All rights reserved.\n\n"
|
||||||
"This program compiles web pages containing embedded C++ code "
|
"This program compiles web pages containing embedded C++ code "
|
||||||
"into a C++ class that can be used with the HTTP server "
|
"into a C++ class that can be used with the HTTP server "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user