diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 12:31:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 12:31:36 -0600 |
commit | d796c9dd933ab96ec83b9a634feedd5d32e1ba3f (patch) | |
tree | 6e3dcca4f77e20ec8966c666aac7c35bd4704053 /doc/html/opensourceedition.html | |
download | tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.tar.gz tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.zip |
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
Diffstat (limited to 'doc/html/opensourceedition.html')
-rw-r--r-- | doc/html/opensourceedition.html | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/doc/html/opensourceedition.html b/doc/html/opensourceedition.html new file mode 100644 index 000000000..c317d6152 --- /dev/null +++ b/doc/html/opensourceedition.html @@ -0,0 +1,100 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/freeeditions.doc:1 --> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>TQt Open Source Edition</title> +<style type="text/css"><!-- +fn { margin-left: 1cm; text-indent: -1cm; } +a:link { color: #004faf; text-decoration: none } +a:visited { color: #672967; text-decoration: none } +body { background: #ffffff; color: black; } +--></style> +</head> +<body> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> +<tr bgcolor="#E5E5E5"> +<td valign=center> + <a href="index.html"> +<font color="#004faf">Home</font></a> + | <a href="classes.html"> +<font color="#004faf">All Classes</font></a> + | <a href="mainclasses.html"> +<font color="#004faf">Main Classes</font></a> + | <a href="annotated.html"> +<font color="#004faf">Annotated</font></a> + | <a href="groups.html"> +<font color="#004faf">Grouped Classes</font></a> + | <a href="functions.html"> +<font color="#004faf">Functions</font></a> +</td> +<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>TQt Open Source Edition</h1> + + +<p> +<p> Open source software (also called "free software") is software that comes +with a license that gives users certain rights. In particular the right to +use the software, to modify it, to obtain its source, and to pass it on +(under the same terms). +<p> Trolltech supports the open source software concept by providing the TQt Open Source +Edition. You can use this edition of TQt to create open source software, i.e. +software that is licensed under the GNU GPL or a similarly recognized +open source license. Trolltech's support of open source with the TQt Open Source +Edition has enabled large successful software projects like KDE, to +thrive, with thousands of developers around the world using the TQt Open Source +Edition at no cost to themselves. The TQt Open Source Edition is available for +Unix/X11, Macintosh, and embedded Linux. +<p> The Open Source Edition can be downloaded from here: +<a href="http://www.trolltech.com/download/">http://www.trolltech.com/download/</a>. +<p> It is also possible to develop commercial software using TQt, but to do +so you must buy a commercial license for the <a href="commercialeditions.html">Professional or Enterprise Edition</a>. If +you buy a commercial edition of TQt you can sell your software for any +price and with any license you like. Thousands of commercial companies +use commercial editions of TQt to develop the products they sell. +<p> If you use the TQt Open Source Edition, there are certain licensing +conditions that the GNU GPL imposes on you, to ensure that your users +enjoy the freedoms guaranteed by the GPL. Users are entitled to: +<p> <ol type=1> +<li> Run your software for any purpose. +<li> Obtain and study your software's source code, and adapt it to their +needs. +<li> Redistribute your software and its source code to others (under the +same terms). +<li> Improve or modify your software, and release these changes to the +public. +</ol> +<p> These freedoms apply to all the source code for all the modules your +software is based on, regardless of whether they have been written by +you or by others. The freedoms also apply to any associated interface +definition files, and even include the scripts and control files used +to control compilation and installation of the executable; otherwise +users could not exercise their rights. +<p> This means that you cannot use the TQt Open Source Edition if your software +must be built with any modules that impose conditions on you that +contradict the conditions of the GNU GPL, including, but not limited +to, software patents, commercial license agreements, copyrighted +interface definitions or any sort of non-disclosure agreement. In +these circumstances you must use a commercial edition of TQt. +<p> See the <a href="faq.html">FAQ</a> for answers to frequently +asked questions on TQt Open Source Edition licensing and its implications. +<p> More information on open source software is available online: +<p> <ul> +<li> GNU GPL: <a href="http://www.gnu.org/">http://www.gnu.org/</a> +<li> Open source licensing: <a href="http://www.opensource.org/">http://www.opensource.org/</a> +</ul> +<p> Information about TQt Commercial License Agreements is available at +<a href="http://www.trolltech.com/pricing.html">http://www.trolltech.com/pricing.html</a>. You can also email +<a href="mailto:sales@trolltech.com">sales@trolltech.com</a>. +<p> If you are in doubt what edition of TQt is right for your project, +please contact +<a href="mailto:info@trolltech.com">info@trolltech.com</a>. +<p> +<!-- eof --> +<p><address><hr><div align=center> +<table width=100% cellspacing=0 border=0><tr> +<td>Copyright © 2007 +<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> +<td align=right><div align=right>TQt 3.3.8</div> +</table></div></address></body> +</html> |