Fix licensing printout on start

This commit is contained in:
DcruBro
2025-11-10 21:00:37 +01:00
parent a92b9de15d
commit 9252425bdf
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ int main(int argc, char** argv) {
try {
log("ColumnLynx Client, Version " + getVersion());
log("This software is licensed under the GPLv3. See LICENSE for details.");
log("This software is licensed under the GPLv2 only OR the GPLv3. See LICENSE for details.");
LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();