Tightified sources:

* Changed description in README files.

* Added our copyright.

* The HTTP server presents itself as TightVNC, rather than RealVNC.

* Using registry path Software\TightVNC\WinVNC4

* Updated descriptions in resource files.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@67 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/README b/README
index 4c0e5fb..50918fc 100644
--- a/README
+++ b/README
@@ -1,14 +1,17 @@
 
-VNC 4.0 Source Distribution for Unix platforms
-==============================================
+TightVNC Source Distribution for Unix platforms
+===============================================
 
 Copyright (C) 2002-2004 RealVNC Ltd.  All Rights Reserved.
+Copyright (C) 2000-2004 Constantin Kaplinsky.
+Copyright (C) 2004 Peter Astrand, Cendio AB
 
-This software is distributed under the GNU General Public Licence as published
-by the Free Software Foundation.  See the file LICENCE.TXT for the conditions
-under which this software is made available.  VNC also contains code from other
-sources.  See the Acknowledgements section below, and the individual files for
-details of the conditions under which they are made available.
+This software is distributed under the GNU General Public Licence as
+published by the Free Software Foundation.  See the file LICENCE.TXT
+for the conditions under which this software is made available.
+TightVNC also contains code from other sources.  See the
+Acknowledgements section below, and the individual files for details
+of the conditions under which they are made available.
 
 
 There are six programs here:
diff --git a/README.hpux b/README.hpux
index ecbe966..be0c56a 100644
--- a/README.hpux
+++ b/README.hpux
@@ -36,4 +36,4 @@
 defaults compiled into Xvnc.
 
 If anyone can find a neater way of building a VNC-compatible X tree on HPUX
-please let us know (see http://www.realvnc.com for contact details).
+please let us know (see http://www.tightvnc.com for contact details).
diff --git a/README.txt b/README.txt
index 0811395..a834b21 100644
--- a/README.txt
+++ b/README.txt
@@ -1,15 +1,17 @@
 
-VNC 4 Source Distribution for Windows platforms
-=============================================
+TightVNC Source Distribution for Windows platforms
+==================================================
 
-VNC 4 is Copyright RealVNC Ltd. 2002-2004.  This software is
-distributed under the GNU General Public Licence as published by the
-Free Software Foundation.  See the accompanying licence.txt file for
-the conditions under which the software is made available.
+Copyright (C) 2002-2004 RealVNC Ltd.  All Rights Reserved.
+Copyright (C) 2000-2004 Constantin Kaplinsky.
+Copyright (C) 2004 Peter Astrand, Cendio AB
 
-VNC 4 also contains code from other sources.  See the Acknowledgements
-section below, and the individual files for details of the conditions
-under which they are made available.
+This software is distributed under the GNU General Public Licence as
+published by the Free Software Foundation.  See the file LICENCE.TXT
+for the conditions under which this software is made available.
+TightVNC also contains code from other sources.  See the
+Acknowledgements section below, and the individual files for details
+of the conditions under which they are made available.
 
 The source tree contains a number of directories, and is most easily
 built by loading the VNC workspace file (vnc.dsw) into Microsoft
diff --git a/README_BINARY.txt b/README_BINARY.txt
index 8f89fe9..664a7da 100644
--- a/README_BINARY.txt
+++ b/README_BINARY.txt
@@ -1,11 +1,17 @@
 
-VNC 4 Binary Distribution for Windows platforms
-=============================================
+TightVNC Binary Distribution for Windows platforms
+==================================================
 
-VNC 4 is Copyright RealVNC Ltd. 2002-2004.  This software is
-distributed under the GNU General Public Licence as published by the
-Free Software Foundation. VNC also contains code from other sources,
-as outlined in the Acknowledgements section below.
+Copyright (C) 2002-2004 RealVNC Ltd.  All Rights Reserved.
+Copyright (C) 2000-2004 Constantin Kaplinsky.
+Copyright (C) 2004 Peter Astrand, Cendio AB
+
+This software is distributed under the GNU General Public Licence as
+published by the Free Software Foundation.  See the file LICENCE.TXT
+for the conditions under which this software is made available.
+TightVNC also contains code from other sources.  See the
+Acknowledgements section below, and the individual files for details
+of the conditions under which they are made available.
 
 The installer package contains two VNC components:
 
diff --git a/rfb/HTTPServer.cxx b/rfb/HTTPServer.cxx
index 55e6909..3bac4f8 100644
--- a/rfb/HTTPServer.cxx
+++ b/rfb/HTTPServer.cxx
@@ -148,7 +148,7 @@
   sprintf(buffer, "%s %d %s", "HTTP/1.1", result, text);
   OutStream& os=sock.outStream();
   writeLine(os, buffer);
-  writeLine(os, "Server: RealVNC/4.0");
+  writeLine(os, "Server: TightVNC/4.0");
   writeLine(os, "Connection: close");
   os.writeBytes("Content-Type: ", 14);
   if (result == 200) {
diff --git a/vncconfig/vncconfig.cxx b/vncconfig/vncconfig.cxx
index 2a98dbc..b03f47a 100644
--- a/vncconfig/vncconfig.cxx
+++ b/vncconfig/vncconfig.cxx
@@ -113,7 +113,7 @@
 
       // Create the required configuration registry key
       RegKey rootKey;
-      rootKey.createKey(configKey, _T("Software\\RealVNC\\WinVNC4"));
+      rootKey.createKey(configKey, _T("Software\\TightVNC\\WinVNC4"));
   
       // Override whatever security it already had (NT only)
       bool warnOnChangePassword = false;
@@ -147,7 +147,7 @@
 
       // Start the RegConfig reader, to load in existing settings
       RegistryReader config;
-      config.setKey(configKey, _T("Software\\RealVNC\\WinVNC4"));
+      config.setKey(configKey, _T("Software\\TightVNC\\WinVNC4"));
 
       // Build the dialog
       std::list<PropSheetPage*> pages;
diff --git a/vncconfig/vncconfig.exe.manifest b/vncconfig/vncconfig.exe.manifest
index 35a4164..77cb1b9 100644
--- a/vncconfig/vncconfig.exe.manifest
+++ b/vncconfig/vncconfig.exe.manifest
@@ -3,7 +3,7 @@
 <assemblyIdentity
    version="4.0.0.26"
    processorArchitecture="X86"
-   name="RealVNC.vncconfig.exe"
+   name="TightVNC.vncconfig.exe"
    type="win32"
 />
 <description>.NET control deployment tool</description>
diff --git a/vncconfig/vncconfig.rc b/vncconfig/vncconfig.rc
index e74c8f1..b401892 100644
--- a/vncconfig/vncconfig.rc
+++ b/vncconfig/vncconfig.rc
@@ -206,7 +206,7 @@
     LTEXT           ">version<",IDC_VERSION,165,7,77,18
     LTEXT           ">buildtime<",IDC_BUILDTIME,40,25,202,15
     LTEXT           ">copyright<",IDC_COPYRIGHT,40,40,202,15
-    LTEXT           "See http://www.realvnc.com for more information on VNC.",
+    LTEXT           "See http://www.tightvnc.com for more information on TightVNC.",
                     IDC_STATIC,40,55,202,15
 END
 
@@ -434,15 +434,15 @@
         BLOCK "080904b0"
         BEGIN
             VALUE "Comments", "\0"
-            VALUE "CompanyName", "RealVNC Ltd.\0"
+            VALUE "CompanyName", "Constantin Kaplinsky\0"
             VALUE "FileDescription", "VNC Server Configuration Applet for Win32\0"
             VALUE "FileVersion", "4.0\0"
             VALUE "InternalName", "VNC Config 4.0\0"
-            VALUE "LegalCopyright", "Copyright © RealVNC Ltd. 2002-2004\0"
-            VALUE "LegalTrademarks", "RealVNC\0"
+            VALUE "LegalCopyright", "Copyright (C) 1998-2004 [many holders]\0"
+            VALUE "LegalTrademarks", "TightVNC\0"
             VALUE "OriginalFilename", "vncconfig.exe\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "VNC Config 4.0\0"
+            VALUE "ProductName", "TightVNC Config 4.0\0"
             VALUE "ProductVersion", "4.0\0"
             VALUE "SpecialBuild", "\0"
         END
diff --git a/vncconfig_unix/vncconfig.man b/vncconfig_unix/vncconfig.man
index 9a7d8ce..33f7d49 100644
--- a/vncconfig_unix/vncconfig.man
+++ b/vncconfig_unix/vncconfig.man
@@ -1,4 +1,4 @@
-.TH vncconfig 1 "3 June 2003" "RealVNC Ltd" "Virtual Network Computing"
+.TH vncconfig 1 "30 December 2004" "TightVNC" "Virtual Network Computing"
 .SH NAME
 vncconfig \- configure and control a VNC server
 .SH SYNOPSIS
@@ -105,11 +105,12 @@
 .BR vncserver (1),
 .BR Xvnc (1)
 .br
-http://www.realvnc.com
+http://www.tightvnc.com
 
 .SH AUTHOR
 Tristan Richardson, RealVNC Ltd.
 
-VNC was originally developed by the RealVNC team while at Olivetti Research Ltd
-/ AT&T Laboratories Cambridge.  It is now being maintained by RealVNC Ltd.  See
-http://www.realvnc.com for details.
+VNC was originally developed by the RealVNC team while at Olivetti
+Research Ltd / AT&T Laboratories Cambridge.  TightVNC additions was
+implemented by Constantin Kaplinsky. Many other people participated in
+development, testing and support.
diff --git a/vncpasswd/vncpasswd.man b/vncpasswd/vncpasswd.man
index ab5e761..86ea6cb 100644
--- a/vncpasswd/vncpasswd.man
+++ b/vncpasswd/vncpasswd.man
@@ -1,4 +1,4 @@
-.TH vncpasswd 1 "29 July 2003" "RealVNC Ltd" "Virtual Network Computing"
+.TH vncpasswd 1 "30 December 2004" "TightVNC" "Virtual Network Computing"
 .SH NAME
 vncpasswd \- change a VNC password
 .SH SYNOPSIS
@@ -32,11 +32,12 @@
 .BR Xvnc (1)
 .BR vncconfig (1),
 .br
-http://www.realvnc.com
+http://www.tightvnc.com
 
 .SH AUTHOR
 Tristan Richardson, RealVNC Ltd.
 
-VNC was originally developed by the RealVNC team while at Olivetti Research Ltd
-/ AT&T Laboratories Cambridge.  It is now being maintained by RealVNC Ltd.  See
-http://www.realvnc.com for details.
+VNC was originally developed by the RealVNC team while at Olivetti
+Research Ltd / AT&T Laboratories Cambridge.  TightVNC additions was
+implemented by Constantin Kaplinsky. Many other people participated in
+development, testing and support.
diff --git a/vncserver.man b/vncserver.man
index cd243ff..3171701 100644
--- a/vncserver.man
+++ b/vncserver.man
@@ -1,4 +1,4 @@
-.TH vncserver 1 "18 May 2004" "RealVNC Ltd" "Virtual Network Computing"
+.TH vncserver 1 "18 May 2004" "TightVNC" "Virtual Network Computing"
 .SH NAME
 vncserver \- start or stop a VNC server
 .SH SYNOPSIS
@@ -110,11 +110,12 @@
 .BR vncconfig (1),
 .BR Xvnc (1)
 .br
-http://www.realvnc.com
+http://www.tightvnc.com
 
 .SH AUTHOR
 Tristan Richardson, RealVNC Ltd.
 
-VNC was originally developed by the RealVNC team while at Olivetti Research Ltd
-/ AT&T Laboratories Cambridge.  It is now being maintained by RealVNC Ltd.  See
-http://www.realvnc.com for details.
+VNC was originally developed by the RealVNC team while at Olivetti
+Research Ltd / AT&T Laboratories Cambridge.  TightVNC additions was
+implemented by Constantin Kaplinsky. Many other people participated in
+development, testing and support.
diff --git a/vncviewer/CViewOptions.cxx b/vncviewer/CViewOptions.cxx
index 457da48..dd3d825 100644
--- a/vncviewer/CViewOptions.cxx
+++ b/vncviewer/CViewOptions.cxx
@@ -314,7 +314,7 @@
 
 void CViewOptions::writeDefaults() {
   RegKey key;
-  key.createKey(HKEY_CURRENT_USER, _T("Software\\RealVNC\\VNCviewer4"));
+  key.createKey(HKEY_CURRENT_USER, _T("Software\\TightVNC\\VNCviewer4"));
   key.setBool(_T("UseLocalCursor"), useLocalCursor);
   key.setBool(_T("UseDesktopResize"), useDesktopResize);
   key.setBool(_T("FullScreen"), fullScreen);
diff --git a/vncviewer/MRU.h b/vncviewer/MRU.h
index 9e99395..f065a06 100644
--- a/vncviewer/MRU.h
+++ b/vncviewer/MRU.h
@@ -35,7 +35,7 @@
     namespace MRU {
 
       static const RegKey RegRoot = HKEY_CURRENT_USER;
-      static const TCHAR* RegPath = _T("Software\\RealVNC\\VNCViewer4\\MRU");
+      static const TCHAR* RegPath = _T("Software\\TightVNC\\VNCViewer4\\MRU");
       static const int MaxMRUEntries = 256;
       static const int MRUEntries = 10;
 
@@ -137,4 +137,4 @@
 
 };
 
-#endif
\ No newline at end of file
+#endif
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 59e2d00..f0c9f20 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -270,7 +270,7 @@
 
 #ifdef _DIALOG_CAPTURE
     if (captureDialogs) {
-      CView::userConfigKey.openKey(HKEY_CURRENT_USER, _T("Software\\RealVNC\\VNCViewer4"));
+      CView::userConfigKey.openKey(HKEY_CURRENT_USER, _T("Software\\TightVNC\\VNCViewer4"));
       OptionsDialog::global.showDialog(0, true);
       return 0;
     }
@@ -286,10 +286,10 @@
     if (!configFiles.empty() || !hosts.empty() || acceptIncoming) {
       // - Configure the registry configuration reader
       win32::RegistryReader reg_reader;
-      reg_reader.setKey(HKEY_CURRENT_USER, _T("Software\\RealVNC\\VNCViewer4"));
+      reg_reader.setKey(HKEY_CURRENT_USER, _T("Software\\TightVNC\\VNCViewer4"));
 
       // - Tell the rest of VNC Viewer where to write config data to
-      CView::userConfigKey.openKey(HKEY_CURRENT_USER, _T("Software\\RealVNC\\VNCViewer4"));
+      CView::userConfigKey.openKey(HKEY_CURRENT_USER, _T("Software\\TightVNC\\VNCViewer4"));
 
       // - Start the Socket subsystem for TCP
       TcpSocket::initTcpSockets();
diff --git a/vncviewer/vncviewer.exe.manifest b/vncviewer/vncviewer.exe.manifest
index 557e456..7fd947f 100644
--- a/vncviewer/vncviewer.exe.manifest
+++ b/vncviewer/vncviewer.exe.manifest
@@ -3,7 +3,7 @@
 <assemblyIdentity
    version="4.0.0.26"
    processorArchitecture="X86"
-   name="RealVNC.vncviewer.exe"
+   name="TightVNC.vncviewer.exe"
    type="win32"
 />
 <description>.NET control deployment tool</description>
diff --git a/vncviewer/vncviewer.rc b/vncviewer/vncviewer.rc
index 636c297..5a730ed 100644
--- a/vncviewer/vncviewer.rc
+++ b/vncviewer/vncviewer.rc
@@ -80,15 +80,15 @@
         BLOCK "080904b0"
         BEGIN
             VALUE "Comments", "\0"
-            VALUE "CompanyName", "RealVNC Ltd.\0"
-            VALUE "FileDescription", "VNC Viewer for Win32\0"
+            VALUE "CompanyName", "Constantin Kaplinsky\0"
+            VALUE "FileDescription", "TightVNC Viewer for Win32\0"
             VALUE "FileVersion", "4.0\0"
             VALUE "InternalName", "VNCViewer 4.0\0"
-            VALUE "LegalCopyright", "Copyright © RealVNC Ltd. 2002-2004\0"
-            VALUE "LegalTrademarks", "RealVNC\0"
+            VALUE "LegalCopyright", "Copyright (C) 1998-2004 [many holders]\0"
+            VALUE "LegalTrademarks", "TightVNC\0"
             VALUE "OriginalFilename", "vncviewer.exe\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "VNC Viewer 4.0\0"
+            VALUE "ProductName", "TightVNC Viewer 4.0\0"
             VALUE "ProductVersion", "4.0\0"
             VALUE "SpecialBuild", "\0"
         END
@@ -160,7 +160,7 @@
     LTEXT           ">version<",IDC_VERSION,165,10,77,15
     LTEXT           ">buildtime<",IDC_BUILDTIME,40,25,202,15
     LTEXT           ">copyright<",IDC_COPYRIGHT,40,40,202,15
-    LTEXT           "See http://www.realvnc.com for more information on VNC.",
+    LTEXT           "See http://www.tightvnc.com for more information on TightVNC.",
                     IDC_STATIC,40,55,202,15
 END
 
diff --git a/vncviewer_unix/vncviewer.cxx b/vncviewer_unix/vncviewer.cxx
index 3a8d226..77443e7 100644
--- a/vncviewer_unix/vncviewer.cxx
+++ b/vncviewer_unix/vncviewer.cxx
@@ -173,9 +173,11 @@
 
 int main(int argc, char** argv)
 {
-  sprintf(aboutText, "VNC viewer for X version 4.0 - built %s\n"
+  sprintf(aboutText, "TightVNC viewer for X version 4.0 - built %s\n"
           "Copyright (C) 2002-2004 RealVNC Ltd.\n"
-          "See http://www.realvnc.com for information on VNC.",
+	  "Copyright (C) 2000-2004 Constantin Kaplinsky.\n"
+	  "Copyright (C) 2004 Peter Astrand, Cendio AB\n"
+          "See http://www.tightvnc.com for information on TightVNC.",
           buildtime);
   fprintf(stderr,"\n%s\n", aboutText);
 
diff --git a/vncviewer_unix/vncviewer.man b/vncviewer_unix/vncviewer.man
index a0db436..4c67aa5 100644
--- a/vncviewer_unix/vncviewer.man
+++ b/vncviewer_unix/vncviewer.man
@@ -1,4 +1,4 @@
-.TH vncviewer 1 "18 May 2004" "RealVNC Ltd" "Virtual Network Computing"
+.TH vncviewer 1 "30 December 2004" "TightVNC" "Virtual Network Computing"
 .SH NAME
 vncviewer \- VNC viewer for X
 .SH SYNOPSIS
@@ -179,11 +179,12 @@
 .BR vncconfig (1),
 .BR vncserver (1),
 .br
-http://www.realvnc.com
+http://www.tightvnc.com
 
 .SH AUTHOR
 Tristan Richardson, RealVNC Ltd.
 
-VNC was originally developed by the RealVNC team while at Olivetti Research Ltd
-/ AT&T Laboratories Cambridge.  It is now being maintained by RealVNC Ltd.  See
-http://www.realvnc.com for details.
+VNC was originally developed by the RealVNC team while at Olivetti
+Research Ltd / AT&T Laboratories Cambridge.  TightVNC additions was
+implemented by Constantin Kaplinsky. Many other people participated in
+development, testing and support.
diff --git a/winvnc/VNCServerWin32.cxx b/winvnc/VNCServerWin32.cxx
index a870cb1..a24df12 100644
--- a/winvnc/VNCServerWin32.cxx
+++ b/winvnc/VNCServerWin32.cxx
@@ -36,7 +36,7 @@
 static LogWriter vlog("VNCServerWin32");
 
 
-const TCHAR* winvnc::VNCServerWin32::RegConfigPath = _T("Software\\RealVNC\\WinVNC4");
+const TCHAR* winvnc::VNCServerWin32::RegConfigPath = _T("Software\\TightVNC\\WinVNC4");
 
 const UINT VNCM_REG_CHANGED = WM_USER;
 const UINT VNCM_COMMAND = WM_USER + 1;
diff --git a/winvnc/winvnc.rc b/winvnc/winvnc.rc
index 22d0ba9..3470205 100644
--- a/winvnc/winvnc.rc
+++ b/winvnc/winvnc.rc
@@ -71,15 +71,15 @@
         BLOCK "080904b0"
         BEGIN
             VALUE "Comments", "\0"
-            VALUE "CompanyName", "RealVNC Ltd.\0"
-            VALUE "FileDescription", "VNC Server for Win32\0"
+            VALUE "CompanyName", "Constantin Kaplinsky\0"
+            VALUE "FileDescription", "TightVNC Server for Win32\0"
             VALUE "FileVersion", "4.0\0"
             VALUE "InternalName", "WinVNC 4.0\0"
-            VALUE "LegalCopyright", "Copyright © RealVNC Ltd. 2002-2004\0"
-            VALUE "LegalTrademarks", "RealVNC\0"
+            VALUE "LegalCopyright", "Copyright (C) 1998-2004 [many holders]\0"
+            VALUE "LegalTrademarks", "TightVNC\0"
             VALUE "OriginalFilename", "winvnc4.exe\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "VNC Server 4.0\0"
+            VALUE "ProductName", "TightVNC Server 4.0\0"
             VALUE "ProductVersion", "4.0\0"
             VALUE "SpecialBuild", "\0"
         END
@@ -140,7 +140,7 @@
     LTEXT           ">version<",IDC_VERSION,165,7,77,18
     LTEXT           ">buildtime<",IDC_BUILDTIME,40,25,202,15
     LTEXT           ">copyright<",IDC_COPYRIGHT,40,40,202,15
-    LTEXT           "See http://www.realvnc.com for more information on VNC.",
+    LTEXT           "See http://www.tightvnc.com for more information on TightVNC.",
                     IDC_STATIC,40,55,202,15
 END
 
diff --git a/winvnc/winvnc4.exe.manifest b/winvnc/winvnc4.exe.manifest
index d5a2b87..69be5a0 100644
--- a/winvnc/winvnc4.exe.manifest
+++ b/winvnc/winvnc4.exe.manifest
@@ -3,7 +3,7 @@
 <assemblyIdentity
    version="4.0.0.26"
    processorArchitecture="X86"
-   name="RealVNC.winvnc4.exe"
+   name="TightVNC.winvnc4.exe"
    type="win32"
 />
 <description>.NET control deployment tool</description>
diff --git a/wm_hooks/wm_hooks.rc b/wm_hooks/wm_hooks.rc
index 87d282b..e627314 100644
--- a/wm_hooks/wm_hooks.rc
+++ b/wm_hooks/wm_hooks.rc
@@ -71,15 +71,15 @@
         BLOCK "080904b0"
         BEGIN
             VALUE "Comments", "\0"
-            VALUE "CompanyName", "RealVNC Ltd.\0"
-            VALUE "FileDescription", "VNC Server for Win32 Hooking DLL\0"
+            VALUE "CompanyName", "Constantin Kaplinsky\0"
+            VALUE "FileDescription", "TightVNC Server for Win32 Hooking DLL\0"
             VALUE "FileVersion", "4.0\0"
             VALUE "InternalName", "WMHooks 4.0\0"
-            VALUE "LegalCopyright", "Copyright © RealVNC Ltd. 2002-2004\0"
-            VALUE "LegalTrademarks", "RealVNC\0"
+            VALUE "LegalCopyright", "Copyright (C) 1998-2004 [many holders]\0"
+            VALUE "LegalTrademarks", "TightVNC\0"
             VALUE "OriginalFilename", "wm_hooks.dll\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "VNC Server 4.0\0"
+            VALUE "ProductName", "TightVNC Server 4.0\0"
             VALUE "ProductVersion", "4.0\0"
             VALUE "SpecialBuild", "\0"
         END
diff --git a/x0vncserver/x0vncserver.man b/x0vncserver/x0vncserver.man
index 9f81396..d9f43b5 100644
--- a/x0vncserver/x0vncserver.man
+++ b/x0vncserver/x0vncserver.man
@@ -1,4 +1,4 @@
-.TH x0vncserver 1 "19 September 2003" "RealVNC Ltd" "Virtual Network Computing"
+.TH x0vncserver 1 "30 December 2004" "TightVNC" "Virtual Network Computing"
 .SH NAME
 x0vncserver \- VNC server which continuously polls an X display
 .SH SYNOPSIS
@@ -22,11 +22,12 @@
 .BR vncviewer (1),
 .BR vncserver (1),
 .br
-http://www.realvnc.com
+http://www.tightvnc.com
 
 .SH AUTHOR
 Tristan Richardson, RealVNC Ltd.
 
-VNC was originally developed by the RealVNC team while at Olivetti Research Ltd
-/ AT&T Laboratories Cambridge.  It is now being maintained by RealVNC Ltd.  See
-http://www.realvnc.com for details.
+VNC was originally developed by the RealVNC team while at Olivetti
+Research Ltd / AT&T Laboratories Cambridge.  TightVNC additions was
+implemented by Constantin Kaplinsky. Many other people participated in
+development, testing and support.
diff --git a/xc/programs/Xserver/Xvnc.man b/xc/programs/Xserver/Xvnc.man
index 1852f4d..c2f9fd6 100644
--- a/xc/programs/Xserver/Xvnc.man
+++ b/xc/programs/Xserver/Xvnc.man
@@ -1,4 +1,4 @@
-.TH Xvnc 1 "18 May 2004" "RealVNC Ltd" "Virtual Network Computing"
+.TH Xvnc 1 "30 December 2004" "TightVNC" "Virtual Network Computing"
 .SH NAME
 Xvnc \- the X VNC server 
 .SH SYNOPSIS
@@ -248,11 +248,12 @@
 .BR Xserver (1),
 .BR inetd (1)
 .br
-http://www.realvnc.com
+http://www.tightvnc.com
 
 .SH AUTHOR
 Tristan Richardson, RealVNC Ltd.
 
-VNC was originally developed by the RealVNC team while at Olivetti Research Ltd
-/ AT&T Laboratories Cambridge.  It is now being maintained by RealVNC Ltd.  See
-http://www.realvnc.com for details.
+VNC was originally developed by the RealVNC team while at Olivetti
+Research Ltd / AT&T Laboratories Cambridge.  TightVNC additions was
+implemented by Constantin Kaplinsky. Many other people participated in
+development, testing and support.
diff --git a/xc/programs/Xserver/vnc/xf86vncModule.cc b/xc/programs/Xserver/vnc/xf86vncModule.cc
index 3504c6a..297f776 100644
--- a/xc/programs/Xserver/vnc/xf86vncModule.cc
+++ b/xc/programs/Xserver/vnc/xf86vncModule.cc
@@ -53,7 +53,7 @@
 static XF86ModuleVersionInfo vncVersRec =
 {
     "vnc",
-    "RealVNC Ltd",
+    "Constantin Kaplinsky",
     MODINFOSTRING1,
     MODINFOSTRING2,
     XF86_VERSION_CURRENT,