source: trunk/doc/html/opensourceedition.html@ 190

Last change on this file since 190 was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 5.0 KB
Line 
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/freeeditions.doc:1 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Qt Open Source Edition</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { 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&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;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&nbsp;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>Qt Open Source Edition</h1>
33
34
35<p>
36<p> Open source software (also called "free software") is software that comes
37with a license that gives users certain rights. In particular the right to
38use the software, to modify it, to obtain its source, and to pass it on
39(under the same terms).
40<p> Trolltech supports the open source software concept by providing the Qt Open Source
41Edition. You can use this edition of Qt to create open source software, i.e.
42software that is licensed under the GNU GPL or a similarly recognized
43open source license. Trolltech's support of open source with the Qt Open Source
44Edition has enabled large successful software projects like KDE, to
45thrive, with thousands of developers around the world using the Qt Open Source
46Edition at no cost to themselves. The Qt Open Source Edition is available for
47Unix/X11, Macintosh, and embedded Linux.
48<p> The Open Source Edition can be downloaded from here:
49<a href="http://www.trolltech.com/download/">http://www.trolltech.com/download/</a>.
50<p> It is also possible to develop commercial software using Qt, but to do
51so you must buy a commercial license for the <a href="commercialeditions.html">Professional or Enterprise Edition</a>. If
52you buy a commercial edition of Qt you can sell your software for any
53price and with any license you like. Thousands of commercial companies
54use commercial editions of Qt to develop the products they sell.
55<p> If you use the Qt Open Source Edition, there are certain licensing
56conditions that the GNU GPL imposes on you, to ensure that your users
57enjoy the freedoms guaranteed by the GPL. Users are entitled to:
58<p> <ol type=1>
59<li> Run your software for any purpose.
60<li> Obtain and study your software's source code, and adapt it to their
61needs.
62<li> Redistribute your software and its source code to others (under the
63same terms).
64<li> Improve or modify your software, and release these changes to the
65public.
66</ol>
67<p> These freedoms apply to all the source code for all the modules your
68software is based on, regardless of whether they have been written by
69you or by others. The freedoms also apply to any associated interface
70definition files, and even include the scripts and control files used
71to control compilation and installation of the executable; otherwise
72users could not exercise their rights.
73<p> This means that you cannot use the Qt Open Source Edition if your software
74must be built with any modules that impose conditions on you that
75contradict the conditions of the GNU GPL, including, but not limited
76to, software patents, commercial license agreements, copyrighted
77interface definitions or any sort of non-disclosure agreement. In
78these circumstances you must use a commercial edition of Qt.
79<p> See the <a href="faq.html">FAQ</a> for answers to frequently
80asked questions on Qt Open Source Edition licensing and its implications.
81<p> More information on open source software is available online:
82<p> <ul>
83<li> GNU GPL: <a href="http://www.gnu.org/">http://www.gnu.org/</a>
84<li> Open source licensing: <a href="http://www.opensource.org/">http://www.opensource.org/</a>
85</ul>
86<p> Information about Qt Commercial License Agreements is available at
87<a href="http://www.trolltech.com/pricing.html">http://www.trolltech.com/pricing.html</a>. You can also email
88<a href="mailto:sales@trolltech.com">sales@trolltech.com</a>.
89<p> If you are in doubt what edition of Qt is right for your project,
90please contact
91<a href="mailto:info@trolltech.com">info@trolltech.com</a>.
92<p>
93<!-- eof -->
94<p><address><hr><div align=center>
95<table width=100% cellspacing=0 border=0><tr>
96<td>Copyright &copy; 2007
97<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
98<td align=right><div align=right>Qt 3.3.8</div>
99</table></div></address></body>
100</html>
Note: See TracBrowser for help on using the repository browser.