Browse Source

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
tags/v0.0.90
Peter Åstrand 19 years ago
parent
commit
9fb4e0e6b9

+ 11
- 8
README View File

@@ -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.

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


There are six programs here:

+ 1
- 1
README.hpux View File

@@ -36,4 +36,4 @@ path, since many of the font directories on HPUX are different from the
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).

+ 13
- 11
README.txt View File

@@ -1,15 +1,17 @@

VNC 4 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.

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.
TightVNC Source Distribution for Windows 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.
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

+ 13
- 7
README_BINARY.txt View File

@@ -1,11 +1,17 @@

VNC 4 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.
TightVNC Binary Distribution for Windows 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.
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:


+ 1
- 1
rfb/HTTPServer.cxx View File

@@ -148,7 +148,7 @@ HTTPServer::Session::writeResponse(int result, const char* text) {
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) {

+ 2
- 2
vncconfig/vncconfig.cxx View File

@@ -113,7 +113,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, char* cmdLine, int cmdShow) {

// 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 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, char* cmdLine, int cmdShow) {

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

+ 1
- 1
vncconfig/vncconfig.exe.manifest View File

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

+ 5
- 5
vncconfig/vncconfig.rc View File

@@ -206,7 +206,7 @@ BEGIN
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 @@ BEGIN
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

+ 6
- 5
vncconfig_unix/vncconfig.man View File

@@ -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 @@ Prints a short description of the given Xvnc parameter.
.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.

+ 6
- 5
vncpasswd/vncpasswd.man View File

@@ -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 @@ Default location of the VNC password file.
.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.

+ 6
- 5
vncserver.man View File

@@ -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 @@ option.
.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.

+ 1
- 1
vncviewer/CViewOptions.cxx View File

@@ -314,7 +314,7 @@ void CViewOptions::writeToFile(const char* filename) {

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);

+ 2
- 2
vncviewer/MRU.h View File

@@ -35,7 +35,7 @@ namespace rfb {
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 @@ namespace rfb {

};

#endif
#endif

+ 3
- 3
vncviewer/vncviewer.cxx View File

@@ -270,7 +270,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prevInst, char* cmdLine, int cmdSho

#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 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prevInst, char* cmdLine, int cmdSho
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();

+ 1
- 1
vncviewer/vncviewer.exe.manifest View File

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

+ 6
- 6
vncviewer/vncviewer.rc View File

@@ -80,15 +80,15 @@ BEGIN
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 @@ BEGIN
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


+ 4
- 2
vncviewer_unix/vncviewer.cxx View File

@@ -173,9 +173,11 @@ static void usage()

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);


+ 6
- 5
vncviewer_unix/vncviewer.man View File

@@ -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 @@ prefix from the entries in "/usr/include/X11/keysymdef.h"). Default is F8.
.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.

+ 1
- 1
winvnc/VNCServerWin32.cxx View File

@@ -36,7 +36,7 @@ using namespace network;
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;

+ 6
- 6
winvnc/winvnc.rc View File

@@ -71,15 +71,15 @@ BEGIN
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 @@ BEGIN
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


+ 1
- 1
winvnc/winvnc4.exe.manifest View File

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

+ 5
- 5
wm_hooks/wm_hooks.rc View File

@@ -71,15 +71,15 @@ BEGIN
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

+ 6
- 5
x0vncserver/x0vncserver.man View File

@@ -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 @@ specify an appropriate password file using the PasswordFile parameter.
.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.

+ 6
- 5
xc/programs/Xserver/Xvnc.man View File

@@ -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 @@ created automatically the next time he connects.
.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.

+ 1
- 1
xc/programs/Xserver/vnc/xf86vncModule.cc View File

@@ -53,7 +53,7 @@ ExtensionModule vncExt =
static XF86ModuleVersionInfo vncVersRec =
{
"vnc",
"RealVNC Ltd",
"Constantin Kaplinsky",
MODINFOSTRING1,
MODINFOSTRING2,
XF86_VERSION_CURRENT,

Loading…
Cancel
Save