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