DRC | 7ac3e15 | 2011-06-24 21:24:14 +0000 | [diff] [blame^] | 1 | |
| 2 | TigerVNC Source Distribution |
| 3 | ============================ |
| 4 | |
| 5 | Copyright (C) 1999 AT&T Laboratories Cambridge |
| 6 | Copyright (C) 2002-2005 RealVNC Ltd. |
| 7 | Copyright (C) 2000-2006 TightVNC Group |
| 8 | Copyright (C) 2005-2006 Martin Koegler |
| 9 | Copyright (C) 2005-2006 Sun Microsystems, Inc. |
| 10 | Copyright (C) 2006 OCCAM Financial Technology |
| 11 | Copyright (C) 2000-2008 Constantin Kaplinsky |
| 12 | Copyright (C) 2004-2009 Peter Astrand for Cendio AB |
| 13 | Copyright (C) 2010 Antoine Martin |
| 14 | Copyright (C) 2010 m-privacy GmbH |
| 15 | Copyright (C) 2009-2011 D. R. Commander |
| 16 | Copyright (C) 2009-2011 Pierre Ossman for Cendio AB |
| 17 | Copyright (C) 2004, 2009-2011 Red Hat, Inc. |
| 18 | Copyright (C) 2009-2011 TigerVNC Team |
| 19 | All Rights Reserved. |
| 20 | |
| 21 | This software is distributed under the GNU General Public Licence as |
| 22 | published by the Free Software Foundation. See the file LICENCE.TXT |
| 23 | for the conditions under which this software is made available. |
| 24 | TigerVNC also contains code from other sources. See the |
| 25 | Acknowledgements section below, and the individual files for details |
| 26 | of the conditions under which they are made available. |
| 27 | |
| 28 | For instructions on how to build this software on various platforms, see |
| 29 | BUILDING.txt. |
| 30 | |
| 31 | |
| 32 | ACKNOWLEDGEMENTS |
| 33 | ================ |
| 34 | |
| 35 | This distribution contains zlib compression software. This is: |
| 36 | |
| 37 | Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler |
| 38 | |
| 39 | This software is provided 'as-is', without any express or implied |
| 40 | warranty. In no event will the authors be held liable for any damages |
| 41 | arising from the use of this software. |
| 42 | |
| 43 | Permission is granted to anyone to use this software for any purpose, |
| 44 | including commercial applications, and to alter it and redistribute it |
| 45 | freely, subject to the following restrictions: |
| 46 | |
| 47 | 1. The origin of this software must not be misrepresented; you must not |
| 48 | claim that you wrote the original software. If you use this software |
| 49 | in a product, an acknowledgment in the product documentation would be |
| 50 | appreciated but is not required. |
| 51 | 2. Altered source versions must be plainly marked as such, and must not be |
| 52 | misrepresented as being the original software. |
| 53 | 3. This notice may not be removed or altered from any source distribution. |
| 54 | |
| 55 | Jean-loup Gailly Mark Adler |
| 56 | jloup@gzip.org madler@alumni.caltech.edu |
| 57 | |
| 58 | The data format used by the zlib library is described by RFCs (Request for |
| 59 | Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt |
| 60 | (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). |
| 61 | |
| 62 | |
| 63 | This distribution contains public domain DES software by Richard Outerbridge. |
| 64 | This is: |
| 65 | |
| 66 | Copyright (c) 1988,1989,1990,1991,1992 by Richard Outerbridge. |
| 67 | (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992. |
| 68 | |
| 69 | |
| 70 | This distribution contains software from the X Window System. This is: |
| 71 | |
| 72 | Copyright 1987, 1988, 1998 The Open Group |
| 73 | |
| 74 | Permission to use, copy, modify, distribute, and sell this software and its |
| 75 | documentation for any purpose is hereby granted without fee, provided that |
| 76 | the above copyright notice appear in all copies and that both that |
| 77 | copyright notice and this permission notice appear in supporting |
| 78 | documentation. |
| 79 | |
| 80 | The above copyright notice and this permission notice shall be included in |
| 81 | all copies or substantial portions of the Software. |
| 82 | |
| 83 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 84 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 85 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 86 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN |
| 87 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 88 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 89 | |
| 90 | Except as contained in this notice, the name of The Open Group shall not be |
| 91 | used in advertising or otherwise to promote the sale, use or other dealings |
| 92 | in this Software without prior written authorization from The Open Group. |
| 93 | |
| 94 | |
| 95 | Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts. |
| 96 | |
| 97 | All Rights Reserved |
| 98 | |
| 99 | Permission to use, copy, modify, and distribute this software and its |
| 100 | documentation for any purpose and without fee is hereby granted, |
| 101 | provided that the above copyright notice appear in all copies and that |
| 102 | both that copyright notice and this permission notice appear in |
| 103 | supporting documentation, and that the name of Digital not be |
| 104 | used in advertising or publicity pertaining to distribution of the |
| 105 | software without specific, written prior permission. |
| 106 | |
| 107 | DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING |
| 108 | ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL |
| 109 | DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR |
| 110 | ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, |
| 111 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 112 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
| 113 | SOFTWARE. |