aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-08-26 12:40:49 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-08-26 12:40:49 +0200
commit01ebcfa35418337c96c46965eb0c6831c2096538 (patch)
treed5b3d9145dcfb8215c5273aa27b33c3f1d4dc259
parentefa309addd1de66f51158a327a7c093320892377 (diff)
downloadnx-libs-01ebcfa35418337c96c46965eb0c6831c2096538.tar.gz
nx-libs-01ebcfa35418337c96c46965eb0c6831c2096538.tar.bz2
nx-libs-01ebcfa35418337c96c46965eb0c6831c2096538.zip
nxcomp/Loop.cpp: Mention DXPC copyright holders on application (i.e. nxproxy) start-up.
-rw-r--r--nxcomp/Loop.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp
index 3d0f8da7e..7e67e3450 100644
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -13926,6 +13926,9 @@ void PrintProcessInfo()
<< control -> LocalVersionPatch << "\n\n";
cerr << GetCopyrightInfo()
+ << "\n"
+ << GetOtherCopyrightInfo()
+ << "\n"
<< "See https://github.com/ArcticaProject/nx-libs for more information.\n\n";
}