Skip to content

Commit

Permalink
chore: bump version and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Feb 1, 2024
1 parent df57176 commit 12b7516
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions WebTunnel/WebTunnelAgent/src/WebTunnelAgent.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion WebTunnel/WebTunnelAgentLib/src/Tunnel.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion WebTunnel/WebTunnelAgentLib/src/webtunnelagent.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions WebTunnel/WebTunnelClient/src/WebTunnelClient.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -292,7 +292,7 @@ class WebTunnelClient: public Poco::Util::ServerApplication
helpFormatter.setUsage("OPTIONS <Remote-URI>"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"
Expand Down
2 changes: 1 addition & 1 deletion WebTunnel/WebTunnelClientLib/src/webtunnelclient.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions WebTunnel/WebTunnelRDP/src/WebTunnelRDP.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -247,7 +247,7 @@ class WebTunnelRDP: public Poco::Util::Application
helpFormatter.setUsage("OPTIONS <Remote-URI> [-- 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"
Expand Down
4 changes: 2 additions & 2 deletions WebTunnel/WebTunnelSCP/src/WebTunnelSCP.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -259,7 +259,7 @@ class WebTunnelSCP: public Poco::Util::Application
helpFormatter.setUsage("OPTIONS [-- SCP-OPTIONS] <source...> <target>"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"
Expand Down
4 changes: 2 additions & 2 deletions WebTunnel/WebTunnelSFTP/src/WebTunnelSFTP.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -271,7 +271,7 @@ class WebTunnelSFTP: public Poco::Util::Application
helpFormatter.setUsage("OPTIONS <Remote-URI> [-- 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"
Expand Down
4 changes: 2 additions & 2 deletions WebTunnel/WebTunnelSSH/src/WebTunnelSSH.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -298,7 +298,7 @@ class WebTunnelSSH: public Poco::Util::Application
helpFormatter.setUsage("OPTIONS <Remote-URI> [-- 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"
Expand Down
4 changes: 2 additions & 2 deletions WebTunnel/WebTunnelVNC/src/WebTunnelVNC.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -230,7 +230,7 @@ class WebTunnelVNC: public Poco::Util::Application
helpFormatter.setUsage("OPTIONS <Remote-URI> [-- 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"
Expand Down

0 comments on commit 12b7516

Please sign in to comment.