Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 11

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /home/gvatteka/dev/qt-4.3/doc/src/3rdparty.qdoc -->
<head>
  <title>Third-Party Licenses Used in Qt</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">Third-Party Licenses Used in Qt<br /><small></small></h1>
<p>Run <tt>configure -help</tt> to see any options that may be available for controlling the use of these libraries.</p>
<ul><li><a href="#freetype-2">FreeType 2 (<tt>freetype</tt>)</a></li>
<li><a href="#harfbuzz">HarfBuzz (<tt>harfbuzz</tt>)</a></li>
<li><a href="#md5-and">MD5 (<tt>md5.cpp</tt> and <tt>md5.h</tt>)</a></li>
<li><a href="#the-independent-jpeg-group-s-jpeg-software">The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>)</a></li>
<li><a href="#mng-library">MNG Library (<tt>libmng</tt>)</a></li>
<li><a href="#png-reference-library">PNG Reference Library (<tt>libpng</tt>)</a></li>
<li><a href="#tiff-software-distribution">TIFF Software Distribution (<tt>libtiff</tt>)</a></li>
<li><a href="#sqlite">SQLite (<tt>sqlite</tt>)</a></li>
<li><a href="#wintab-api">Wintab API (<tt>wintab</tt>)</a></li>
<li><a href="#data-compression-library">Data Compression Library (<tt>zlib</tt>)</a></li>
</ul>
<a name="freetype-2"></a>
<h2>FreeType 2 (<tt>freetype</tt>)</h2>
<p><i>The <a href="qtopiacore-fonts.html#freetype"><tt>FreeType</tt></a> 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.</i> -- quoted from <tt>3rdparty/freetype/docs/freetype2.html</tt>.</p>
<p>See <tt>src/3rdparty/freetype/docs/FTL.txt</tt> and <tt>src/3rdparty/freetype/docs/GPL.txt</tt> for license details.</p>
<p>See also the files in <tt>src/3rdparty/opentype</tt>, which are used by <a href="qtopiacore-fonts.html#freetype"><tt>FreeType</tt></a>.</p>
<p>Parts of the <a href="qtopiacore-fonts.html#freetype"><tt>FreeType</tt></a> projects have been modified and put into Qt for use in the painting subsystem. These files are ftraster.h, ftraster.c, ftgrays.h and ftgrays.c&#x2e; The following modifications has been made to these files:</p>
<ul>
<li>Renamed FT_ and ft_ symbols to QT_FT_ and qt_ft_ to avoid name conflicts.</li>
<li>Removed parts of code not relevant when compiled with _STANDALONE_ defined.</li>
<li>Changed behavior in ftraster.c to follow X polygon filling rules.</li>
<li>Implemented support in ftraster.c for winding / odd even polygon fill rules.</li>
<li>Replaced bitmap generation with span generation in ftraster.c</li>
<li>Renamed: ftraster.h to qblackraster_p.h</li>
<li>Renamed: ftraster.c to qblackraster.c</li>
<li>Renamed: ftgrays.h to qgrayraster_p.h</li>
<li>Renamed: ftgrays.c to qgrayraster.c</li>
</ul>
<a name="harfbuzz"></a>
<h2>HarfBuzz (<tt>harfbuzz</tt>)</h2>
<p><i>This is <a href="3rdparty.html#harfbuzz"><tt>HarfBuzz</tt></a>, an OpenType Layout engine.</i></p>
<p><i>It was derived originally from the OpenType code in <a href="qtopiacore-fonts.html#freetype"><tt>FreeType</tt></a>-1.x, ported to FreeType2. (This code has been abandoned for FreeType2, but until something better comes along, should serve our purposes.) In addition to porting to <a href="qtopiacore-fonts.html#freetype"><tt>FreeType</tt></a>-2, it has been modified in various other ways.</i> -- quoted from <tt>src/3rdparty/harfbuzz/README</tt>.</p>
<p>See <tt>src/3rdparty/harfbuzz/COPYING.FTL</tt> and src/3rdparty/harfbuzz/COPYING.GPL for license details.</p>
<a name="md5-and"></a>
<h2>MD5 (<tt>md5.cpp</tt> and <tt>md5.h</tt>)</h2>
<p><i>This code implements the MD5 message-digest algorithm. The algorithm is due to Ron Rivest. This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish.</i> -- quoted from <tt>src/3rdparty/md5/md5.h</tt></p>
<p>See <tt>src/3rdparty/md5/md5.cpp</tt> and <tt>src/3rdparty/md5/md5.h</tt> for more information about the terms and conditions under which the code is supplied.</p>
<a name="the-independent-jpeg-group-s-jpeg-software"></a>
<h2>The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>)</h2>
<p><i>This package contains C software to implement JPEG image compression and decompression. JPEG (pronounced &quot;jay-peg&quot;) is a standardized compression method for full-color and gray-scale images. JPEG is intended for compressing &quot;real-world&quot; 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.</i> -- quoted from <tt>src/3rdparty/libjpeg/README</tt>.</p>
<p>See <tt>src/3rdparty/libjpeg/README</tt> for license details.</p>
<a name="mng-library"></a>
<h2>MNG Library (<tt>libmng</tt>)</h2>
<p><i>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 Independant JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguer.</i> -- quoted from <tt>src/3rdparty/libmng/doc/libmng.txt</tt></p>
<p>See <tt>src/3rdparty/libmng/LICENSE</tt> for license details.</p>
<a name="png-reference-library"></a>
<h2>PNG Reference Library (<tt>libpng</tt>)</h2>
<p><i>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.</i> -- quoted from <tt>src/3rdparty/libpng/libpng.txt</tt>.</p>
<p>See <tt>src/3rdparty/libpng/LICENSE</tt> for license details.</p>
<a name="tiff-software-distribution"></a>
<h2>TIFF Software Distribution (<tt>libtiff</tt>)</h2>
<p><i>libtiff is a set of C functions (a library) that support the manipulation of TIFF image files.</i> -- quoted from <tt>src/libtiff/html/libtiff.html</tt></p>
<p>See <tt>src/3rdparty/libtiff/COPYRIGHT</tt> for license details.</p>
<a name="sqlite"></a>
<h2>SQLite (<tt>sqlite</tt>)</h2>
<p><i><a href="3rdparty.html#sqlite"><tt>SQLite</tt></a> is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.</i> -- quoted from <a href="http://www.sqlite.org/">www.sqlite.org</tt></a>.</p>
<p>According to the comments in the source files, the code is in the public domain. See the <a href="http://www.sqlite.org/copyright.html">SQLite Copyright</tt></a> page on the <a href="3rdparty.html#sqlite"><tt>SQLite</tt></a> web site for further information.</p>
<a name="wintab-api"></a>
<h2>Wintab API (<tt>wintab</tt>)</h2>
<p>Wintab is a de facto API for pointing devices on Windows. The wintab code is from <a href="http://www.pointing.com/WINTAB.HTM">http://www.pointing.com/WINTAB.HTM</tt></a>.</p>
<p>See <tt>src/3rdparty/wintab/wintab.h</tt> for license details.</p>
<a name="data-compression-library"></a>
<h2>Data Compression Library (<tt>zlib</tt>)</h2>
<p><i>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</i> -- quoted from <tt>src/3rdparty/zlib/README</tt>.</p>
<p>See <tt>src/3rdparty/zlib/README</tt> for license details.</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright &copy; 2007 <a href="trolltech.html">Trolltech</a></td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt Jambi </div></td>
</tr></table></div></address></body>
</html>