root/vidalia/trunk/LICENSE

Revision 2648, 11.7 kB (checked in by edmanm, 3 months ago)

r432@thebe: edmanm | 2008-06-02 23:35:06 -0400
Try out a new icon theme based on KDE's Oxygen icons (LGPLv3) and remove all
Tango icons (CC-BY-SA 2.5). This still needs some tweaking with respect to
which icons to use (e.g., the 'New Identity' icon sucks).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1=======
2LICENSE
3=======
4
5This program is free software; you can redistribute it and/or modify it
6under the terms of the GNU General Public License (GPL) as published by
7the Free Software Foundation; either version 2 of the License, or (at
8your option) any later version. The full text of versions 2 and 3 of
9the GPL can be found respectively in the files LICENSE-GPLV2 and
10LICENSE-GPLV3.
11
12EXCEPTION: This distribution of Vidalia may be linked against OpenSSL
13according to the terms of the section below entitled "OpenSSL Exception."
14
15This program is distributed in the hope that it will be useful, but
16WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
18Public License for more details.
19
20You should have received a copy of the GNU General Public License along
21with this program; if not, write to the Free Software Foundation, Inc.,
2251 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23
24                       
25                       _OpenSSL Exception_
26
270. Definitions
28
29"Vidalia" means Vidalia software licensed under version 2 or any later
30version of the GNU General Public License (collectively, "GPL"), or a
31work based on such software and licensed under the GPL.
32
33"OpenSSL" means OpenSSL toolkit software distributed by the OpenSSL
34Project and licensed under the OpenSSL Licenses, or a work based on such
35software and licensed under the OpenSSL Licenses.
36
37"OpenSSL Licenses" means the OpenSSL License and Original SSLeay License
38under which the OpenSSL Project distributes the OpenSSL toolkit software,
39as those licenses appear in the file LICENSE-OPENSSL.
40
411. Exception
42
43You have permission to copy, modify, propagate, and distribute a work
44formed by combining OpenSSL with Vidalia, or a work derivative of such a
45combination, even if such copying, modification, propagation, or
46distribution would otherwise violate the terms of the GPL. You must
47comply with the GPL in all respects for all of the code used other than
48OpenSSL.
49
50You may include this OpenSSL Exception and its grant of permissions when
51you distribute Vidalia.  Inclusion of this notice with such a
52distribution constitutes a grant of such permission.  If you do not wish
53to grant these permissions, remove this section entitled "OpenSSL
54Exception" from your distribution.
55
56
57===================================================================
58
59Vidalia incorporates icons from KDE's Oxygen icon theme. It is
60licensed as follows:
61
62    Copyright (C) 2007 David Vignoni <david@icon-king.com>
63    Copyright (C) 2007 Johann Ollivier Lapeyre <johann@oxygen-icons.org>
64    Copyright (C) 2007 Kenneth Wimer <kwwii@bootsplash.org>
65    Copyright (C) 2007 Nuno Fernades Pinheiro <nf.pinheiro@gmail.com>
66    Copyright (C) 2007 Riccardo Iaconelli <riccardo@oxygen-icons.org>
67    Copyright (C) 2007 David Miller <miller@oxygen-icons.org>
68
69and others
70
71This library is free software; you can redistribute it and/or
72modify it under the terms of the GNU Library General Public
73License as published by the Free Software Foundation; either
74version 3 of the License, or (at your option) any later version.
75
76This library is distributed in the hope that it will be useful,
77but WITHOUT ANY WARRANTY; without even the implied warranty of
78MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
79Library General Public License for more details.
80
81You should have received a copy of the GNU Library General Public
82License along with this library. If not, see <http://www.gnu.org/licenses/>.
83
84===================================================================
85
86Tor is distributed under this license:
87
88Copyright (c) 2001-2004, Roger Dingledine
89Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
90
91Redistribution and use in source and binary forms, with or without
92modification, are permitted provided that the following conditions are
93met:
94
95    * Redistributions of source code must retain the above copyright
96notice, this list of conditions and the following disclaimer.
97
98    * Redistributions in binary form must reproduce the above
99copyright notice, this list of conditions and the following disclaimer
100in the documentation and/or other materials provided with the
101distribution.
102
103    * Neither the names of the copyright owners nor the names of its
104contributors may be used to endorse or promote products derived from
105this software without specific prior written permission.
106
107THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
108"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
109LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
110A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
111OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
112SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
113LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
114DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
115THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
116(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
117OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
118
119src/common/strlcat.c and src/common/strlcpy.c by Todd C. Miller are licensed
120under the following license:
121
122 * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
123 * All rights reserved.
124 *
125 * Redistribution and use in source and binary forms, with or without
126 * modification, are permitted provided that the following conditions
127 * are met:
128 * 1. Redistributions of source code must retain the above copyright
129 *    notice, this list of conditions and the following disclaimer.
130 * 2. Redistributions in binary form must reproduce the above copyright
131 *    notice, this list of conditions and the following disclaimer in the
132 *    documentation and/or other materials provided with the distribution.
133 * 3. The name of the author may not be used to endorse or promote products
134 *    derived from this software without specific prior written permission.
135 *
136 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
137 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
138 * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
139 * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
140 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
141 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
142 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
143 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
144 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
145 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
146
147If you got Tor as a static binary with OpenSSL included, then you should know:
148 "This product includes software developed by the OpenSSL Project
149 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
150===============================================================================
151
152Some of the help documentation text used in Vidalia is derived from the TorFAQ
153Wiki <http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ>. It is licensed
154under the MIT license as follows:
155
156      Copyright (c) 2003-2007 Roger Dingledine
157      Copyright (c) 2004-2005 Nick Mathewson
158      Copyright (c) 2004 Douglas F. Calvert
159
160Permission is hereby granted, free of charge, to any person obtaining a copy
161of this software and associated documentation files (the "Software"), to deal
162in the Software without restriction, including without limitation the rights
163to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
164copies of the Software, and to permit persons to whom the Software is
165furnished to do so, subject to the following conditions:
166
167The above copyright notice and this permission notice shall be included in all
168copies or substantial portions of the Software.
169
170THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
171IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
172FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
173AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
174LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
175OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
176SOFTWARE.
177===============================================================================
178
179This product includes GeoIP data created by MaxMind, available from
180http://maxmind.com. It is licensed as follows:
181
182OPEN DATA LICENSE (GeoLite Country and GeoLite City databases)
183
184Copyright (c) 2007 MaxMind LLC.  All Rights Reserved.
185
186All advertising materials and documentation mentioning features or use of
187this database must display the following acknowledgment:
188"This product includes GeoLite data created by MaxMind, available from
189http://maxmind.com/"
190
191Redistribution and use with or without modification, are permitted provided
192that the following conditions are met:
1931. Redistributions must retain the above copyright notice, this list of
194conditions and the following disclaimer in the documentation and/or other
195materials provided with the distribution.
1962. All advertising materials and documentation mentioning features or use of
197this database must display the following acknowledgement:
198"This product includes GeoLite data created by MaxMind, available from
199http://maxmind.com/"
2003. "MaxMind" may not be used to endorse or promote products derived from this
201database without specific prior written permission.
202
203THIS DATABASE IS PROVIDED BY MAXMIND.COM ``AS IS'' AND ANY
204EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
205WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
206DISCLAIMED. IN NO EVENT SHALL MAXMIND.COM BE LIABLE FOR ANY
207DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
208(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
209LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
210ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
211(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
212DATABASE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
213
214===============================================================================
215
216Vidalia uses the MiniUPnPc library for UPnP support. It is licensed as
217follows:
218
219  Copyright (c) 2005-2007, Thomas BERNARD
220
221Redistribution and use in source and binary forms, with or without
222modification, are permitted provided that the following conditions are
223met:
224
225    * Redistributions of source code must retain the above copyright
226      notice, this list of conditions and the following disclaimer.
227
228    * Redistributions in binary form must reproduce the above
229      copyright notice, this list of conditions and the following
230      disclaimer in the documentation and/or other materials
231      provided with the distribution.
232
233    * Neither the names of the copyright owners nor the names of its
234      contributors may be used to endorse or promote products derived from
235      this software without specific prior written permission.
236
237THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
238"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
239LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
240A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
241OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
242SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
243LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
244DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
245THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
246(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
247OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
248
Note: See TracBrowser for help on using the browser.