Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.txt 5.7KB

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