source: trunk/doc/src/legal/licenses.qdoc@ 1010

Last change on this file since 1010 was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 46.3 KB
Line 
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 \group licensing
30 \title Licensing Information
31 \brief Information about licenses and licensing issues.
32
33 These documents include information about Qt's licenses and the licenses
34 of third party components used in Qt.
35
36 \generatelist{related}
37*/
38
39
40/*!
41 \page licenses.html
42 \title Other Licenses Used in Qt
43 \ingroup licensing
44 \brief Information about other licenses used for Qt components and third-party code.
45
46 Qt contains some code that is not provided under the
47 \l{GNU General Public License (GPL)},
48 \l{GNU Lesser General Public License (LGPL)} or the
49 \l{Qt Commercial Edition}{Qt Commercial License Agreement}, but rather under
50 specific licenses from the original authors. Some pieces of code were developed
51 by Nokia and others originated from third parties.
52 This page lists the licenses used, names the authors, and links
53 to the places where it is used.
54
55 Nokia gratefully acknowledges these and other contributions
56 to Qt. We recommend that programs that use Qt also acknowledge
57 these contributions, and quote these license statements in an
58 appendix to the documentation.
59
60 See also: \l{Licenses for Fonts Used in Qt for Embedded Linux}
61
62 \generatelist legalese
63
64 \hr
65
66 Copyright (C) 2000-2004, International Business Machines\br
67 Corporation and others. All Rights Reserved.\br
68 Copyright (C) 2007 Apple Inc. All rights reserved.
69
70 Permission is hereby granted, free of charge, to any person obtaining a copy of this
71 software and associated documentation files (the "Software"), to deal in the Software
72 without restriction, including without limitation the rights to use, copy, modify,
73 merge, publish, distribute, and/or sell copies of the Software, and to permit persons
74 to whom the Software is furnished to do so, provided that the above copyright notice(s)
75 and this permission notice appear in all copies of the Software and that both the above
76 copyright notice(s) and this permission notice appear in supporting documentation.
77
78 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
79 INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
80 PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER
81 OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
82 CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
83 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
84 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
85
86 Except as contained in this notice, the name of a copyright holder shall not be used in
87 advertising or otherwise to promote the sale, use or other dealings in this Software
88 without prior written authorization of the copyright holder.
89
90 \list
91 \o Parts of WebKit used by the QtWebKit module
92 \endlist
93
94 \hr
95
96 Copyright (c) 1998 by Bjorn Reese <breese@imada.ou.dk>
97
98 Permission to use, copy, modify, and distribute this software for any
99 purpose with or without fee is hereby granted, provided that the above
100 copyright notice and this permission notice appear in all copies.
101
102 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
103 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
104 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
105 CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
106
107 \list
108 \o Parts of the QCrashHandler class
109 \endlist
110
111 \hr
112
113 Parts of the FreeType projects have been modified and put into Qt
114 for use in the painting subsystem. These files are ftraster.h,
115 ftraster.c, ftgrays.h and ftgrays.c. The following modifications
116 has been made to these files:
117
118 \list
119 \i Renamed FT_ and ft_ symbols to QT_FT_ and qt_ft_ to avoid name
120 conflicts in \c{qrasterdefs_p.h}.
121 \i Removed parts of code not relevant when compiled with
122 _STANDALONE_ defined.
123 \i Changed behavior in \c{ftraster.c} to follow X polygon filling
124 rules.
125 \i Implemented support in \c{ftraster.c} for winding / odd even
126 polygon fill rules.
127 \i Replaced bitmap generation with span generation in \c{ftraster.c}.
128 \i Renamed \c{ftraster.h} as \c{qblackraster_p.h}.
129 \i Renamed \c{ftraster.c} as \c{qblackraster.c}.
130 \i Renamed \c{ftgrays.h} as \c{qgrayraster_p.h}.
131 \i Renamed \c{ftgrays.c} as \c{qgrayraster.c}.
132 \endlist
133
134 See \c src/3rdparty/freetype/docs/FTL.txt and \c
135 src/3rdparty/freetype/docs/GPL.txt for license details.
136
137 \hr
138
139 Copyright (c) 1985, 1986, 1987 X Consortium
140
141 Permission is hereby granted, free of charge, to any person obtaining
142 a copy of this software and associated documentation files (the
143 "Software"), to deal in the Software without restriction, including
144 without limitation the rights to use, copy, modify, merge, publish,
145 distribute, sublicense, and/or sell copies of the Software, and to
146 permit persons to whom the Software is furnished to do so, subject to
147 the following conditions:
148
149 The above copyright notice and this permission notice shall be included
150 in all copies or substantial portions of the Software.
151
152 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
153 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
154 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
155 IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
156 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
157 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
158 OTHER DEALINGS IN THE SOFTWARE.
159
160 Except as contained in this notice, the name of the X Consortium shall
161 not be used in advertising or otherwise to promote the sale, use or
162 other dealings in this Software without prior written authorization
163 from the X Consortium.
164
165 \list
166 \o Parts of the Q3PolygonScanner class used in Qt for Embedded Linux
167 \endlist
168
169 \hr
170
171 Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
172
173 All Rights Reserved
174
175 Permission to use, copy, modify, and distribute this software and its
176 documentation for any purpose and without fee is hereby granted,
177 provided that the above copyright notice appear in all copies and that
178 both that copyright notice and this permission notice appear in
179 supporting documentation, and that the name of Digital not be
180 used in advertising or publicity pertaining to distribution of the
181 software without specific, written prior permission.
182
183 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
184 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
185 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
186 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
187 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
188 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
189 SOFTWARE.
190
191 \list
192 \o Parts of the Q3PolygonScanner class used in Qt for Embedded Linux
193 \endlist
194
195 \hr
196
197 Copyright 1985, 1987, 1998 The Open Group
198
199 Permission to use, copy, modify, distribute, and sell this software and its
200 documentation for any purpose is hereby granted without fee, provided that
201 the above copyright notice appear in all copies and that both that
202 copyright notice and this permission notice appear in supporting
203 documentation.
204
205 The above copyright notice and this permission notice shall be included in
206 all copies or substantial portions of the Software.
207
208 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
209 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
210 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
211 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
212 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
213 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
214
215 Except as contained in this notice, the name of The Open Group shall not be
216 used in advertising or otherwise to promote the sale, use or other dealings
217 in this Software without prior written authorization from The Open Group.
218
219 \list
220 \o Parts of the internal QKeyMapper class on X11 platforms
221 \endlist
222
223 \hr
224
225 pnmscale.c - read a portable anymap and scale it
226
227 Copyright (C) 1989, 1991 by Jef Poskanzer.
228
229 Permission to use, copy, modify, and distribute this software and its
230 documentation for any purpose and without fee is hereby granted, provided
231 that the above copyright notice appear in all copies and that both that
232 copyright notice and this permission notice appear in supporting
233 documentation. This software is provided "as is" without express or
234 implied warranty.
235
236 \list
237 \o Parts of the internal QImageSmoothScaler::scale() function use code
238 based on pnmscale.c by Jef Poskanzer.
239 \endlist
240
241 \hr
242
243 jQuery JavaScript Library v1.3.2
244 http://jquery.com/
245
246 Copyright (c) 2009 John Resig
247 Dual licensed under the MIT and GPL licenses.
248 http://docs.jquery.com/License
249
250 Sizzle CSS Selector Engine - v0.9.3
251 Copyright 2009, The Dojo Foundation
252 Released under the MIT, BSD, and GPL Licenses.
253 More information: http://sizzlejs.com/
254
255 \list
256 \o examples/webkit/fancybrowser/jquery.min.js
257 \endlist
258
259 \hr
260
261 Copyright (C) Research In Motion Limited 2009. All rights reserved.
262
263 Redistribution and use in source and binary forms, with or without
264 modification, are permitted provided that the following conditions are met:\br
265 * Redistributions of source code must retain the above copyright
266 notice, this list of conditions and the following disclaimer.\br
267 * Redistributions in binary form must reproduce the above copyright
268 notice, this list of conditions and the following disclaimer in the
269 documentation and/or other materials provided with the distribution.\br
270 * Neither the name of Research In Motion Limited nor the
271 names of its contributors may be used to endorse or promote products
272 derived from this software without specific prior written permission.
273
274 THIS SOFTWARE IS PROVIDED BY Research In Motion Limited ''AS IS'' AND ANY
275 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
276 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
277 DISCLAIMED. IN NO EVENT SHALL Research In Motion Limited BE LIABLE FOR ANY
278 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
279 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
280 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
281 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
282 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
283 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
284
285 \list
286 \o src/corelib/io/qurl.cpp
287 \endlist
288
289 \hr
290
291 Copyright (c) 2007-2008, Apple, Inc.\br
292 Copyright (C) 2008 Cameron Zwarich <cwzwarich@uwaterloo.ca>\br
293 Copyright (C) 2009 Google Inc. All rights reserved.\br
294 Copyright (C) 2008, 2009 Paul Pedriana <ppedriana@ea.com>. All rights reserved.\br
295 Copyright (C) 2007 Justin Haygood (jhaygood@reaktix.com)\br
296 Copyright (C) 2009 Jian Li <jianli@chromium.org>\br
297 Copyright (C) 2007 Staikos Computing Services Inc.\br
298 Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)\br
299 Copyright (C) 2008 Nuanti Ltd.\br
300 Copyright (C) 2007 David Smith (catfish.man@gmail.com)\br
301 Copyright (C) 2008 Tony Chang <idealisms@gmail.com>\br
302 Copyright (C) 2007 Graham Dennis (graham.dennis@gmail.com)
303
304 All rights reserved.
305
306 Redistribution and use in source and binary forms, with or without
307 modification, are permitted provided that the following conditions are met:
308
309 * Redistributions of source code must retain the above copyright notice,
310 this list of conditions and the following disclaimer.
311
312 * Redistributions in binary form must reproduce the above copyright notice,
313 this list of conditions and the following disclaimer in the documentation
314 and/or other materials provided with the distribution.
315
316 * Neither the name of Apple, Inc. nor the names of its contributors
317 may be used to endorse or promote products derived from this software
318 without specific prior written permission.
319
320 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
321 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
322 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
323 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
324 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
325 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
326 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
327 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
328 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
329 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
330 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
331
332 \list
333 \o Parts of WebKit used by the QtWebKit module
334 \endlist
335
336 \hr
337
338 Copyright (C) 1999 Serika Kurusugawa, All rights reserved.\br
339 Copyright (C) 1999-2000 Mizi Research Inc. All rights reserved.\br
340 Copyright (C) 2004, 2005 Daniel M. Duley\br
341 Copyright (C) 2000 Ming-Che Chuang\br
342 Copyright (C) 2001, 2002 James Su, Turbolinux Inc.\br
343 Copyright (C) 2002 WU Yi, HancomLinux Inc.\br
344 Copyright (C) 2001, 2002 Anthony Fok, ThizLinux Laboratory Ltd.\br
345 Copyright (c) 2000 Hans Petter Bieker. All rights reserved.\br
346 Copyright (C) 2001, 2002 ThizLinux Laboratory Ltd.\br
347 Copyright (C) 2001, 2002 Turbolinux, Inc.
348
349 Redistribution and use in source and binary forms, with or without
350 modification, are permitted provided that the following conditions
351 are met:
352
353 1. Redistributions of source code must retain the above copyright
354 notice, this list of conditions and the following disclaimer.
355 2. Redistributions in binary form must reproduce the above copyright
356 notice, this list of conditions and the following disclaimer in the
357 documentation and/or other materials provided with the distribution.
358
359 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
360 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
361 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
362 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
363 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
364 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
365 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
366 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
367 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
368 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
369 SUCH DAMAGE.
370
371 \list
372 \o Parts of the codecs implemented by Qt
373 \endlist
374
375 \hr
376
377 Copyright (c) 1992, 1993\br
378 The Regents of the University of California. All rights reserved.
379
380 Redistribution and use in source and binary forms, with or without
381 modification, are permitted provided that the following conditions
382 are met:
383
384 1. Redistributions of source code must retain the above copyright
385 notice, this list of conditions and the following disclaimer.
386 2. Redistributions in binary form must reproduce the above copyright
387 notice, this list of conditions and the following disclaimer in the
388 documentation and/or other materials provided with the distribution.
389 3. All advertising materials mentioning features or use of this software
390 must display the following acknowledgment:
391 This product includes software developed by the University of
392 California, Berkeley and its contributors.
393 4. Neither the name of the University nor the names of its contributors
394 may be used to endorse or promote products derived from this software
395 without specific prior written permission.
396
397 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
398 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
399 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
400 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
401 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
402 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
403 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
404 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
405 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
406 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
407 SUCH DAMAGE.
408
409 \list
410 \o src/corelib/tools/qlocale.cpp
411 \endlist
412
413 \hr
414
415 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,\br
416 All rights reserved.
417
418 Redistribution and use in source and binary forms, with or without modification,
419 are permitted provided that the following conditions are met:
420
421 * Redistributions of source code must retain the above copyright notice,
422 this list of conditions and the following disclaimer.\br
423 * Redistributions in binary form must reproduce the above copyright notice,
424 this list of conditions and the following disclaimer in the documentation
425 and/or other materials provided with the distribution.\br
426 * Neither the name of the author nor the names of contributors may be used
427 to endorse or promote products derived from this software without specific
428 prior written permission.
429
430 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
431 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
432 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
433 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
434 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
435 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
436 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
437 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
438 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
439 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
440
441 \list
442 \o Parts of WebKit used by the QtWebKit module
443 \endlist
444
445 \hr
446
447 Copyright (C) 2005, 2007, 2008 by George Williams
448
449 Redistribution and use in source and binary forms, with or without
450 modification, are permitted provided that the following conditions are met:
451
452 Redistributions of source code must retain the above copyright notice, this
453 list of conditions and the following disclaimer.
454
455 Redistributions in binary form must reproduce the above copyright notice,
456 this list of conditions and the following disclaimer in the documentation
457 and/or other materials provided with the distribution.
458
459 The name of the author may not be used to endorse or promote products
460 derived from this software without specific prior written permission.
461
462 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
463 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
464 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
465 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
466 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
467 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
468 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
469 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
470 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
471 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
472
473 \list
474 \o Parts of the FreeType library
475 \endlist
476
477 \hr
478
479 Copyright 2001, 2002 Catharon Productions Inc.
480
481 This file is part of the Catharon Typography Project and shall only
482 be used, modified, and distributed under the terms of the Catharon
483 Open Source License that should come with this file under the name
484 `CatharonLicense.txt'. By continuing to use, modify, or distribute
485 this file you indicate that you have read the license and
486 understand and accept it fully.
487
488 Note that this license is compatible with the FreeType license.
489
490 \list
491 \o Included in the build system of the FreeType library
492 \o See \l{CatharonLicense.txt} for more information
493 \endlist
494
495 \hr
496
497 Copyright (C) 2006 Apple Computer, Inc. All rights reserved.\br
498 Copyright (C) 2007 Eric Seidel <eric@webkit.org>\br
499 Copyright (C) 2008 Kelvin W Sherlock (ksherlock@gmail.com)\br
500 Copyright (C) 2008 Alp Toker <alp@atoker.com>\br
501 Copyright (C) 2009 University of Szeged\br
502 Copyright (C) 2007 Alexey Proskuryakov (ap@nypop.com)\br
503 Copyright (C) 2009 Daniel Bates (dbates@intudata.com)\br
504 Copyright (C) 2008 Nikolas Zimmermann <zimmermann@kde.org>\br
505 Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com\br
506 Copyright (C) 2007 Holger Hans Peter Freyther\br
507 Copyright (C) 2008 Collabora Ltd. All rights reserved.\br
508 Copyright (C) 2006 Dirk Mueller <mueller@kde.org>\br
509 Copyright (C) 2006 Zack Rusin <zack@kde.org>\br
510 Copyright (C) 2006 George Staikos <staikos@kde.org>\br
511 Copyright (C) 2006 Simon Hausmann <hausmann@kde.org>\br
512 Copyright (C) 2006 Rob Buis <buis@kde.org>\br
513 Copyright (C) 2008 Julien Chaffraix <jchaffraix@webkit.org>\br
514 Copyright (C) 2007 Henry Mason (hmason@mac.com)\br
515 Copyright (C) 1999 Lars Knoll (knoll@kde.org)\br
516 Copyright (C) 1999 Antti Koivisto (koivisto@kde.org)\br
517 Copyright (c) 2009 The Android Open Source Project\br
518 Copyright (C) 2008 Dirk Schulze <krit@webkit.org>\br
519 Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)\br
520 Copyright (C) 2008 Matt Lilek <webkit@mattlilek.com>\br
521 Copyright (C) 2009 280 North Inc. All Rights Reserved.\br
522 Copyright (C) 2009 Joseph Pecoraro\br
523 Copyright (C) 2008 Anthony Ricaud (rik24d@gmail.com)\br
524 Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>\br
525 Copyright (C) 2008 Christian Dywan <christian@imendio.com>\br
526 Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com \br
527 Copyright (C) 2009 Holger Hans Peter Freyther\br
528 Copyright (C) 2008 Google Inc. All rights reserved.\br
529 Copyright (C) 2006 Friedemann Kleint <fkleint@trolltech.com>\br
530 Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com>\br
531 Copyright (C) 2008 Collin Jackson <collinj@webkit.org>\br
532 Copyright (C) 2007 Staikos Computing Services Inc. <info@staikos.net>\br
533 Copyright (C) 2008 Kevin Ollivier <kevino@theolliviers.com> All Rights Reserved.\br
534 Copyright (C) 2005 Frerich Raabe <raabe@kde.org>\br
535 Copyright (C) 2005 Maksim Orlovich <maksim@kde.org>\br
536 Copyright (C) 2005, 2006 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>.\br
537 Copyright (C) 2007-2009 Torch Mobile, Inc.
538
539 Redistribution and use in source and binary forms, with or without
540 modification, are permitted provided that the following conditions
541 are met:
542
543 1. Redistributions of source code must retain the above copyright
544 notice, this list of conditions and the following disclaimer.\br
545 2. Redistributions in binary form must reproduce the above copyright
546 notice, this list of conditions and the following disclaimer in the
547 documentation and/or other materials provided with the distribution.
548
549 THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
550 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
551 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
552 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
553 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
554 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
555 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
556 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
557 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
558 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
559 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
560
561 \list
562 \o Parts of WebKit used by the QtWebKit module
563 \endlist
564
565 \hr
566
567 Copyright (C) 2009 University of Szeged\br
568 All rights reserved.
569
570 Redistribution and use in source and binary forms, with or without
571 modification, are permitted provided that the following conditions
572 are met:
573
574 1. Redistributions of source code must retain the above copyright
575 notice, this list of conditions and the following disclaimer.\br
576 2. Redistributions in binary form must reproduce the above copyright
577 notice, this list of conditions and the following disclaimer in the
578 documentation and/or other materials provided with the distribution.
579
580 THIS SOFTWARE IS PROVIDED BY UNIVERSITY OF SZEGED ``AS IS'' AND ANY
581 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
582 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
583 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL UNIVERSITY OF SZEGED OR
584 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
585 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
586 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
587 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
588 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
589 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
590 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
591
592 \list
593 \o Parts of WebKit used by the QtWebKit module
594 \endlist
595
596 \hr
597
598 Copyright (C) 2002 Michael Ringgaard. All rights reserved.
599
600 Redistribution and use in source and binary forms, with or without
601 modification, are permitted provided that the following conditions
602 are met:
603
604 1. Redistributions of source code must retain the above copyright
605 notice, this list of conditions and the following disclaimer.\br
606 2. Redistributions in binary form must reproduce the above copyright
607 notice, this list of conditions and the following disclaimer in the
608 documentation and/or other materials provided with the distribution.\br
609 3. Neither the name of the project nor the names of its contributors
610 may be used to endorse or promote products derived from this software
611 without specific prior written permission.
612
613 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
614 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
615 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
616 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
617 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
618 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
619 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
620 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
621 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
622 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
623 SUCH DAMAGE.
624
625 \list
626 \o src/3rdparty/ce-compat/ce_time.c
627 \endlist
628
629 \hr
630
631 Copyright (c) 1997-2005 University of Cambridge. All rights reserved.
632
633 Redistribution and use in source and binary forms, with or without
634 modification, are permitted provided that the following conditions are met:
635
636 * Redistributions of source code must retain the above copyright notice,
637 this list of conditions and the following disclaimer.
638
639 * Redistributions in binary form must reproduce the above copyright
640 notice, this list of conditions and the following disclaimer in the
641 documentation and/or other materials provided with the distribution.
642
643 * Neither the name of the University of Cambridge nor the name of Apple
644 Inc. nor the names of their contributors may be used to endorse or
645 promote products derived from this software without specific prior
646 written permission.
647
648 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
649 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
650 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
651 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
652 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
653 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
654 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
655 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
656 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
657 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
658 POSSIBILITY OF SUCH DAMAGE.
659
660 \list
661 \o Parts of WebKit used by the QtWebKit module
662 \endlist
663
664 \hr
665
666 Originally written by Philip Hazel\br
667 Copyright (c) 1997-2006 University of Cambridge\br
668 Copyright (C) 2007 Eric Seidel <eric@webkit.org>\br
669 Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
670
671 -----------------------------------------------------------------------------\br
672 Redistribution and use in source and binary forms, with or without
673 modification, are permitted provided that the following conditions are met:
674
675 * Redistributions of source code must retain the above copyright notice,
676 this list of conditions and the following disclaimer.
677
678 * Redistributions in binary form must reproduce the above copyright
679 notice, this list of conditions and the following disclaimer in the
680 documentation and/or other materials provided with the distribution.
681
682 * Neither the name of the University of Cambridge nor the names of its
683 contributors may be used to endorse or promote products derived from
684 this software without specific prior written permission.
685
686 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
687 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
688 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
689 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
690 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
691 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
692 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
693 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
694 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
695 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
696 POSSIBILITY OF SUCH DAMAGE.
697
698 \list
699 \o Parts of WebKit used by the QtWebKit module
700 \endlist
701
702 \hr
703
704 Copyright (C) 2006 Apple Computer, Inc. All rights reserved.\br
705 Copyright (C) 2008 Google Inc. All rights reserved.\br
706 Copyright (C) 2008 Matt Lilek <webkit@mattlilek.com>
707
708 Redistribution and use in source and binary forms, with or without
709 modification, are permitted provided that the following conditions are
710 met:
711
712 * Redistributions of source code must retain the above copyright
713 notice, this list of conditions and the following disclaimer.\br
714 * Redistributions in binary form must reproduce the above
715 copyright notice, this list of conditions and the following disclaimer
716 in the documentation and/or other materials provided with the
717 distribution.\br
718 * Neither the name of Google Inc. nor the names of its
719 contributors may be used to endorse or promote products derived from
720 this software without specific prior written permission.
721
722 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
723 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
724 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
725 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
726 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
727 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
728 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
729 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
730 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
731 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
732 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
733
734 \list
735 \o Parts of WebKit used by the QtWebKit module
736 \endlist
737
738 \hr
739
740 Copyright (c) 1991-2009 Unicode, Inc. All rights reserved.
741 Distributed under the Terms of Use in
742 http://www.unicode.org/copyright.html.
743
744 Permission is hereby granted, free of charge, to any person
745 obtaining a copy of the Unicode data files and any associated
746 documentation (the "Data Files") or Unicode software and any
747 associated documentation (the "Software") to deal in the Data
748 Files or Software without restriction, including without
749 limitation the rights to use, copy, modify, merge, publish,
750 distribute, and/or sell copies of the Data Files or Software,
751 and to permit persons to whom the Data Files or Software are
752 furnished to do so, provided that (a) the above copyright
753 notice(s) and this permission notice appear with all copies
754 of the Data Files or Software, (b) both the above copyright
755 notice(s) and this permission notice appear in associated
756 documentation, and (c) there is clear notice in each modified
757 Data File or in the Software as well as in the documentation
758 associated with the Data File(s) or Software that the data or
759 software has been modified.
760
761 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT
762 WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
763 LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
764 PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
765 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED
766 IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
767 OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
768 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
769 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
770 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES
771 OR SOFTWARE.
772
773 Except as contained in this notice, the name of a copyright
774 holder shall not be used in advertising or otherwise to promote
775 the sale, use or other dealings in these Data Files or Software
776 without prior written authorization of the copyright holder.
777
778 \list
779 \o Included in \c{util/unicode/data},
780 \c{tests/auto/qtextboundaryfinder/data} and
781 \c{tests/auto/qchar}
782 \o Parts of the \l makeqpf tool
783 \endlist
784*/
785
786/*!
787 \page licenses-fonts.html
788 \title Licenses for Fonts Used in Qt for Embedded Linux
789 \ingroup qt-embedded-linux
790 \ingroup licensing
791 \brief Information about the licenses of fonts supplied with Qt for Embedded Linux.
792
793 The fonts supplied with Qt for Embedded Linux have been obtained under a
794 variety of different licenses listed below.
795
796 \tableofcontents
797
798 See also: \l{Other Licenses Used in Qt}
799
800 \section1 Adobe Helvetica
801
802 Copyright 1984-1989, 1994 Adobe Systems Incorporated.
803 Copyright 1988, 1994 Digital Equipment Corporation.
804
805 Adobe is a trademark of Adobe Systems Incorporated which may be
806 registered in certain jurisdictions.
807 Permission to use these trademarks is hereby granted only in
808 association with the images described in this file.
809
810 Permission to use, copy, modify, distribute and sell this software
811 and its documentation for any purpose and without fee is hereby
812 granted, provided that the above copyright notices appear in all
813 copies and that both those copyright notices and this permission
814 notice appear in supporting documentation, and that the names of
815 Adobe Systems and Digital Equipment Corporation not be used in
816 advertising or publicity pertaining to distribution of the software
817 without specific, written prior permission. Adobe Systems and
818 Digital Equipment Corporation make no representations about the
819 suitability of this software for any purpose. It is provided "as
820 is" without express or implied warranty.
821
822 \section1 Adobe Utopia
823
824 Permission to use, reproduce, display and distribute the listed
825 typefaces is hereby granted, provided that the Adobe Copyright notice
826 appears in all whole and partial copies of the software and that the
827 following trademark symbol and attribution appear in all unmodified
828 copies of the software:
829
830 Copyright (c) 1989 Adobe Systems Incorporated
831 Utopia (R)
832 Utopia is a registered trademark of Adobe Systems Incorporated
833
834 The Utopia font
835 Copyright (c) 1989, 1991 Adobe Systems Incorporated. All Rights
836 Reserved.Utopia is a registered trademark of Adobe Systems
837 Incorporated.
838
839 \section1 Babelfish
840
841 \snippet doc/src/snippets/code/doc_src_licenses.qdoc 1
842
843 \section1 Bigelow & Holmes Luxi
844
845 Luxi fonts copyright (c) 2001 by Bigelow & Holmes Inc. Luxi font
846 instruction code copyright (c) 2001 by URW++ GmbH. All Rights
847 Reserved. Luxi is a registered trademark of Bigelow & Holmes Inc.
848
849 Permission is hereby granted, free of charge, to any person obtaining
850 a copy of these Fonts and associated documentation files (the "Font
851 Software"), to deal in the Font Software, including without
852 limitation the rights to use, copy, merge, publish, distribute,
853 sublicense, and/or sell copies of the Font Software, and to permit
854 persons to whom the Font Software is furnished to do so, subject to
855 the following conditions:
856
857 The above copyright and trademark notices and this permission notice
858 shall be included in all copies of one or more of the Font Software.
859
860 The Font Software may not be modified, altered, or added to, and in
861 particular the designs of glyphs or characters in the Fonts may not
862 be modified nor may additional glyphs or characters be added to the
863 Fonts. This License becomes null and void when the Fonts or Font
864 Software have been modified.
865
866 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
867 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
868 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
869 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
870 BIGELOW & HOLMES INC. OR URW++ GMBH. BE LIABLE FOR ANY CLAIM, DAMAGES
871 OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT,
872 INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
873 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
874 INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
875 SOFTWARE.
876
877 Except as contained in this notice, the names of Bigelow & Holmes
878 Inc. and URW++ GmbH. shall not be used in advertising or otherwise to
879 promote the sale, use or other dealings in this Font Software without
880 prior written authorization from Bigelow & Holmes Inc. and URW++ GmbH.
881
882 For further information, contact:
883
884 info@urwpp.de
885 or
886 design@bigelowandholmes.com
887
888 \section1 Bitstream Charter and Courier
889
890 (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
891
892 You are hereby granted permission under all Bitstream propriety rights
893 to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
894 Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
895 for any purpose and without restriction; provided, that this notice is
896 left intact on all copies of such fonts and that Bitstream's trademark
897 is acknowledged as shown below on all unmodified copies of the 4 Charter
898 Type 1 fonts.
899
900 BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
901
902 \section1 Bitstream Vera
903
904 Copyright (c) 2003 by Bitstream, Inc.
905
906 All Rights Reserved.
907
908 Bitstream Vera is a trademark of Bitstream, Inc.
909
910 Permission is hereby granted, free of charge, to any person obtaining
911 a copy of the fonts accompanying this license ("Fonts") and associated
912 documentation files (the "Font Software"), to reproduce and distribute
913 the Font Software, including without limitation the rights to use,
914 copy, merge, publish, distribute, and/or sell copies of the Font
915 Software, and to permit persons to whom the Font Software is furnished
916 to do so, subject to the following conditions:
917
918 The above copyright and trademark notices and this permission notice
919 shall be included in all copies of one or more of the Font Software
920 typefaces.
921
922 The Font Software may be modified, altered, or added to, and in
923 particular the designs of glyphs or characters in the Fonts may be
924 modified and additional glyphs or characters may be added to the
925 Fonts, only if the fonts are renamed to names not containing either
926 the words "Bitstream" or the word "Vera".
927
928 This License becomes null and void to the extent applicable to Fonts
929 or Font Software that has been modified and is distributed under the
930 "Bitstream Vera" names.
931
932 The Font Software may be sold as part of a larger software package but
933 no copy of one or more of the Font Software typefaces may be sold by
934 itself.
935
936 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
937 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
938 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
939 OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
940 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
941 OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
942 OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
943 OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
944 SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
945
946 Except as contained in this notice, the names of Gnome, the Gnome
947 Foundation, and Bitstream Inc., shall not be used in advertising or
948 otherwise to promote the sale, use or other dealings in this Font
949 Software without prior written authorization from the Gnome Foundation
950 or Bitstream Inc., respectively. For further information, contact:
951 fonts at gnome dot org.
952
953 \omit
954 http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts
955 \endomit
956
957 See also:
958 \l{http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html}{Vera Open Source Fonts}
959
960 \section1 Cursor
961
962 The Cursor font is distributed with the following declaration:
963
964 \e{Copyright (c) 2000 XFree86, Inc.}
965
966 \section1 DejaVu Fonts
967
968 DejaVu fonts come with the following copyright statement:
969
970 Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah (see below)
971
972 \snippet doc/src/snippets/code/doc_src_licenses.qdoc 2
973
974 \section1 Fixed Fonts
975
976 The 5x7 and 6x13 fonts each contain the following copyright notice:
977
978 \e{Public domain font. Share and enjoy.}
979
980 \section1 IBM Courier
981
982 IBM Courier - Copyright (c) IBM Corporation 1990, 1991
983
984 You are hereby granted permission under the terms of the IBM/MIT X Consortium
985 Courier Typefont agreement to execute, reproduce, distribute, display, market,
986 sell and otherwise transfer copies of the IBM Courier font to third parties.
987
988 The font is provided "AS IS" without charge. NO WARRANTIES OR INDEMNIFICATION
989 ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT LIMITED TO THE IMPLIED
990 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
991
992 \section1 Micro
993
994 The Micro font contains the following copyright notice:
995
996 \e{Public domain font. Share and enjoy.}
997
998 \section1 Unifont
999
1000 The Unifont font was originally obtained from
1001 \l{http://www.czyborra.com/}{Roman Czyborra} under the following license:
1002
1003 \e{All of my works you find here are freeware. You may freely copy, use, quote,
1004 modify or redistribute them as long as you properly attribute my contribution
1005 and have given a quick thought about whether Roman might perhaps be interested
1006 to read what you did with his stuff. Horizontal rules don't apply.}
1007*/
1008
1009/*!
1010 \page catharon-license.html
1011 \title CatharonLicense.txt
1012 \ingroup licensing
1013 \brief The Catharon License used in parts of FreeType.
1014
1015 See the \l{Other Licenses Used in Qt} document for information on the
1016 context in which this license is applied to code in the FreeType library.
1017
1018 \quotefile doc/src/snippets/legal/CatharonLicense.txt
1019*/
Note: See TracBrowser for help on using the repository browser.