diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-08-26 12:40:49 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-08-26 12:40:49 +0200 |
commit | 01ebcfa35418337c96c46965eb0c6831c2096538 (patch) | |
tree | d5b3d9145dcfb8215c5273aa27b33c3f1d4dc259 /nxcomp | |
parent | efa309addd1de66f51158a327a7c093320892377 (diff) | |
download | nx-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.
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/Loop.cpp | 3 |
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"; } |