[190] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
---|
| 2 | <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/3rdparty.doc:36 -->
|
---|
| 3 | <html>
|
---|
| 4 | <head>
|
---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
---|
| 6 | <title>3rd Party Licenses used in Qt</title>
|
---|
| 7 | <style type="text/css"><!--
|
---|
| 8 | fn { margin-left: 1cm; text-indent: -1cm; }
|
---|
| 9 | a:link { color: #004faf; text-decoration: none }
|
---|
| 10 | a:visited { color: #672967; text-decoration: none }
|
---|
| 11 | body { background: #ffffff; color: black; }
|
---|
| 12 | --></style>
|
---|
| 13 | </head>
|
---|
| 14 | <body>
|
---|
| 15 |
|
---|
| 16 | <table border="0" cellpadding="0" cellspacing="0" width="100%">
|
---|
| 17 | <tr bgcolor="#E5E5E5">
|
---|
| 18 | <td valign=center>
|
---|
| 19 | <a href="index.html">
|
---|
| 20 | <font color="#004faf">Home</font></a>
|
---|
| 21 | | <a href="classes.html">
|
---|
| 22 | <font color="#004faf">All Classes</font></a>
|
---|
| 23 | | <a href="mainclasses.html">
|
---|
| 24 | <font color="#004faf">Main Classes</font></a>
|
---|
| 25 | | <a href="annotated.html">
|
---|
| 26 | <font color="#004faf">Annotated</font></a>
|
---|
| 27 | | <a href="groups.html">
|
---|
| 28 | <font color="#004faf">Grouped Classes</font></a>
|
---|
| 29 | | <a href="functions.html">
|
---|
| 30 | <font color="#004faf">Functions</font></a>
|
---|
| 31 | </td>
|
---|
| 32 | <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>3rd Party Licenses used in Qt</h1>
|
---|
| 33 |
|
---|
| 34 |
|
---|
| 35 | <p>
|
---|
| 36 | <p> Run <tt>configure -help</tt> to see any options that may be available for
|
---|
| 37 | controlling the use of these libraries.
|
---|
| 38 | <p> <!-- toc -->
|
---|
| 39 | <ul>
|
---|
| 40 | <li><a href="#1"> Freetype 2 (freetype)
|
---|
| 41 | </a>
|
---|
| 42 | <li><a href="#2"> The Independent JPEG Group's JPEG software (libjpeg)
|
---|
| 43 | </a>
|
---|
| 44 | <li><a href="#3"> Multiple-image Network Graphics (MNG) Reference Library (libmng)
|
---|
| 45 | </a>
|
---|
| 46 | <li><a href="#4"> PNG reference library (libpng)
|
---|
| 47 | </a>
|
---|
| 48 | <li><a href="#5"> Data compression library (zlib)
|
---|
| 49 | </a>
|
---|
| 50 | <li><a href="#6"> Font files for Qt/Embedded
|
---|
| 51 | </a>
|
---|
| 52 | </ul>
|
---|
| 53 | <!-- endtoc -->
|
---|
| 54 |
|
---|
| 55 | <p> <h2> Freetype 2 (freetype)
|
---|
| 56 | </h2>
|
---|
| 57 | <a name="1"></a><p> <em>The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. We specifically target embedded systems and focus on bringing small, efficient and ubiquitous products.</em> -- quoted from <tt>3rdparty/freetype/docs/freetype2.html</tt>.
|
---|
| 58 | <p> See <tt>3rdparty/freetype/docs/FIL.txt</tt> and <tt>3rdparty/freetype/docs/GPL.txt</tt> for license details.
|
---|
| 59 | <p> See also the files in <tt>3rdparty/opentype</tt> which are used by
|
---|
| 60 | Freetype.
|
---|
| 61 | <p> <h2> The Independent JPEG Group's JPEG software (libjpeg)
|
---|
| 62 | </h2>
|
---|
| 63 | <a name="2"></a><p> <em>This package contains C software to implement JPEG image compression and decompression. JPEG (pronounced "jay-peg") is a standardized compression method for full-color and gray-scale images. JPEG is intended for compressing "real-world" scenes; line drawings, cartoons and other non-realistic images are not its strong suit. JPEG is lossy, meaning that the output image is not exactly identical to the input image.</em> -- quoted from <tt>3rdparty/libjpeg/README</tt>.
|
---|
| 64 | <p> See <tt>3rdparty/libjpeg/README</tt> for license details.
|
---|
| 65 | <p> <h2> Multiple-image Network Graphics (MNG) Reference Library (libmng)
|
---|
| 66 | </h2>
|
---|
| 67 | <a name="3"></a><p> <em>The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib compression library, and optionally the JPEG library by the Independent JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguer.</em>
|
---|
| 68 | -- quoted from <tt>3rdparty/libmng/doc/libmng.txt</tt>.
|
---|
| 69 | <p> See <tt>3rdparty/libmng/LICENSE</tt> for license details.
|
---|
| 70 | <p> <h2> PNG reference library (libpng)
|
---|
| 71 | </h2>
|
---|
| 72 | <a name="4"></a><p> <em>Libpng was written as a companion to the PNG specification, as a way of reducing the amount of time and effort it takes to support the PNG file format in application programs.</em> -- quoted from <tt>3rdparty/libpng/libpng.txt</tt>.
|
---|
| 73 | <p> See <tt>3rdparty/libpng/LICENSE</tt> for license details.
|
---|
| 74 | <p> <h2> Data compression library (zlib)
|
---|
| 75 | </h2>
|
---|
| 76 | <a name="5"></a><p> <em>zlib is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952</em> -- quoted from <tt>3rdparty/zlib/README</tt>.
|
---|
| 77 | <p> See <tt>3rdparty/zlib/README</tt> for license details.
|
---|
| 78 | <p> <h2> Font files for Qt/Embedded
|
---|
| 79 | </h2>
|
---|
| 80 | <a name="6"></a><p> <em>The Helvetica BDF font files supplied with Qt/Embedded are distributed under the following highly permissive license. We recommend that all Qt/Embedded installations that use these font files also acknowledge this contribution, and quote this license statement in an appendix to the documentation.</em> -- located in <tt>lib/fonts</tt>
|
---|
| 81 | <p> Copyright 1984-1989, 1994 Adobe Systems Incorporated.
|
---|
| 82 | <p> Copyright 1988, 1994 Digital Equipment Corporation.
|
---|
| 83 | <p> Adobe is a trademark of Adobe Systems Incorporated which may be
|
---|
| 84 | registered in certain jurisdictions.
|
---|
| 85 | Permission to use these trademarks is hereby granted only in
|
---|
| 86 | association with the images described in this file.
|
---|
| 87 | <p> Permission to use, copy, modify, distribute and sell this software
|
---|
| 88 | and its documentation for any purpose and without fee is hereby
|
---|
| 89 | granted, provided that the above copyright notices appear in all
|
---|
| 90 | copies and that both those copyright notices and this permission
|
---|
| 91 | notice appear in supporting documentation, and that the names of
|
---|
| 92 | Adobe Systems and Digital Equipment Corporation not be used in
|
---|
| 93 | advertising or publicity pertaining to distribution of the software
|
---|
| 94 | without specific, written prior permission. Adobe Systems and
|
---|
| 95 | Digital Equipment Corporation make no representations about the
|
---|
| 96 | suitability of this software for any purpose. It is provided "as
|
---|
| 97 | is" without express or implied warranty.
|
---|
| 98 | <p>
|
---|
| 99 | <!-- eof -->
|
---|
| 100 | <p><address><hr><div align=center>
|
---|
| 101 | <table width=100% cellspacing=0 border=0><tr>
|
---|
| 102 | <td>Copyright © 2007
|
---|
| 103 | <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
|
---|
| 104 | <td align=right><div align=right>Qt 3.3.8</div>
|
---|
| 105 | </table></div></address></body>
|
---|
| 106 | </html>
|
---|