diff options
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"; } // |