1 | /****************************************************************************
|
---|
2 | **
|
---|
3 | ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
---|
4 | ** All rights reserved.
|
---|
5 | ** Contact: Nokia Corporation (qt-info@nokia.com)
|
---|
6 | **
|
---|
7 | ** This file is part of the documentation of the Qt Toolkit.
|
---|
8 | **
|
---|
9 | ** $QT_BEGIN_LICENSE:FDL$
|
---|
10 | ** Commercial Usage
|
---|
11 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
---|
12 | ** accordance with the Qt Commercial License Agreement provided with the
|
---|
13 | ** Software or, alternatively, in accordance with the terms contained in a
|
---|
14 | ** written agreement between you and Nokia.
|
---|
15 | **
|
---|
16 | ** GNU Free Documentation License
|
---|
17 | ** Alternatively, this file may be used under the terms of the GNU Free
|
---|
18 | ** Documentation License version 1.3 as published by the Free Software
|
---|
19 | ** Foundation and appearing in the file included in the packaging of this
|
---|
20 | ** file.
|
---|
21 | **
|
---|
22 | ** If you have questions regarding the use of this file, please contact
|
---|
23 | ** Nokia at qt-info@nokia.com.
|
---|
24 | ** $QT_END_LICENSE$
|
---|
25 | **
|
---|
26 | ****************************************************************************/
|
---|
27 |
|
---|
28 | /*!
|
---|
29 | \page 3rdparty.html
|
---|
30 |
|
---|
31 | \title Third-Party Licenses Used in Qt
|
---|
32 | \ingroup licensing
|
---|
33 | \brief License information for third-party libraries supplied with Qt.
|
---|
34 |
|
---|
35 | Qt includes a number of third-party libraries that are used to provide
|
---|
36 | certain features. Unlike the code described in the
|
---|
37 | \l{Other Licenses Used in Qt}{code used in Qt} document, these
|
---|
38 | libraries are supplied alongside the Qt modules.
|
---|
39 |
|
---|
40 | Third Party Software may impose additional restrictions and it is the
|
---|
41 | user's responsibility to ensure that they have met the licensing
|
---|
42 | requirements of the GPL, LGPL, or Qt Commercial license and the relevant
|
---|
43 | license of the Third Party Software they are using.
|
---|
44 |
|
---|
45 | Run \c{configure -help} to see any options that may be available for
|
---|
46 | controlling the use of these libraries.
|
---|
47 |
|
---|
48 | \tableofcontents
|
---|
49 |
|
---|
50 | \section1 DES (\c des.cpp)
|
---|
51 |
|
---|
52 | \e{Implementation of DES encryption for NTLM\br
|
---|
53 | Copyright 1997-2005 Simon Tatham.\br
|
---|
54 | This software is released under the MIT license.}
|
---|
55 |
|
---|
56 | See \c src/3rdparty/des/des.cpp for more information about the terms and
|
---|
57 | conditions under which the code is supplied.
|
---|
58 |
|
---|
59 | \section1 FreeType 2 (\c freetype) version 2.3.6
|
---|
60 |
|
---|
61 | \e{The FreeType project is a team of volunteers who develop free, portable
|
---|
62 | and high-quality software solutions for digital typography. We specifically
|
---|
63 | target embedded systems and focus on bringing small, efficient and
|
---|
64 | ubiquitous products.} -- quoted from \c 3rdparty/freetype/docs/freetype2.html.
|
---|
65 |
|
---|
66 | See \c src/3rdparty/freetype/docs/FTL.txt and \c
|
---|
67 | src/3rdparty/freetype/docs/GPL.txt for license details.
|
---|
68 |
|
---|
69 | See also the files in \c src/3rdparty/harfbuzz, which are used by
|
---|
70 | FreeType.
|
---|
71 |
|
---|
72 | Parts of the FreeType projects have been modified and put into Qt
|
---|
73 | for use in the painting subsystem. These files are ftraster.h,
|
---|
74 | ftraster.c, ftgrays.h and ftgrays.c. The following modifications
|
---|
75 | has been made to these files:
|
---|
76 |
|
---|
77 | \list
|
---|
78 | \i Renamed FT_ and ft_ symbols to QT_FT_ and qt_ft_ to avoid name
|
---|
79 | conflicts.
|
---|
80 | \i Removed parts of code not relevant when compiled with
|
---|
81 | _STANDALONE_ defined.
|
---|
82 | \i Changed behavior in ftraster.c to follow X polygon filling
|
---|
83 | rules.
|
---|
84 | \i Implemented support in ftraster.c for winding / odd even
|
---|
85 | polygon fill rules.
|
---|
86 | \i Replaced bitmap generation with span generation in ftraster.c
|
---|
87 | \i Renamed: ftraster.h to qblackraster_p.h
|
---|
88 | \i Renamed: ftraster.c to qblackraster.c
|
---|
89 | \i Renamed: ftgrays.h to qgrayraster_p.h
|
---|
90 | \i Renamed: ftgrays.c to qgrayraster.c
|
---|
91 | \endlist
|
---|
92 |
|
---|
93 | \section1 HarfBuzz (\c harfbuzz)
|
---|
94 |
|
---|
95 | \e{This is HarfBuzz, an OpenType Layout engine.}
|
---|
96 |
|
---|
97 | \e{It was derived originally from the OpenType code in FreeType-1.x, ported to
|
---|
98 | FreeType2. (This code has been abandoned for FreeType2, but until something
|
---|
99 | better comes along, should serve our purposes.) In addition to porting to
|
---|
100 | FreeType-2, it has been modified in various other ways.} -- quoted from
|
---|
101 | \c src/3rdparty/harfbuzz/README.
|
---|
102 |
|
---|
103 | \hr
|
---|
104 |
|
---|
105 | Copyright (C) 2004,2007 Red Hat, Inc.\br
|
---|
106 | Copyright (C) 1998-2004 David Turner and Werner Lemberg\br
|
---|
107 | Copyright (C) 2006 Behdad Esfahbod\br
|
---|
108 | Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
|
---|
109 |
|
---|
110 | This is part of HarfBuzz, an OpenType Layout engine library.
|
---|
111 |
|
---|
112 | Permission is hereby granted, without written agreement and without
|
---|
113 | license or royalty fees, to use, copy, modify, and distribute this
|
---|
114 | software and its documentation for any purpose, provided that the
|
---|
115 | above copyright notice and the following two paragraphs appear in
|
---|
116 | all copies of this software.
|
---|
117 |
|
---|
118 | IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
|
---|
119 | DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
|
---|
120 | ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
|
---|
121 | IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
---|
122 | DAMAGE.
|
---|
123 |
|
---|
124 | THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
|
---|
125 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
---|
126 | FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
|
---|
127 | ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
|
---|
128 | PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
---|
129 |
|
---|
130 | \hr
|
---|
131 |
|
---|
132 | See \c src/3rdparty/harfbuzz/COPYING.FTL and src/3rdparty/harfbuzz/COPYING.GPL
|
---|
133 | for license details.
|
---|
134 |
|
---|
135 | \section1 The Independent JPEG Group's JPEG Software (\c libjpeg) version 8
|
---|
136 |
|
---|
137 | \e{This package contains C software to implement JPEG image compression and
|
---|
138 | decompression. JPEG (pronounced "jay-peg") is a standardized compression
|
---|
139 | method for full-color and gray-scale images. JPEG is intended for compressing
|
---|
140 | "real-world" scenes; line drawings, cartoons and other non-realistic images
|
---|
141 | are not its strong suit. JPEG is lossy, meaning that the output image is not
|
---|
142 | exactly identical to the input image.} -- quoted from \c
|
---|
143 | src/3rdparty/libjpeg/README.
|
---|
144 |
|
---|
145 | \hr
|
---|
146 |
|
---|
147 | This software is based in part on the work of the Independent JPEG Group.
|
---|
148 |
|
---|
149 | \hr
|
---|
150 |
|
---|
151 | See \c src/3rdparty/libjpeg/README for license details.
|
---|
152 |
|
---|
153 | \section1 MD4 (\c md4.cpp and \c md4.h)
|
---|
154 |
|
---|
155 | \e{MD4 (RFC-1320) message digest.\br
|
---|
156 | Modified from MD5 code by Andrey Panin <pazke@donpac.ru>\br\br
|
---|
157 | Written by Solar Designer <solar@openwall.com> in 2001, and placed in\br
|
---|
158 | the public domain. There's absolutely no warranty.}
|
---|
159 |
|
---|
160 | See \c src/3rdparty/md4/md4.cpp and \c src/3rdparty/md4/md4.h for more
|
---|
161 | information about the terms and conditions under which the code is
|
---|
162 | supplied.
|
---|
163 |
|
---|
164 | \section1 MD5 (\c md5.cpp and \c md5.h)
|
---|
165 |
|
---|
166 | \e{This code implements the MD5 message-digest algorithm.
|
---|
167 | The algorithm is due to Ron Rivest. This code was
|
---|
168 | written by Colin Plumb in 1993, no copyright is claimed.
|
---|
169 | This code is in the public domain; do with it what you wish.} -- quoted from
|
---|
170 | \c src/3rdparty/md5/md5.h
|
---|
171 |
|
---|
172 | See \c src/3rdparty/md5/md5.cpp and \c src/3rdparty/md5/md5.h for more
|
---|
173 | information about the terms and conditions under which the code is
|
---|
174 | supplied.
|
---|
175 |
|
---|
176 | \section1 MNG Library (\c libmng) version 1.0.10
|
---|
177 |
|
---|
178 | \e{The libmng library supports decoding, displaying, encoding, and various
|
---|
179 | other manipulations of the Multiple-image Network Graphics (MNG) format
|
---|
180 | image files. It uses the zlib compression library, and optionally the
|
---|
181 | JPEG library by the Independant JPEG Group (IJG) and/or
|
---|
182 | lcms (little cms), a color-management library by Marti Maria Saguer.}
|
---|
183 | -- quoted from \c src/3rdparty/libmng/doc/libmng.txt
|
---|
184 |
|
---|
185 | See \c src/3rdparty/libmng/LICENSE for license details.
|
---|
186 |
|
---|
187 | \section1 PNG Reference Library (\c libpng) version 1.4.0
|
---|
188 |
|
---|
189 | \e{Libpng was written as a companion to the PNG specification, as a way
|
---|
190 | of reducing the amount of time and effort it takes to support the PNG
|
---|
191 | file format in application programs.} -- quoted from \c
|
---|
192 | src/3rdparty/libpng/libpng.txt.
|
---|
193 |
|
---|
194 | \hr
|
---|
195 |
|
---|
196 | copyright (C) 1999 by Willem van Schaik <willem@schaik.com>
|
---|
197 |
|
---|
198 | version 1.0 - 1999.10.15 - First version.
|
---|
199 |
|
---|
200 | Permission to use, copy, modify, and distribute this software and
|
---|
201 | its documentation for any purpose and without fee is hereby granted,
|
---|
202 | provided that the above copyright notice appear in all copies and
|
---|
203 | that both that copyright notice and this permission notice appear in
|
---|
204 | supporting documentation. This software is provided "as is" without
|
---|
205 | express or implied warranty.
|
---|
206 |
|
---|
207 | \hr
|
---|
208 |
|
---|
209 | Copyright (c) 1998-2001 Greg Roelofs. All rights reserved.
|
---|
210 |
|
---|
211 | This software is provided "as is," without warranty of any kind,
|
---|
212 | express or implied. In no event shall the author or contributors
|
---|
213 | be held liable for any damages arising in any way from the use of
|
---|
214 | this software.
|
---|
215 |
|
---|
216 | Permission is granted to anyone to use this software for any purpose,
|
---|
217 | including commercial applications, and to alter it and redistribute
|
---|
218 | it freely, subject to the following restrictions:
|
---|
219 |
|
---|
220 | 1. Redistributions of source code must retain the above copyright
|
---|
221 | notice, disclaimer, and this list of conditions.
|
---|
222 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
223 | notice, disclaimer, and this list of conditions in the documenta-
|
---|
224 | tion and/or other materials provided with the distribution.
|
---|
225 | 3. All advertising materials mentioning features or use of this
|
---|
226 | software must display the following acknowledgment:
|
---|
227 |
|
---|
228 | This product includes software developed by Greg Roelofs
|
---|
229 | and contributors for the book, "PNG: The Definitive Guide,"
|
---|
230 | published by O'Reilly and Associates.
|
---|
231 |
|
---|
232 | \hr
|
---|
233 |
|
---|
234 | See \c src/3rdparty/libpng/LICENSE for license details.
|
---|
235 |
|
---|
236 | \section1 The ptmalloc memory allocator (\c ptmalloc3) version 1.8
|
---|
237 |
|
---|
238 | \e ptmcalloc3 is a scalable concurrent memory allocator suitable
|
---|
239 | for use in multi-threaded programs.
|
---|
240 |
|
---|
241 | \hr
|
---|
242 |
|
---|
243 | Copyright (c) 2001-2006 Wolfram Gloger
|
---|
244 |
|
---|
245 | Permission to use, copy, modify, distribute, and sell this software
|
---|
246 | and its documentation for any purpose is hereby granted without fee,
|
---|
247 | provided that (i) the above copyright notices and this permission
|
---|
248 | notice appear in all copies of the software and related documentation,
|
---|
249 | and (ii) the name of Wolfram Gloger may not be used in any advertising
|
---|
250 | or publicity relating to the software.
|
---|
251 |
|
---|
252 | THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
---|
253 | EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
---|
254 | WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
---|
255 |
|
---|
256 | IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL,
|
---|
257 | INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY
|
---|
258 | DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
---|
259 | WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY
|
---|
260 | OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
---|
261 | PERFORMANCE OF THIS SOFTWARE.
|
---|
262 |
|
---|
263 | \hr
|
---|
264 |
|
---|
265 | See \c src/3rdparty/ptmalloc/COPYRIGHT for license details.
|
---|
266 |
|
---|
267 | \section1 SHA-1 (\c sha1.cpp)
|
---|
268 |
|
---|
269 | \e{Based on the public domain implementation of the SHA-1 algorithm\br
|
---|
270 | Copyright (C) Dominik Reichl <dominik.reichl@t-online.de>}
|
---|
271 |
|
---|
272 | See \c src/3rdparty/sha1/sha1.cpp for more information about the terms and
|
---|
273 | conditions under which the code is supplied.
|
---|
274 |
|
---|
275 | \section1 SQLite (\c sqlite) version 3.5.9
|
---|
276 |
|
---|
277 | \e{SQLite is a small C library that implements a
|
---|
278 | self-contained, embeddable, zero-configuration SQL database engine.}
|
---|
279 | -- quoted from \l{http://www.sqlite.org/}{www.sqlite.org}.
|
---|
280 |
|
---|
281 | According to the comments in the source files, the code is in the public
|
---|
282 | domain. See the
|
---|
283 | \l{http://www.sqlite.org/copyright.html}{SQLite Copyright} page on the
|
---|
284 | SQLite web site for further information.
|
---|
285 |
|
---|
286 | \section1 TIFF Software Distribution (\c libtiff) version 3.8.2
|
---|
287 |
|
---|
288 | \e {libtiff is a set of C functions (a library) that support the
|
---|
289 | manipulation of TIFF image files.} -- quoted from \c
|
---|
290 | src/libtiff/html/libtiff.html
|
---|
291 |
|
---|
292 | \hr
|
---|
293 |
|
---|
294 | Copyright (c) 1987, 1993, 1994\br
|
---|
295 | The Regents of the University of California. All rights reserved.
|
---|
296 |
|
---|
297 | Redistribution and use in source and binary forms, with or without
|
---|
298 | modification, are permitted provided that the following conditions
|
---|
299 | are met:\br
|
---|
300 | 1. Redistributions of source code must retain the above copyright
|
---|
301 | notice, this list of conditions and the following disclaimer.\br
|
---|
302 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
303 | notice, this list of conditions and the following disclaimer in the
|
---|
304 | documentation and/or other materials provided with the distribution.\br
|
---|
305 | 3. Neither the name of the University nor the names of its contributors
|
---|
306 | may be used to endorse or promote products derived from this software
|
---|
307 | without specific prior written permission.
|
---|
308 |
|
---|
309 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
---|
310 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
311 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
---|
312 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
---|
313 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
---|
314 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
---|
315 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
---|
316 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
---|
317 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
---|
318 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
---|
319 | SUCH DAMAGE.
|
---|
320 |
|
---|
321 | \hr
|
---|
322 |
|
---|
323 | Copyright (C) 1988-1997 Sam Leffler\br
|
---|
324 | Copyright (C) 1991-1997 Silicon Graphics, Inc.\br
|
---|
325 | Copyright (c) Joris Van Damme <info@awaresystems.be>\br
|
---|
326 | Copyright (c) AWare Systems <http://www.awaresystems.be/>\br
|
---|
327 | Portions Copyright (C) 1985-1987, 1990 Regents of the University of California\br
|
---|
328 | Portions Copyright (C) 1990, 1991 Digital Equipment Corporation\br
|
---|
329 | Portions Copyright (C) 1990 Sun Microsystems, Inc.\br
|
---|
330 | Portions Copyright (C) 1990, 1995 Frank D. Cringle\br
|
---|
331 | Portions Copyright (C) 1996 BancTec AB\br
|
---|
332 | Portions Copyright (C) 1996 Mike Johnson\br
|
---|
333 | Portions Copyright (C) 1996 Pixar\br
|
---|
334 | Portions Copyright (C) 1997 Greg Ward Larson\br
|
---|
335 | Portions Copyright (C) 2000 Frank Warmerdam\br
|
---|
336 | Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>\br
|
---|
337 | Copyright (c( 1996 USAF Phillips Laboratory\br
|
---|
338 | Additions (c) Richard Nolde 2006-2009
|
---|
339 |
|
---|
340 | Permission to use, copy, modify, distribute, and sell this software and
|
---|
341 | its documentation for any purpose is hereby granted without fee, provided
|
---|
342 | that (i) the above copyright notices and this permission notice appear in
|
---|
343 | all copies of the software and related documentation, and (ii) the names of
|
---|
344 | Sam Leffler and Silicon Graphics may not be used in any advertising or
|
---|
345 | publicity relating to the software without the specific, prior written
|
---|
346 | permission of Sam Leffler and Silicon Graphics.
|
---|
347 |
|
---|
348 | THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
---|
349 | EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
---|
350 | WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
---|
351 |
|
---|
352 | IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
|
---|
353 | ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
|
---|
354 | OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
---|
355 | WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
---|
356 | LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
---|
357 | OF THIS SOFTWARE.
|
---|
358 |
|
---|
359 | \hr
|
---|
360 |
|
---|
361 | Copyright (c) 1985, 1986 The Regents of the University of California.\br
|
---|
362 | All rights reserved.
|
---|
363 |
|
---|
364 | This code is derived from software contributed to Berkeley by
|
---|
365 | James A. Woods, derived from original work by Spencer Thomas
|
---|
366 | and Joseph Orost.
|
---|
367 |
|
---|
368 | Redistribution and use in source and binary forms are permitted
|
---|
369 | provided that the above copyright notice and this paragraph are
|
---|
370 | duplicated in all such forms and that any documentation,
|
---|
371 | advertising materials, and other materials related to such
|
---|
372 | distribution and use acknowledge that the software was developed
|
---|
373 | by the University of California, Berkeley. The name of the
|
---|
374 | University may not be used to endorse or promote products derived
|
---|
375 | from this software without specific prior written permission.
|
---|
376 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
|
---|
377 | IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
---|
378 | WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
---|
379 |
|
---|
380 | \hr
|
---|
381 |
|
---|
382 | Copyright (c) 1996-1997 Sam Leffler\br
|
---|
383 | Copyright (c) 1996 Pixar
|
---|
384 |
|
---|
385 | Permission to use, copy, modify, distribute, and sell this software and
|
---|
386 | its documentation for any purpose is hereby granted without fee, provided
|
---|
387 | that (i) the above copyright notices and this permission notice appear in
|
---|
388 | all copies of the software and related documentation, and (ii) the names of
|
---|
389 | Pixar, Sam Leffler and Silicon Graphics may not be used in any advertising or
|
---|
390 | publicity relating to the software without the specific, prior written
|
---|
391 | permission of Pixar, Sam Leffler and Silicon Graphics.
|
---|
392 |
|
---|
393 | THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
---|
394 | EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
---|
395 | WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
---|
396 |
|
---|
397 | IN NO EVENT SHALL PIXAR, SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
|
---|
398 | ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
|
---|
399 | OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
---|
400 | WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
---|
401 | LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
---|
402 | OF THIS SOFTWARE.
|
---|
403 |
|
---|
404 | \hr
|
---|
405 |
|
---|
406 | See \c src/3rdparty/libtiff/README for license details.
|
---|
407 |
|
---|
408 | \section1 Wintab API (\c wintab)
|
---|
409 |
|
---|
410 | Wintab is a de facto API for pointing devices on Windows. The
|
---|
411 | wintab code is from \l{http://www.pointing.com/WINTAB.HTM}.
|
---|
412 |
|
---|
413 | See \c src/3rdparty/wintab/wintab.h for license details.
|
---|
414 |
|
---|
415 | \section1 Data Compression Library (\c zlib) version 1.2.3
|
---|
416 |
|
---|
417 | \e{zlib is a general purpose data compression library. All the code
|
---|
418 | is thread safe. The data format used by the zlib library is described
|
---|
419 | by RFCs (Request for Comments) 1950 to 1952} -- quoted from \c
|
---|
420 | src/3rdparty/zlib/README.
|
---|
421 |
|
---|
422 | See \c src/3rdparty/zlib/README for license details.
|
---|
423 |
|
---|
424 | \section1 JavaScriptCore
|
---|
425 |
|
---|
426 | Copyright (c) 1991, 2000, 2001 by Lucent Technologies.\br
|
---|
427 | Copyright (C) 2002, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
|
---|
428 |
|
---|
429 | Permission to use, copy, modify, and distribute this software for any
|
---|
430 | purpose without fee is hereby granted, provided that this entire notice
|
---|
431 | is included in all copies of any software which is or includes a copy
|
---|
432 | or modification of this software and in all copies of the supporting
|
---|
433 | documentation for such software.
|
---|
434 |
|
---|
435 | THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
|
---|
436 | WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
|
---|
437 | REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
|
---|
438 | OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
|
---|
439 |
|
---|
440 | See \c src/3rdparty/webkit/JavaScriptCore/wtf/dtoa.cpp for license details.
|
---|
441 |
|
---|
442 | \hr
|
---|
443 |
|
---|
444 | Copyright (C) 2009 Company 100, Inc. All rights reserved.
|
---|
445 |
|
---|
446 | Redistribution and use in source and binary forms, with or without
|
---|
447 | modification, are permitted provided that the following conditions
|
---|
448 | are met:\br
|
---|
449 | 1. Redistributions of source code must retain the above copyright
|
---|
450 | notice, this list of conditions and the following disclaimer.\br
|
---|
451 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
452 | notice, this list of conditions and the following disclaimer in the
|
---|
453 | documentation and/or other materials provided with the distribution.
|
---|
454 |
|
---|
455 | THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
|
---|
456 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
457 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
---|
458 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
|
---|
459 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
---|
460 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
---|
461 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
---|
462 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
---|
463 | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
464 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
---|
465 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
466 |
|
---|
467 | \hr
|
---|
468 |
|
---|
469 | Copyright (C) 2009 Apple Inc. All rights reserved.\br
|
---|
470 | Copyright (C) 2009 University of Szeged\br
|
---|
471 | All rights reserved.\br
|
---|
472 | Copyright (C) 2010 MIPS Technologies, Inc. All rights reserved.\br
|
---|
473 |
|
---|
474 | Redistribution and use in source and binary forms, with or without
|
---|
475 | modification, are permitted provided that the following conditions
|
---|
476 | are met:\br
|
---|
477 | 1. Redistributions of source code must retain the above copyright
|
---|
478 | notice, this list of conditions and the following disclaimer.\br
|
---|
479 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
480 | notice, this list of conditions and the following disclaimer in the
|
---|
481 | documentation and/or other materials provided with the distribution.
|
---|
482 |
|
---|
483 | THIS SOFTWARE IS PROVIDED BY MIPS TECHNOLOGIES, INC. ``AS IS'' AND ANY
|
---|
484 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
485 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
---|
486 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MIPS TECHNOLOGIES, INC. OR
|
---|
487 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
---|
488 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
---|
489 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
---|
490 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
---|
491 | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
492 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
---|
493 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
494 |
|
---|
495 |
|
---|
496 | \section1 Pixman (\c pixman) version 0.17.11
|
---|
497 |
|
---|
498 | \e{pixman is a library that provides low-level pixel manipulation
|
---|
499 | features such as image compositing and trapezoid rasterization.} -- quoted
|
---|
500 | from \c src/3rdparty/pixman/README
|
---|
501 |
|
---|
502 | We are only using the pixman-arm-neon-asm.h and pixman-arm-neon-asm.S
|
---|
503 | source files which have the following copyright and license header:
|
---|
504 |
|
---|
505 | \hr
|
---|
506 |
|
---|
507 | Copyright © 2009 Nokia Corporation
|
---|
508 |
|
---|
509 | Permission is hereby granted, free of charge, to any person obtaining a
|
---|
510 | copy of this software and associated documentation files (the "Software"),
|
---|
511 | to deal in the Software without restriction, including without limitation
|
---|
512 | the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
513 | and/or sell copies of the Software, and to permit persons to whom the
|
---|
514 | Software is furnished to do so, subject to the following conditions:
|
---|
515 |
|
---|
516 | The above copyright notice and this permission notice (including the next
|
---|
517 | paragraph) shall be included in all copies or substantial portions of the
|
---|
518 | Software.
|
---|
519 |
|
---|
520 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
521 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
522 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
523 | THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
524 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
525 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
526 | DEALINGS IN THE SOFTWARE.
|
---|
527 |
|
---|
528 | Author: Siarhei Siamashka (siarhei.siamashka@nokia.com)
|
---|
529 |
|
---|
530 | \hr
|
---|
531 |
|
---|
532 | See \c src/3rdparty/pixman/pixman-arm-neon-asm.h and
|
---|
533 | \c src/3rdparty/pixman/pixman-arm-neon-asm.S
|
---|
534 |
|
---|
535 | \section1 WebCore (WebKit)
|
---|
536 |
|
---|
537 | Copyright (C) 2009 Ericsson AB\br
|
---|
538 | All rights reserved.
|
---|
539 |
|
---|
540 | Redistribution and use in source and binary forms, with or without
|
---|
541 | modification, are permitted provided that the following conditions
|
---|
542 | are met:
|
---|
543 |
|
---|
544 | 1. Redistributions of source code must retain the above copyright
|
---|
545 | notice, this list of conditions and the following disclaimer.\br
|
---|
546 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
547 | notice, this list of conditions and the following disclaimer
|
---|
548 | in the documentation and/or other materials provided with the
|
---|
549 | distribution.\br
|
---|
550 | 3. Neither the name of Ericsson nor the names of its contributors
|
---|
551 | may be used to endorse or promote products derived from this
|
---|
552 | software without specific prior written permission.
|
---|
553 |
|
---|
554 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
---|
555 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
---|
556 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
---|
557 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
---|
558 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
---|
559 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
---|
560 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
---|
561 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
---|
562 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
563 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
---|
564 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
565 |
|
---|
566 | \hr
|
---|
567 |
|
---|
568 | Copyright (C) 2004, Apple Computer, Inc. and The Mozilla Foundation.\br
|
---|
569 | All rights reserved.
|
---|
570 |
|
---|
571 | Redistribution and use in source and binary forms, with or without
|
---|
572 | modification, are permitted provided that the following conditions are
|
---|
573 | met:
|
---|
574 |
|
---|
575 | 1. Redistributions of source code must retain the above copyright
|
---|
576 | notice, this list of conditions and the following disclaimer.\br
|
---|
577 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
578 | notice, this list of conditions and the following disclaimer in the
|
---|
579 | documentation and/or other materials provided with the distribution.\br
|
---|
580 | 3. Neither the names of Apple Computer, Inc. ("Apple") or The Mozilla
|
---|
581 | Foundation ("Mozilla") nor the names of their contributors may be used
|
---|
582 | to endorse or promote products derived from this software without
|
---|
583 | specific prior written permission.
|
---|
584 |
|
---|
585 | THIS SOFTWARE IS PROVIDED BY APPLE, MOZILLA AND THEIR CONTRIBUTORS "AS
|
---|
586 | IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
---|
587 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
---|
588 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, MOZILLA OR
|
---|
589 | THEIR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
---|
590 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
---|
591 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
---|
592 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
---|
593 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
---|
594 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
---|
595 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
596 |
|
---|
597 | \hr
|
---|
598 |
|
---|
599 | Copyright (C) 2009 Igalia S.L.\br
|
---|
600 | Copyright (C) 2009 Antonio Gomes <tonikitoo@webkit.org>\br
|
---|
601 | Copyright (C) 2008 Christian Dywan <christian@imendio.com>\br
|
---|
602 | Copyright (C) 2007 Nicholas Shanks <contact@nickshanks.com>\br
|
---|
603 | Copyright (C) 2006 Charles Samuels <charles@kde.org>\br
|
---|
604 | Copyright (C) 2009 Dominik Röttsches <dominik.roettsches@access-company.com>\br
|
---|
605 | Copyright (C) 2009 Brent Fulgham\br
|
---|
606 | Copyright (C) 2009 Girish Ramakrishnan <girish@forwardbias.in>\br
|
---|
607 | Copyright (C) 2006 Alexander Kellett <lypanov@kde.org>\br
|
---|
608 | Copyright (C) 2009 Cameron McCormack <cam@mcc.id.au>\br
|
---|
609 |
|
---|
610 | Redistribution and use in source and binary forms, with or without
|
---|
611 | modification, are permitted provided that the following conditions
|
---|
612 | are met:\br
|
---|
613 | 1. Redistributions of source code must retain the above copyright
|
---|
614 | notice, this list of conditions and the following disclaimer.\br
|
---|
615 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
616 | notice, this list of conditions and the following disclaimer in the
|
---|
617 | documentation and/or other materials provided with the distribution.
|
---|
618 |
|
---|
619 | THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
|
---|
620 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
---|
621 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
---|
622 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
|
---|
623 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
---|
624 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
---|
625 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
---|
626 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
---|
627 | OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
628 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
---|
629 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
630 |
|
---|
631 | \hr
|
---|
632 |
|
---|
633 | Copyright (C) 2007, 2008 Apple Inc. All rights reserved.\br
|
---|
634 | Copyright (C) IBM Corp. 2009 All rights reserved.
|
---|
635 |
|
---|
636 | Redistribution and use in source and binary forms, with or without
|
---|
637 | modification, are permitted provided that the following conditions
|
---|
638 | are met:
|
---|
639 |
|
---|
640 | 1. Redistributions of source code must retain the above copyright
|
---|
641 | notice, this list of conditions and the following disclaimer.\br
|
---|
642 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
643 | notice, this list of conditions and the following disclaimer in the
|
---|
644 | documentation and/or other materials provided with the distribution.\br
|
---|
645 | 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
|
---|
646 | its contributors may be used to endorse or promote products derived
|
---|
647 | from this software without specific prior written permission.\br
|
---|
648 |
|
---|
649 | THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
|
---|
650 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
---|
651 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
---|
652 | DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
|
---|
653 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
---|
654 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
---|
655 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
---|
656 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
657 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
---|
658 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
659 |
|
---|
660 | \hr
|
---|
661 |
|
---|
662 | Copyright (C) 2009 Alex Milowski (alex@milowski.com). All rights reserved.\br
|
---|
663 | Copyright (C) 2010 François Sausset (sausset@gmail.com). All rights reserved\br
|
---|
664 | Copyright (C) 2007 Marius Renn <damarvy@gmail.com> All rights reserved.
|
---|
665 |
|
---|
666 | Redistribution and use in source and binary forms, with or without
|
---|
667 | modification, are permitted provided that the following conditions
|
---|
668 | are met:\br
|
---|
669 | 1. Redistributions of source code must retain the above copyright
|
---|
670 | notice, this list of conditions and the following disclaimer.\br
|
---|
671 | 2. Redistributions in binary form must reproduce the above copyright
|
---|
672 | notice, this list of conditions and the following disclaimer in the
|
---|
673 | documentation and/or other materials provided with the distribution.
|
---|
674 |
|
---|
675 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
---|
676 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
---|
677 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
---|
678 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
---|
679 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
---|
680 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
---|
681 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
---|
682 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
---|
683 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
---|
684 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
---|
685 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
686 |
|
---|
687 | \hr
|
---|
688 |
|
---|
689 | jquery 1.4.2.js Copyright 2010 John Resig
|
---|
690 | This software is dual licensed under the MIT or GPL version 2 licenses.
|
---|
691 | Nokia has used the software herein under the MIT license.
|
---|
692 |
|
---|
693 | jquery includes Sizzle.js Copyright 2010 The Dojo Foundaton and is
|
---|
694 | licensed under the MIT, BSD and GPL licenses. Nokia has used this
|
---|
695 | software herein under the MIT license.
|
---|
696 |
|
---|
697 | The MIT License
|
---|
698 |
|
---|
699 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
---|
700 | of this software and associated documentation files (the "Software"), to deal
|
---|
701 | in the Software without restriction, including without limitation the rights
|
---|
702 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
---|
703 | copies of the Software, and to permit persons to whom the Software is
|
---|
704 | furnished to do so, subject to the following conditions:
|
---|
705 |
|
---|
706 | The above copyright notice and this permission notice shall be included in
|
---|
707 | all copies or substantial portions of the Software.
|
---|
708 |
|
---|
709 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
710 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
711 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
---|
712 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
713 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
---|
714 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
---|
715 | THE SOFTWARE.
|
---|
716 |
|
---|
717 |
|
---|
718 | \section1 The Public Suffix List
|
---|
719 |
|
---|
720 | \e{The Public Suffix List is an initiative of the Mozilla Project, but is
|
---|
721 | maintained as a community resource. It is available for use in any
|
---|
722 | software, but was originally created to meet the needs of browser
|
---|
723 | manufacturers. It allows browsers to, for example:}
|
---|
724 | \list
|
---|
725 | \o \e{Avoid privacy-damaging "supercookies" being set for high-level
|
---|
726 | domain name suffixes}
|
---|
727 | \o \e{Highlight the most important part of a domain name in the user
|
---|
728 | interface}
|
---|
729 | \o \e{Accurately sort history entries by site}
|
---|
730 | \endlist
|
---|
731 | -- quoted from \l{publicsuffix.org}.
|
---|
732 |
|
---|
733 | The public suffix list is used inside Qt to avoid such "supercookies"
|
---|
734 | mentioned above being set in the cookie jar supported by Qt (by the
|
---|
735 | QNetworkCookieJar class).
|
---|
736 |
|
---|
737 | See \c src/network/access/qnetworkcookiejartlds_p.h.INFO for more
|
---|
738 | information about how the list is used.
|
---|
739 | */
|
---|