Fix licensing printout on start
This commit is contained in:
@@ -51,7 +51,7 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
log("ColumnLynx Client, Version " + getVersion());
|
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();
|
LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ int main(int argc, char** argv) {
|
|||||||
sigaction(SIGTERM, &action, nullptr);*/
|
sigaction(SIGTERM, &action, nullptr);*/
|
||||||
|
|
||||||
log("ColumnLynx Server, Version " + getVersion());
|
log("ColumnLynx Server, 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.");
|
||||||
|
|
||||||
// Generate a temporary keypair, replace with actual CA signed keys later (Note, these are stored in memory)
|
// Generate a temporary keypair, replace with actual CA signed keys later (Note, these are stored in memory)
|
||||||
LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();
|
LibSodiumWrapper sodiumWrapper = LibSodiumWrapper();
|
||||||
|
|||||||
Reference in New Issue
Block a user