]> source.dussan.org Git - tigervnc.git/commitdiff
Changes in reporting version numbers and copyrights.
authorConstantin Kaplinsky <const@tightvnc.com>
Fri, 2 Jun 2006 10:49:03 +0000 (10:49 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Fri, 2 Jun 2006 10:49:03 +0000 (10:49 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@628 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/README
unix/vncviewer/vncviewer.cxx
unix/x0vncserver/x0vncserver.cxx

index 2b2fd807aa0141ea14da1bcdd213dc5462e3232e..c99821790eb80a06486df4961384ff6e7df8e04f 100644 (file)
@@ -3,7 +3,7 @@ TightVNC Source Distribution for Unix platforms
 ===============================================
 
 Copyright (C) 2002-2005 RealVNC Ltd.  All Rights Reserved.
-Copyright (C) 2000-2004 Constantin Kaplinsky.
+Copyright (C) 2000-2006 TightVNC Group
 Copyright (C) 2004-2005 Peter Astrand, Cendio AB
 
 This software is distributed under the GNU General Public Licence as
index e9c9ac4c9e3fb182b83f93453b95dfba0f93eace..0d732fffdce59bea995a834dfa11d73ff034234b 100644 (file)
@@ -267,12 +267,12 @@ int main(int argc, char** argv)
   textdomain(PACKAGE);
 
   snprintf(aboutText, sizeof(aboutText), 
-           _("TightVNC viewer for X version 1.5 - built %s\n"
+           _("TightVNC Viewer for X version %s - built %s\n"
              "Copyright (C) 2002-2005 RealVNC Ltd.\n"
-             "Copyright (C) 2000-2004 Constantin Kaplinsky\n"
+             "Copyright (C) 2000-2006 TightVNC Group\n"
              "Copyright (C) 2004-2005 Peter Astrand, Cendio AB\n"
              "See http://www.tightvnc.com for information on TightVNC."),
-           buildtime);
+           VERSION, buildtime);
   fprintf(stderr,"\n%s\n", aboutText);
 
   bind_textdomain_codeset(PACKAGE, "iso-8859-1");
index 96240ea159deb22adcbc1507a93204372d965ca6..6dd35517a24da9eeefbdcd208d87d13782d226e1 100644 (file)
@@ -420,7 +420,8 @@ char* programName;
 
 static void usage()
 {
-  fprintf(stderr, "\nusage: %s [<parameters>]\n", programName);
+  fprintf(stderr, "TightVNC Server version %s\n\n", VERSION);
+  fprintf(stderr, "Usage: %s [<parameters>]\n", programName);
   fprintf(stderr,"\n"
           "Parameters can be turned on with -<param> or off with -<param>=0\n"
           "Parameters which take a value can be specified as "