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