~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to doc/html/3rdparty.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    </div>
48
48
    <div id="shortCut">
49
49
      <ul>
50
 
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1 BETA</a></span></li>
 
50
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1</a></span></li>
51
51
        <li class="shortCut-topleft-active"><a href="http://doc.qt.nokia.com">ALL VERSIONS        </a></li>
52
52
      </ul>
53
53
     </div>
159
159
<h1 class="title">Third-Party Licenses Used in Qt</h1>
160
160
<span class="subtitle"></span>
161
161
<div class="descr"/>
162
 
<p>Qt includes a number of third-party libraries that are used to provide certain features. Unlike the code described in the code used in Qt document, these libraries are supplied alongside the Qt modules.</p>
 
162
<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.6/licenses.html">code used in Qt</a> document, these libraries are supplied alongside the Qt modules.</p>
163
163
<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>
164
164
<p>Run <tt>configure -help</tt> to see any options that may be available for controlling the use of these libraries.</p>
165
165
<a name="des"></a>
168
168
<p>See <tt>src/3rdparty/des/des.cpp</tt> for more information about the terms and conditions under which the code is supplied.</p>
169
169
<a name="freetype-2-version-2-3-6"></a>
170
170
<h2>FreeType 2 (<tt>freetype</tt>) version 2.3&#x2e;6</h2>
171
 
<p><i>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.</i> -- quoted from <tt>3rdparty/freetype/docs/freetype2.html</tt>.</p>
 
171
<p><i>The <a href="http://qt.nokia.com/doc/4.6/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>
172
172
<p>See <tt>src/3rdparty/freetype/docs/FTL.txt</tt> and <tt>src/3rdparty/freetype/docs/GPL.txt</tt> for license details.</p>
173
 
<p>See also the files in <tt>src/3rdparty/harfbuzz</tt>, which are used by FreeType.</p>
174
 
<p>Parts of the FreeType 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>
 
173
<p>See also the files in <tt>src/3rdparty/harfbuzz</tt>, which are used by <a href="http://qt.nokia.com/doc/4.6/qt-embedded-fonts.html">FreeType</a>.</p>
 
174
<p>Parts of the <a href="http://qt.nokia.com/doc/4.6/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>
175
175
<ul>
176
176
<li>Renamed FT_ and ft_ symbols to QT_FT_ and qt_ft_ to avoid name conflicts.</li>
177
177
<li>Removed parts of code not relevant when compiled with _STANDALONE_ defined.</li>
186
186
<a name="harfbuzz"></a>
187
187
<h2>HarfBuzz (<tt>harfbuzz</tt>)</h2>
188
188
<p><i>This is <a href="#harfbuzz">HarfBuzz</a>, an OpenType Layout engine.</i></p>
189
 
<p><i>It was derived originally from the OpenType code in FreeType-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 FreeType-2, it has been modified in various other ways.</i> -- quoted from <tt>src/3rdparty/harfbuzz/README</tt>.</p>
 
189
<p><i>It was derived originally from the OpenType code in <a href="http://qt.nokia.com/doc/4.6/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.6/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>
190
190
<p>See <tt>src/3rdparty/harfbuzz/COPYING.FTL</tt> and src/3rdparty/harfbuzz/COPYING.GPL for license details.</p>
191
191
<a name="the-independent-jpeg-group-s-jpeg-software-version-6b"></a>
192
192
<h2>The Independent JPEG Group's JPEG Software (<tt>libjpeg</tt>) version 6b</h2>