Merge PR #266: Update copyright in --help text

pull/271/head
Jenkins nymea 2020-02-23 23:38:29 +01:00
commit 7a5f2c66b9
1 changed files with 1 additions and 1 deletions

View File

@ -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);