diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-08-24 16:29:46 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-08-24 16:30:26 +0200 |
commit | efa309addd1de66f51158a327a7c093320892377 (patch) | |
tree | 412197aace365b76ef58c8af7fd2799b682e474b /nxcomp | |
parent | 3520015b4527fbad46498931b7901353aa76c840 (diff) | |
download | nx-libs-efa309addd1de66f51158a327a7c093320892377.tar.gz nx-libs-efa309addd1de66f51158a327a7c093320892377.tar.bz2 nx-libs-efa309addd1de66f51158a327a7c093320892377.zip |
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.
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/Loop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp index 34ba2a32e..3d0f8da7e 100644 --- a/nxcomp/Loop.cpp +++ b/nxcomp/Loop.cpp @@ -13925,8 +13925,8 @@ void PrintProcessInfo() << "." << control -> LocalVersionMinor << "." << control -> LocalVersionPatch << "\n\n"; - cerr << "Copyright (C) 2001, 2010 NoMachine.\n" - << "See http://www.nomachine.com/ for more information.\n\n"; + cerr << GetCopyrightInfo() + << "See https://github.com/ArcticaProject/nx-libs for more information.\n\n"; } // |