source: trunk/packages/invirt-vnc-client/debian/copyright @ 2056

Last change on this file since 2056 was 1792, checked in by price, 15 years ago

invirt-vnc-client: actually fix copyright file

File size: 6.7 KB
Line 
1The original source code for this package was downloaded from
2http://www.tightvnc.com/.
3
4
5Authors, Copyright Holders, and Licenses
6========================================
7
8debian/patches/*
9----------------
10
11all files and changes not below
12...............................
13
14This software was written as part of the Invirt project <invirt@mit.edu>.
15
16Copyright :
17
18  This program is free software; you can redistribute it and/or modify
19  it under the terms of the GNU General Public License as published by
20  the Free Software Foundation; either version 2 of the License, or
21  (at your option) any later version.
22
23  This program is distributed in the hope that it will be useful,
24  but WITHOUT ANY WARRANTY; without even the implied warranty of
25  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26  GNU General Public License for more details.
27
28On Debian systems, the complete text of the GNU General Public License
29can be found in the file /usr/share/common-licenses/GPL.
30
31portions of InvirtTrustManager.java
32...................................
33
34    Copyright 2006 Perry Nguyen <pfnguyen@hanhuy.com>
35    Licensed under the Apache License, Version 2.0 (the "License");
36    you may not use this file except in compliance with the License.
37    You may obtain a copy of the License at
38
39        http://www.apache.org/licenses/LICENSE-2.0
40
41    Unless required by applicable law or agreed to in writing, software
42    distributed under the License is distributed on an "AS IS" BASIS,
43    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44    See the License for the specific language governing permissions and
45    limitations under the License.
46
47SocketWrapper.java
48..................
49
50  Written by Dawid Kurzyniec and released to the public domain, as
51  explained at http://creativecommons.org/licenses/publicdomain
52
53portions of VNCProxyConnectSocket*.java
54.......................................
55
56  Copyright (C) 2002 Constantin Kaplinsky, Inc.  All Rights Reserved.
57
58  This is free software; you can redistribute it and/or modify
59  it under the terms of the GNU General Public License as published by
60  the Free Software Foundation; either version 2 of the License, or
61  (at your option) any later version.
62
63  This software is distributed in the hope that it will be useful,
64  but WITHOUT ANY WARRANTY; without even the implied warranty of
65  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
66  GNU General Public License for more details.
67
68
69all upstream files but DesCipher.java
70-------------------------------------
71
72These files have subsets of the following copyrights, and the
73following license.
74
75Copyright (C) 2004 Horizon Wimba.  All Rights Reserved.
76Copyright (C) 2002-2005 RealVNC Ltd.  All Rights Reserved.
77Copyright (C) 2002 Cendio Systems.  All Rights Reserved.
78Copyright (C) 2001-2004 HorizonLive.com, Inc.  All Rights Reserved.
79Copyright (C) 2001-2006 Constantin Kaplinsky.  All Rights Reserved.
80Copyright (C) 2000 Tridia Corporation.  All Rights Reserved.
81Copyright (C) 1999 AT&T Laboratories Cambridge.  All Rights Reserved.
82
83    This is free software; you can redistribute it and/or modify
84    it under the terms of the GNU General Public License as published by
85    the Free Software Foundation; either version 2 of the License, or
86    (at your option) any later version.
87
88    This software is distributed in the hope that it will be useful,
89    but WITHOUT ANY WARRANTY; without even the implied warranty of
90    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
91    GNU General Public License for more details.
92
93On Debian Linux systems, the complete text of the GNU General Public
94License can be found in '/usr/share/common-licenses/GPL'.
95
96
97DesCipher.java
98--------------
99
100The authors are Dave Zimmerman <dzimm@widget.com> and Jef Poskanzer
101<jef@acme.com>.  The file has the following copyright notices and licenses:
102
103    Copyright (C) 1999 AT&T Laboratories Cambridge.  All Rights Reserved.
104
105    This software is distributed in the hope that it will be useful,
106    but WITHOUT ANY WARRANTY; without even the implied warranty of
107    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
108
109
110    Copyright (c) 1996 Widget Workshop, Inc. All Rights Reserved.
111
112    Permission to use, copy, modify, and distribute this software and its
113    documentation for NON-COMMERCIAL or COMMERCIAL purposes and without fee
114    is hereby granted, provided that this copyright notice is kept intact.
115
116    WIDGET WORKSHOP MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
117    SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT
118    NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
119    PARTICULAR PURPOSE, OR NON-INFRINGEMENT. WIDGET WORKSHOP SHALL NOT BE
120    LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
121    MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
122
123    THIS SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE OR RESALE AS ON-LINE
124    CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE
125    PERFORMANCE, SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT
126    NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE
127    SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE
128    SOFTWARE COULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE
129    PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES").  WIDGET
130    WORKSHOP SPECIFICALLY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY OF
131    FITNESS FOR HIGH RISK ACTIVITIES.
132
133
134    Copyright (C) 1996 by Jef Poskanzer <jef@acme.com>.  All rights
135    reserved.
136
137    Redistribution and use in source and binary forms, with or without
138    modification, are permitted provided that the following conditions
139    are met:
140    1. Redistributions of source code must retain the above copyright
141       notice, this list of conditions and the following disclaimer.
142    2. Redistributions in binary form must reproduce the above copyright
143       notice, this list of conditions and the following disclaimer in the
144       documentation and/or other materials provided with the distribution.
145
146    THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
147    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
148    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
149    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
150    BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
151    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
152    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
153    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
154    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
155    OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
156    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Note: See TracBrowser for help on using the repository browser.