Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 2

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- 3rdparty.qdoc -->
  <title>Qt Mobility 1.2: Third-Party Licenses Used in Qt</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li>Third-Party Licenses Used in Qt</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#des">DES (<tt>des.cpp</tt>)</a></li>
<li class="level1"><a href="#freetype-2-version-2-3-6">FreeType 2 (<tt>freetype</tt>) version 2.3&#x2e;6</a></li>
<li class="level1"><a href="#harfbuzz">HarfBuzz (<tt>harfbuzz</tt>)</a></li>
<li class="level1"><a href="#the-independent-jpeg-group-s-jpeg-software-version-6b">The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>) version 6b</a></li>
<li class="level1"><a href="#md4-and">MD4 (<tt>md4.cpp</tt> and <tt>md4.h</tt>)</a></li>
<li class="level1"><a href="#md5-and">MD5 (<tt>md5.cpp</tt> and <tt>md5.h</tt>)</a></li>
<li class="level1"><a href="#mng-library-version-1-0-10">MNG Library (<tt>libmng</tt>) version 1.0&#x2e;10</a></li>
<li class="level1"><a href="#png-reference-library-version-1-2-29">PNG Reference Library (<tt>libpng</tt>) version 1.2&#x2e;29</a></li>
<li class="level1"><a href="#the-ptmalloc-memory-allocator-version-1-8">The ptmalloc memory allocator (<tt>ptmalloc3</tt>) version 1.8</a></li>
<li class="level1"><a href="#sha-1">SHA-1 (<tt>sha1.cpp</tt>)</a></li>
<li class="level1"><a href="#sqlite-version-3-5-9">SQLite (<tt>sqlite</tt>) version 3.5&#x2e;9</a></li>
<li class="level1"><a href="#tiff-software-distribution-version-3-8-2">TIFF Software Distribution (<tt>libtiff</tt>) version 3.8&#x2e;2</a></li>
<li class="level1"><a href="#wintab-api">Wintab API (<tt>wintab</tt>)</a></li>
<li class="level1"><a href="#data-compression-library-version-1-2-3">Data Compression Library (<tt>zlib</tt>) version 1.2&#x2e;3</a></li>
</ul>
</div>
<h1 class="title">Third-Party Licenses Used in Qt</h1>
<span class="subtitle"></span>
<!-- $$$3rdparty.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt includes a number of third-party libraries that are used to provide certain features. Unlike the code described in the <a href="http://qt.nokia.com/doc/4.7/licenses.html">code used in Qt</a> document, these libraries are supplied alongside the Qt modules.</p>
<p>Third Party Software may impose additional restrictions and it is the user's responsibility to ensure that they have met the licensing requirements of the GPL, LGPL, or Qt Commercial license and the relevant license of the Third Party Software they are using.</p>
<p>Run <tt>configure -help</tt> to see any options that may be available for controlling the use of these libraries.</p>
<a name="des"></a>
<h2>DES (<tt>des.cpp</tt>)</h2>
<p><i>Implementation of DES encryption for NTLM<br /> Copyright 1997-2005 Simon Tatham.<br /> This software is released under the MIT license.</i></p>
<p>See <tt>src/3rdparty/des/des.cpp</tt> for more information about the terms and conditions under which the code is supplied.</p>
<a name="freetype-2-version-2-3-6"></a>
<h2>FreeType 2 (<tt>freetype</tt>) version 2.3&#x2e;6</h2>
<p><i>The <a href="http://qt.nokia.com/doc/4.7/qt-embedded-fonts.html">FreeType</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/harfbuzz</tt>, which are used by <a href="http://qt.nokia.com/doc/4.7/qt-embedded-fonts.html">FreeType</a>.</p>
<p>Parts of the <a href="http://qt.nokia.com/doc/4.7/qt-embedded-fonts.html">FreeType</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="#harfbuzz">HarfBuzz</a>, an OpenType Layout engine.</i></p>
<p><i>It was derived originally from the OpenType code in <a href="http://qt.nokia.com/doc/4.7/qt-embedded-fonts.html">FreeType</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="http://qt.nokia.com/doc/4.7/qt-embedded-fonts.html">FreeType</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="the-independent-jpeg-group-s-jpeg-software-version-6b"></a>
<h2>The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>) version 6b</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="md4-and"></a>
<h2>MD4 (<tt>md4.cpp</tt> and <tt>md4.h</tt>)</h2>
<p><i>MD4 (RFC-1320) message digest.<br /> Modified from MD5 code by Andrey Panin &lt;pazke@donpac.ru&gt;<br /><br /> Written by Solar Designer &lt;solar@openwall.com&gt; in 2001, and placed in<br /> the public domain. There's absolutely no warranty.</i></p>
<p>See <tt>src/3rdparty/md4/md4.cpp</tt> and <tt>src/3rdparty/md4/md4.h</tt> for more information about the terms and conditions under which the code is supplied.</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="mng-library-version-1-0-10"></a>
<h2>MNG Library (<tt>libmng</tt>) version 1.0&#x2e;10</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-version-1-2-29"></a>
<h2>PNG Reference Library (<tt>libpng</tt>) version 1.2&#x2e;29</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="the-ptmalloc-memory-allocator-version-1-8"></a>
<h2>The ptmalloc memory allocator (<tt>ptmalloc3</tt>) version 1.8</h2>
<p><i>ptmcalloc3</i> is a scalable concurrent memory allocator suitable for use in multi-threaded programs.</p>
<hr /><p>Copyright (c) 2001-2006 Wolfram Gloger</p>
<p>Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the name of Wolfram Gloger may not be used in any advertising or publicity relating to the software.</p>
<p>THE SOFTWARE IS PROVIDED &quot;AS-IS&quot; AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</p>
<p>IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<hr /><p>See <tt>src/3rdparty/ptmalloc/COPYRIGHT</tt> for license details.</p>
<a name="sha-1"></a>
<h2>SHA-1 (<tt>sha1.cpp</tt>)</h2>
<p><i>Based on the public domain implementation of the SHA-1 algorithm<br /> Copyright (C) Dominik Reichl &lt;dominik.reichl@t-online.de&gt;</i></p>
<p>See <tt>src/3rdparty/sha1/sha1.cpp</tt> for more information about the terms and conditions under which the code is supplied.</p>
<a name="sqlite-version-3-5-9"></a>
<h2>SQLite (<tt>sqlite</tt>) version 3.5&#x2e;9</h2>
<p><i>SQLite 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</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</a> page on the SQLite web site for further information.</p>
<a name="tiff-software-distribution-version-3-8-2"></a>
<h2>TIFF Software Distribution (<tt>libtiff</tt>) version 3.8&#x2e;2</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>
<hr /><p>Copyright (c) 1988-1997 Sam Leffler<br /> Copyright (c) 1991-1997 Silicon Graphics, Inc.<br /> Copyright (C) 2004, Andrey Kiselev &lt;dron@ak4719.spb.edu&gt;<br /> Copyright (c) 1997 Greg Ward Larson</p>
<p>Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Sam Leffler and Silicon Graphics may not be used in any advertising or publicity relating to the software without the specific, prior written permission of Sam Leffler and Silicon Graphics.</p>
<p>THE SOFTWARE IS PROVIDED &quot;AS-IS&quot; AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</p>
<p>IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<hr /><p>Copyright (c) 1996-1997 Sam Leffler<br /> Copyright (c) 1996 Pixar</p>
<p>Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the names of Pixar, Sam Leffler and Silicon Graphics may not be used in any advertising or publicity relating to the software without the specific, prior written permission of Pixar, Sam Leffler and Silicon Graphics.</p>
<p>THE SOFTWARE IS PROVIDED &quot;AS-IS&quot; AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</p>
<p>IN NO EVENT SHALL PIXAR, SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<hr /><p>See <tt>src/3rdparty/libtiff/COPYRIGHT</tt> for license details.</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</a>.</p>
<p>See <tt>src/3rdparty/wintab/wintab.h</tt> for license details.</p>
<a name="data-compression-library-version-1-2-3"></a>
<h2>Data Compression Library (<tt>zlib</tt>) version 1.2&#x2e;3</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>
</div>
<!-- @@@3rdparty.html -->
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU
    Free Documentation License version 1.3</a>
    as published by the Free Software Foundation.</p>
</div>
</body>
</html>