gnuk/ChibiOS_2.0.2/docs/html/lic__faq.html

97 lines
5.8 KiB
HTML
Raw Normal View History

2010-08-10 03:11:02 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>ChibiOS/RT: License and F.A.Q.</title>
<link href="custom.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<table style="text-align: center; width: 100%;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 80px;"><img alt="ChibiOS/RT Logo" src="logo_small.png"></td>
<td><big><big>ChibiOS/RT</big></big><br><br>Architecture - Reference Manual - Guides</td>
<td style="width: 80px;"></td>
</tr>
</tbody>
</table>
<hr size="1">
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="main.html">ChibiOS/RT</a>
</div>
</div>
<div class="contents">
<h1><a class="anchor" id="lic_faq">License and F.A.Q. </a></h1><p>ChibiOS/RT is a <a href="http://www.gnu.org/licenses" target="_top">GPL3</a>-licensed product but it offers a linking exception in its stable releases.<br/>
This article contains some answers about the exception.</p>
<h2><a class="anchor" id="faq">
Frequently Asked Questions</a></h2>
<ul>
<li><b>Is ChibiOS/RT free ?</b><br/>
Yes, free as both in free beer and freedom.</li>
<li><b>Can I use it in my commercial embedded product?</b><br/>
Yes, you just have to advertise that you are using ChibiOS/RT by putting a link to the project somewhere on your web site or documentation.</li>
<li><b>Am I forced to release the source code of my product?</b><br/>
The exception to the GPL allows you to use ChibiOS/RT in your commercial application without have to release your source code under certains conditions. See the <a class="el" href="lic__faq.html#exception_text">GPL Exception Text</a> under "Approved Interfaces" for details.</li>
<li><b>What I have to contribute back?</b><br/>
In general you have to offer changes done on existing files (where allowed) or new developments done using the OS template files. As example:<ul>
<li>Ports to new architectures because a new port uses copyrighted OS template files.</li>
<li>New, HAL-style, device drivers because device drivers use copyrighted template files.</li>
<li>Improvements on modifiable OS code as described in the "approved interfaces" section of the <a class="el" href="lic__faq.html#exception_text">GPL Exception Text</a>.</li>
</ul>
</li>
<li><b>Is the exception applicable to any ChibiOS/RT version ?</b><br/>
The exception is valid only for ChibiOS/RT releases marked as <em>stable</em>. Beta, unstable or development versions are covered by the GPL3 alone because are meant for testing only.</li>
<li><b>I don't want to be bound by any of the above restriction, is this possible?</b><br/>
You may contact us about a commercial license.</li>
</ul>
<h2><a class="anchor" id="exception_text">
GPL Exception Text</a></h2>
<center><b>GPL Exception Text for ChibiOS/RT 1.4.x</b></center><p>In addition, as a special exception, the copyright holder of ChibiOS/RT, gives You the additional right to link the unmodified code of this Program with code not covered under the GNU General Public License ("Non-GPL Code") and to distribute linked combinations including the two, subject to the limitations in this paragraph.</p>
<ol type="1">
<li>Non-GPL Code permitted under this exception must only link to the unmodified code of this Program through those well defined interfaces identified as "Approved Interfaces".</li>
<li>Every copy of the combined work is accompanied by a written statement that details to the recipient the version of ChibiOS/RT used and an offer by yourself to provide the ChibiOS/RT source code should the recipient request it.</li>
<li>The combined work is not itself an RTOS, scheduler, kernel or related product.</li>
<li>The combined work is not itself a binary library intended for linking into other software applications.</li>
</ol>
<center><b>The Approved Interfaces</b></center><ol type="1">
<li>The files of Non-GPL Code may include the unmodified ChibiOS/RT distribution header files contained under:<ul>
<li>./os/kernel/include</li>
<li>./os/hal/include</li>
<li>./os/hal/platforms</li>
<li>./os/various</li>
</ul>
without causing the resulting work to be covered by the GNU General Public License.</li>
<li>The files of Non-GPL Code may link to the unmodified ChibiOS/RT distribution files contained under:<ul>
<li>./os/kernel/src</li>
<li>./os/hal/src</li>
<li>./os/hal/platforms</li>
<li>./os/various</li>
</ul>
without causing the resulting work to be covered by the GNU General Public License.</li>
<li>The files of Non-GPL Code may link to, or include, the modified or unmodified ChibiOS/RT distribution files contained under:<ul>
<li>./os/kernel/templates</li>
<li>./os/hal/templates</li>
<li>./os/ports</li>
<li>./boards</li>
<li>./demos</li>
</ul>
without causing the resulting work to be covered by the GNU General Public License.</li>
</ol>
<p>Only the copyright holder of ChibiOS/RT may make changes or additions to the list of Approved Interfaces.</p>
<p>You must obey the GNU General Public License in all respects for all of the Program code and other code used in conjunction with the Program except the Non-GPL Code covered by this exception. </p>
</div>
<hr size="1"><address style="text-align: right;"><small>
Generated on Sun Jul 11 13:13:09 2010 for ChibiOS/RT by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.6.3</small></address>
</body>
</html>