diff --git a/WebTunnel/WebTunnelAgent/src/WebTunnelAgent.cpp b/WebTunnel/WebTunnelAgent/src/WebTunnelAgent.cpp index e42a5866..facd2409 100644 --- a/WebTunnel/WebTunnelAgent/src/WebTunnelAgent.cpp +++ b/WebTunnel/WebTunnelAgent/src/WebTunnelAgent.cpp @@ -1,7 +1,7 @@ // // WebTunnelAgent.cpp // -// Copyright (c) 2013-2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2013-2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 @@ -231,7 +231,7 @@ class WebTunnelAgent: public Poco::Util::ServerApplication helpFormatter.setUsage("OPTIONS"s); helpFormatter.setHeader("\n" "macchina.io REMOTE Device Agent.\n" - "Copyright (c) 2013-2023 by Applied Informatics Software Engineering GmbH.\n" + "Copyright (c) 2013-2024 by Applied Informatics Software Engineering GmbH.\n" "All rights reserved.\n\n" "This application is used to forward local TCP ports to remote\n" "clients via the macchina.io REMOTE.\n\n" @@ -978,7 +978,7 @@ class WebTunnelAgent: public Poco::Util::ServerApplication const std::string WebTunnelAgent::SEC_WEBSOCKET_PROTOCOL("Sec-WebSocket-Protocol"); const std::string WebTunnelAgent::WEBTUNNEL_PROTOCOL("com.appinf.webtunnel.server/1.0"); -const std::string WebTunnelAgent::WEBTUNNEL_AGENT("WebTunnelAgent/1.17.0"); +const std::string WebTunnelAgent::WEBTUNNEL_AGENT("WebTunnelAgent/1.17.2"); POCO_SERVER_MAIN(WebTunnelAgent) diff --git a/WebTunnel/WebTunnelAgentLib/src/Tunnel.cpp b/WebTunnel/WebTunnelAgentLib/src/Tunnel.cpp index e1173b33..e0b907d3 100644 --- a/WebTunnel/WebTunnelAgentLib/src/Tunnel.cpp +++ b/WebTunnel/WebTunnelAgentLib/src/Tunnel.cpp @@ -1,7 +1,7 @@ // // Tunnel.cpp // -// Copyright (c) 2015-2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2015-2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 diff --git a/WebTunnel/WebTunnelAgentLib/src/webtunnelagent.cpp b/WebTunnel/WebTunnelAgentLib/src/webtunnelagent.cpp index 75900426..95f214b9 100644 --- a/WebTunnel/WebTunnelAgentLib/src/webtunnelagent.cpp +++ b/WebTunnel/WebTunnelAgentLib/src/webtunnelagent.cpp @@ -1,7 +1,7 @@ // // webtunnelagent.cpp // -// Copyright (c) 2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 diff --git a/WebTunnel/WebTunnelClient/src/WebTunnelClient.cpp b/WebTunnel/WebTunnelClient/src/WebTunnelClient.cpp index 0e22154f..3f500c1f 100644 --- a/WebTunnel/WebTunnelClient/src/WebTunnelClient.cpp +++ b/WebTunnel/WebTunnelClient/src/WebTunnelClient.cpp @@ -1,7 +1,7 @@ // // WebTunnelClient.cpp // -// Copyright (c) 2013-2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2013-2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 @@ -292,7 +292,7 @@ class WebTunnelClient: public Poco::Util::ServerApplication helpFormatter.setUsage("OPTIONS "s); helpFormatter.setHeader("\n" "macchina.io REMOTE Client.\n" - "Copyright (c) 2013-2023 by Applied Informatics Software Engineering GmbH.\n" + "Copyright (c) 2013-2024 by Applied Informatics Software Engineering GmbH.\n" "All rights reserved.\n\n" "This application is used to forward a remote TCP port to the local\n" "host via the macchina.io REMOTE server.\n\n" diff --git a/WebTunnel/WebTunnelClientLib/src/webtunnelclient.cpp b/WebTunnel/WebTunnelClientLib/src/webtunnelclient.cpp index 97877530..d3c1d95c 100644 --- a/WebTunnel/WebTunnelClientLib/src/webtunnelclient.cpp +++ b/WebTunnel/WebTunnelClientLib/src/webtunnelclient.cpp @@ -1,7 +1,7 @@ // // webtunnelclient.cpp // -// Copyright (c) 2020-2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2020-2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 diff --git a/WebTunnel/WebTunnelRDP/src/WebTunnelRDP.cpp b/WebTunnel/WebTunnelRDP/src/WebTunnelRDP.cpp index de4c3631..c915f670 100644 --- a/WebTunnel/WebTunnelRDP/src/WebTunnelRDP.cpp +++ b/WebTunnel/WebTunnelRDP/src/WebTunnelRDP.cpp @@ -1,7 +1,7 @@ // // WebTunnelRDP.cpp // -// Copyright (c) 2015-2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2015-2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 @@ -247,7 +247,7 @@ class WebTunnelRDP: public Poco::Util::Application helpFormatter.setUsage("OPTIONS [-- RDP-OPTIONS]"s); helpFormatter.setHeader("\n" "macchina.io REMOTE RDP Client.\n" - "Copyright (c) 2019-2023 by Applied Informatics Software Engineering GmbH.\n" + "Copyright (c) 2019-2024 by Applied Informatics Software Engineering GmbH.\n" "All rights reserved.\n\n" "This application is used to launch a Remote Desktop connection to a remote\n" "host via the macchina.io REMOTE server.\n\n" diff --git a/WebTunnel/WebTunnelSCP/src/WebTunnelSCP.cpp b/WebTunnel/WebTunnelSCP/src/WebTunnelSCP.cpp index a2c51dca..f09cbf70 100644 --- a/WebTunnel/WebTunnelSCP/src/WebTunnelSCP.cpp +++ b/WebTunnel/WebTunnelSCP/src/WebTunnelSCP.cpp @@ -1,7 +1,7 @@ // // WebTunnelSCP.cpp // -// Copyright (c) 2014-2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2014-2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 @@ -259,7 +259,7 @@ class WebTunnelSCP: public Poco::Util::Application helpFormatter.setUsage("OPTIONS [-- SCP-OPTIONS] "s); helpFormatter.setHeader("\n" "macchina.io REMOTE SCP Client.\n" - "Copyright (c) 2021-2023 by Applied Informatics Software Engineering GmbH.\n" + "Copyright (c) 2021-2024 by Applied Informatics Software Engineering GmbH.\n" "All rights reserved.\n\n" "This application is used to launch a SCP (Secure/SSH File Copy)\n" "connection to a remote host via the macchina.io REMOTE server.\n\n" diff --git a/WebTunnel/WebTunnelSFTP/src/WebTunnelSFTP.cpp b/WebTunnel/WebTunnelSFTP/src/WebTunnelSFTP.cpp index 44edb23f..62104605 100644 --- a/WebTunnel/WebTunnelSFTP/src/WebTunnelSFTP.cpp +++ b/WebTunnel/WebTunnelSFTP/src/WebTunnelSFTP.cpp @@ -1,7 +1,7 @@ // // WebTunnelSFTP.cpp // -// Copyright (c) 2014-2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2014-2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 @@ -271,7 +271,7 @@ class WebTunnelSFTP: public Poco::Util::Application helpFormatter.setUsage("OPTIONS [-- SFTP-OPTIONS]"s); helpFormatter.setHeader("\n" "macchina.io REMOTE SFTP Client.\n" - "Copyright (c) 2021-2023 by Applied Informatics Software Engineering GmbH.\n" + "Copyright (c) 2021-2024 by Applied Informatics Software Engineering GmbH.\n" "All rights reserved.\n\n" "This application is used to launch a SFTP (Secure/SSH File Transfer Protocol)\n" "connection to a remote host via the macchina.io REMOTE server.\n\n" diff --git a/WebTunnel/WebTunnelSSH/src/WebTunnelSSH.cpp b/WebTunnel/WebTunnelSSH/src/WebTunnelSSH.cpp index 9bee04b3..06352035 100644 --- a/WebTunnel/WebTunnelSSH/src/WebTunnelSSH.cpp +++ b/WebTunnel/WebTunnelSSH/src/WebTunnelSSH.cpp @@ -1,7 +1,7 @@ // // WebTunnelSSH.cpp // -// Copyright (c) 2014-2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2014-2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 @@ -298,7 +298,7 @@ class WebTunnelSSH: public Poco::Util::Application helpFormatter.setUsage("OPTIONS [-- SSH-OPTIONS]"s); helpFormatter.setHeader("\n" "macchina.io REMOTE SSH Client.\n" - "Copyright (c) 2014-2023 by Applied Informatics Software Engineering GmbH.\n" + "Copyright (c) 2014-2024 by Applied Informatics Software Engineering GmbH.\n" "All rights reserved.\n\n" "This application is used to launch a SSH connection to a remote\n" "host via the macchina.io REMOTE server.\n\n" diff --git a/WebTunnel/WebTunnelVNC/src/WebTunnelVNC.cpp b/WebTunnel/WebTunnelVNC/src/WebTunnelVNC.cpp index 8f8a554b..c9ac8560 100644 --- a/WebTunnel/WebTunnelVNC/src/WebTunnelVNC.cpp +++ b/WebTunnel/WebTunnelVNC/src/WebTunnelVNC.cpp @@ -1,7 +1,7 @@ // // WebTunnelVNC.cpp // -// Copyright (c) 2015-2023, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2015-2024, Applied Informatics Software Engineering GmbH. // All rights reserved. // // SPDX-License-Identifier: BSL-1.0 @@ -230,7 +230,7 @@ class WebTunnelVNC: public Poco::Util::Application helpFormatter.setUsage("OPTIONS [-- VNC-OPTIONS]"s); helpFormatter.setHeader("\n" "macchina.io REMOTE VNC Client.\n" - "Copyright (c) 2015-2023 by Applied Informatics Software Engineering GmbH.\n" + "Copyright (c) 2015-2024 by Applied Informatics Software Engineering GmbH.\n" "All rights reserved.\n\n" "This application is used to launch a VNC connection to a remote\n" "host via the macchina.io REMOTE server.\n\n"