<?php include("header.php"); ?>
<h1>Downloads</h1>
<hr>
<b>Which Downloads Are Right for You?</b>
<p>
InvertedLogic uses a dual licensing model similar to that used by the respective companies
creating Qt and MySQL. Please vists <a href="http://en.wikipedia.org/wiki/Dual_license">here (wikipedia)</a> to
learn more about dual licensing.
<p>
InvertedLogic is proud to provide its products under both a commercial license (for customers wishing
to do proprietary development), and under the GNU General Public License (GPL) for Free (Freedom)
Software development. We do this because we believe as good citizens we should contribute back to
the community in which we belong and that we build upon as our foundation.
</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="45%">
<div align=center class=button>
<br>
<h2>I'm Developing<br>Commercial Software</h2>
<p>
<a href="commercial-downloads">Go to Commercial Downloads</a>
</div>
</td>
<td width="10%"> </td>
<td width="45%">
<div align=center class=button>
<br>
<h2>I'm Developing<br>Open Source Software</h2>
<p>
<a href="opensource-downloads">Go to Open Source Downloads</a>
</div>
</td>
</tr>
</table>
<?php include("footer.php") ?>