aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nxcomp/Loop.cpp4
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";
}
//