From efa309addd1de66f51158a327a7c093320892377 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 24 Aug 2016 16:29:46 +0200 Subject: 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. --- nxcomp/Loop.cpp | 4 ++-- 1 file 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"; } // -- cgit v1.2.3