Commit 3520015b authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Init.c: Fix copy+paste flaw when re-arranging copyright information…

hw/nxagent/Init.c: Fix copy+paste flaw when re-arranging copyright information as display by nxagent.
parent e2011608
......@@ -239,8 +239,8 @@ void InitOutput(ScreenInfo *screenInfo, int argc, char *argv[])
fprintf(stderr, "\nNXAGENT - Version " NXAGENT_VERSION_STRING "\n\n");
fprintf(stderr, "Copyright (c) 2001, 2011 NoMachine (http://www.nomachine.com)\n");
fprintf(stderr, "Copyright (c) 2008-2014 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>\n");
fprintf(stderr, "Copyright (c) 2014-2016 Ulrich Sibiller <uli42@gmx.de> \n");
fprintf(stderr, "COPYRIGHT_ULI\n");
fprintf(stderr, "Copyright (c) 2011-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>\n");
fprintf(stderr, "Copyright (c) 2014-2016 Ulrich Sibiller <uli42@gmx.de>\n");
fprintf(stderr, "Copyright (c) 2014-2016 Mihai Moldovan <ionic@ionic.de>\n");
fprintf(stderr, "Copyright (c) 2015-2016 Qindel Group (http://www.qindel.com)\n");
fprintf(stderr, "See https://github.com/ArcticaProject/nx-libs for more information.\n\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment