From 42bb5d92d0c87389e9cdc8c3b855756587c45aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 17 Apr 2022 08:13:04 +0200 Subject: [PATCH 1/2] remove unused include --- NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp index e68d37b10..10d958b06 100644 --- a/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp +++ b/NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp @@ -36,7 +36,7 @@ #include #include #include -#include + using namespace Poco::Net; using Poco::Util::Application; From 6da3186911c0e03a87a5ce4346e36bf4c78b2225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 17 Apr 2022 08:15:10 +0200 Subject: [PATCH 2/2] updated copyright date --- PageCompiler/src/PageCompiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PageCompiler/src/PageCompiler.cpp b/PageCompiler/src/PageCompiler.cpp index c90673eec..ccb35283b 100644 --- a/PageCompiler/src/PageCompiler.cpp +++ b/PageCompiler/src/PageCompiler.cpp @@ -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 "