blob: a834b21ee3a95295e94616a7f3b8d263c60c874d [file] [log] [blame]
Constantin Kaplinsky47ed8d32004-10-08 09:43:57 +00001
Peter Åstrand9fb4e0e2004-12-30 10:03:00 +00002TightVNC Source Distribution for Windows platforms
3==================================================
Constantin Kaplinsky47ed8d32004-10-08 09:43:57 +00004
Peter Åstrand9fb4e0e2004-12-30 10:03:00 +00005Copyright (C) 2002-2004 RealVNC Ltd. All Rights Reserved.
6Copyright (C) 2000-2004 Constantin Kaplinsky.
7Copyright (C) 2004 Peter Astrand, Cendio AB
Constantin Kaplinsky47ed8d32004-10-08 09:43:57 +00008
Peter Åstrand9fb4e0e2004-12-30 10:03:00 +00009This software is distributed under the GNU General Public Licence as
10published by the Free Software Foundation. See the file LICENCE.TXT
11for the conditions under which this software is made available.
12TightVNC also contains code from other sources. See the
13Acknowledgements section below, and the individual files for details
14of the conditions under which they are made available.
Constantin Kaplinsky47ed8d32004-10-08 09:43:57 +000015
16The source tree contains a number of directories, and is most easily
17built by loading the VNC workspace file (vnc.dsw) into Microsoft
18Visual Studio 6/7. This will preserve the required dependencies
19between the sub-projects.
20
21There are three main executable projects:
22
23 vncviewer - The VNC Viewer for Win32.
24
25 winvnc - The VNC Server for Win32 (command-line operation
26 only).
27
28 vncconfig - The configuration applet and GUI front-end for VNC
29 Server.
30
31These projects are designed to be built using Microsoft Visual C++
326.0, and should also compile with Microsoft Visual Studio .NET
33(version 7). Other compilers have not been tested but the code base
34is extremely portable.
35
36
37ACKNOWLEDGEMENTS
38================
39
40This distribution contains zlib software by Jean-loup Gailly and Mark Adler.
41This is:
42
43 Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler.
44
45 This software is provided 'as-is', without any express or implied
46 warranty. In no event will the authors be held liable for any damages
47 arising from the use of this software.
48
49 Permission is granted to anyone to use this software for any purpose,
50 including commercial applications, and to alter it and redistribute it
51 freely, subject to the following restrictions:
52
53 1. The origin of this software must not be misrepresented; you must not
54 claim that you wrote the original software. If you use this software
55 in a product, an acknowledgment in the product documentation would be
56 appreciated but is not required.
57 2. Altered source versions must be plainly marked as such, and must not be
58 misrepresented as being the original software.
59 3. This notice may not be removed or altered from any source distribution.
60
61 Jean-loup Gailly Mark Adler
62 jloup@gzip.org madler@alumni.caltech.edu
63
64
65 The data format used by the zlib library is described by RFCs (Request for
66 Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt
67 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
68
69
70This distribution contains public domain DES software by Richard Outerbridge.
71This is:
72
73 Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge.
74 (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
75
76
77This distribution contains Java DES software by Dave Zimmerman
78<dzimm@widget.com> and Jef Poskanzer <jef@acme.com>. This is:
79
80 Copyright (c) 1996 Widget Workshop, Inc. All Rights Reserved.
81
82 Permission to use, copy, modify, and distribute this software and its
83 documentation for NON-COMMERCIAL or COMMERCIAL purposes and without fee
84 is hereby granted, provided that this copyright notice is kept intact.
85
86 WIDGET WORKSHOP MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
87 SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT
88 NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
89 PARTICULAR PURPOSE, OR NON-INFRINGEMENT. WIDGET WORKSHOP SHALL NOT BE
90 LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
91 MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
92
93 THIS SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE OR RESALE AS ON-LINE
94 CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE
95 PERFORMANCE, SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT
96 NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE
97 SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE
98 SOFTWARE COULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE
99 PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES"). WIDGET
100 WORKSHOP SPECIFICALLY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY OF
101 FITNESS FOR HIGH RISK ACTIVITIES.
102
103 Copyright (C) 1996 by Jef Poskanzer <jef@acme.com>. All rights
104 reserved.
105
106 Redistribution and use in source and binary forms, with or without
107 modification, are permitted provided that the following conditions
108 are met:
109 1. Redistributions of source code must retain the above copyright
110 notice, this list of conditions and the following disclaimer.
111 2. Redistributions in binary form must reproduce the above copyright
112 notice, this list of conditions and the following disclaimer in the
113 documentation and/or other materials provided with the distribution.
114
115 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
116 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
117 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
118 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
119 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
120 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
121 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
122 BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
123 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
124 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
125 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
126
127 Visit the ACME Labs Java page for up-to-date versions of this and other
128 fine Java utilities: http://www.acme.com/java/