From a8e4d9513181007f3a1e44648cd1aab0e2d3271f Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 9 Feb 2020 22:55:34 +0100 Subject: [PATCH] Update copyright in --help text Fixes #259 --- server/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.cpp b/server/main.cpp index db5e5342..f12339ec 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -90,7 +90,7 @@ int main(int argc, char *argv[]) "for your environment.\n\n"); applicationDescription.append(QString("nymead %1 %2 %3 nymea GmbH\n" - "Released under the GNU GENERAL PUBLIC LICENSE Version 2.\n\n" + "Released under the GNU GENERAL PUBLIC LICENSE Version 3.\n\n" "API version: %4\n").arg(NYMEA_VERSION_STRING).arg(QChar(0xA9)).arg(COPYRIGHT_YEAR_STRING).arg(JSON_PROTOCOL_VERSION)); parser.setApplicationDescription(applicationDescription);