Skip to content

Commit

Permalink
chore(MacchinaServer): identify as GPL-licensed version
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Mar 17, 2024
1 parent 3eaf2b4 commit f9ccae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/src/MacchinaServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class MacchinaServer: public ServerApplication
_symbolicNames(symbolicNames)
{
}

// BundleFilter
bool accept(Poco::OSP::Bundle::Ptr pBundle)
{
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f9ccae6

Please sign in to comment.