~siretart/x2go/x2goagent-FAU-trunk

« back to all changes in this revision

Viewing changes to programs/Xserver/hw/nxagent/Init.c

  • Committer: Reinhard Tartler
  • Author(s): Oleksandr Shneyder
  • Date: 2011-01-26 14:03:44 UTC
  • Revision ID: git-v1:a62de702bab4b5d28919fda241f1169482111e8c
Imported Debian patch 3.4.0-5-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**************************************************************************/
2
2
/*                                                                        */
3
 
/* Copyright (c) 2001, 2009 NoMachine, http://www.nomachine.com/.         */
 
3
/* Copyright (c) 2001, 2010 NoMachine, http://www.nomachine.com/.         */
4
4
/*                                                                        */
5
5
/* NXAGENT, NX protocol compression and NX extensions to this software    */
6
6
/* are copyright of NoMachine. Redistribution and use of the present      */
193
193
  if (serverGeneration <= 1)
194
194
  {
195
195
    fprintf(stderr, "\nNXAGENT - Version " NXAGENT_VERSION "\n\n");
196
 
    fprintf(stderr, "Copyright (C) 2001, 2007 NoMachine.\n");
 
196
    fprintf(stderr, "Copyright (C) 2001, 2010 NoMachine.\n");
197
197
    fprintf(stderr, "See http://www.nomachine.com/ for more information.\n\n");
198
198
 
199
199
    fprintf(stderr, "Info: Agent running with pid '%d'.\n", getpid());