From f9ccae66168717a02bd3f522bd9dda0d04cb9c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 17 Mar 2024 14:19:42 +0800 Subject: [PATCH] chore(MacchinaServer): identify as GPL-licensed version --- server/src/MacchinaServer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/src/MacchinaServer.cpp b/server/src/MacchinaServer.cpp index 24eb57e3a..1ac9f0829 100644 --- a/server/src/MacchinaServer.cpp +++ b/server/src/MacchinaServer.cpp @@ -112,7 +112,7 @@ class MacchinaServer: public ServerApplication _symbolicNames(symbolicNames) { } - + // BundleFilter bool accept(Poco::OSP::Bundle::Ptr pBundle) { @@ -190,7 +190,7 @@ class MacchinaServer: public ServerApplication " ooooooooo oo oo \n" " ooooooo oo oo \n" "\n" - " macchina.io EDGE Server\n" + " macchina.io EDGE Server [GPL]\n" "\n" " Copyright (c) 2015-2024 by Applied Informatics Software Engineering GmbH.\n" " All rights reserved.\n"s @@ -270,7 +270,7 @@ class MacchinaServer: public ServerApplication helpFormatter.setUsage("OPTIONS"s); helpFormatter.setHeader( "\n" - "The macchina.io EDGE Server.\n" + "The macchina.io EDGE Server [GPL].\n" "Copyright (c) 2015-2024 by Applied Informatics Software Engineering GmbH.\n" "All rights reserved.\n\n" "The following command line options are supported:"s