Commit efa309ad authored by Mike Gabriel's avatar Mike Gabriel

nxcomp/Loop.cpp: We have GetCopyrightInfo() in Misc.cpp, so why not use it?…

nxcomp/Loop.cpp: We have GetCopyrightInfo() in Misc.cpp, so why not use it? Also: point to ArcticaProject/nx-libs namespace on Github for further information.
parent 3520015b
...@@ -13925,8 +13925,8 @@ void PrintProcessInfo() ...@@ -13925,8 +13925,8 @@ void PrintProcessInfo()
<< "." << control -> LocalVersionMinor << "." << "." << control -> LocalVersionMinor << "."
<< control -> LocalVersionPatch << "\n\n"; << control -> LocalVersionPatch << "\n\n";
cerr << "Copyright (C) 2001, 2010 NoMachine.\n" cerr << GetCopyrightInfo()
<< "See http://www.nomachine.com/ for more information.\n\n"; << "See https://github.com/ArcticaProject/nx-libs for more information.\n\n";
} }
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment