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/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>