aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-08-24 16:17:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-08-24 16:17:24 +0200
commit3520015b4527fbad46498931b7901353aa76c840 (patch)
tree72ffce9b283f2e588f04b1d8c1dc47caa6206018
parente2011608fc9f6142e1d84292655fca62f7f57363 (diff)
downloadnx-libs-3520015b4527fbad46498931b7901353aa76c840.tar.gz
nx-libs-3520015b4527fbad46498931b7901353aa76c840.tar.bz2
nx-libs-3520015b4527fbad46498931b7901353aa76c840.zip
hw/nxagent/Init.c: Fix copy+paste flaw when re-arranging copyright information as display by nxagent.
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Init.c b/nx-X11/programs/Xserver/hw/nxagent/Init.c
index d740fcc26..52f98d8dd 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Init.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Init.c
@@ -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");