1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<p>Tup is dual-licensed; as such, you are able to choose which set of terms apply for you to use and distribute tup. You can use and distribute it freely under the GPL-v2 license, or choose a commercial license for distribution with a closed-source program (such as a commercial IDE).</p>
<h4>Option 1: GPL-v2</h4>
<p>Tup is available under the GPL-v2 license. See the <span class="filename">tup/COPYING</span> file for the actual license. In general, with the GPL-v2 license:</p>
<ul>
<li>You can freely use tup to construct any program, be it free or commercial, open or closed source. The fact that tup is licensed under the GPL does not mean that the program you build with it also must be licensed under the GPL, except as described below.</li>
<li>You can distribute tup as part of a work based on it so long as all portions of the work are compatible with the GPL. For example, if you distribute an Integrated Development Environment (IDE) that uses tup as the build system (even if tup is imported as a plug-in), then all parts of the IDE must be open source, modifiable, and freely redistributable by the end user. Note that the exact method of how tup is invoked from the IDE is not relevant here, since an IDE is considered a work based on the Program (tup), and not a mere aggregation.</li>
</ul>
<h4>Option 2: Commercial</h4>
<p>There is no single commercial license for tup. A commercial license is available for those wishing to include tup in a larger work, but where releasing all parts of the larger work under the GPL is not feasible. The terms and conditions for such a license are determined on a case-by-case basis. For more information, please contact <a href="mailto:licensing@northernmost-peninsula.com">licensing@northernmost-peninsula.com</a></p>
<h3>Contributor License Agreement</h3>
<p>Due to the dual-licensed nature of tup, contributors are asked to sign a Contributor License Agreement (CLA) and send it to the project owner. Such contributions (ie: patches sent to the mailing list, branches made available on GitHub, etc) will be made freely available under the GPL-v2 license, and may also be made available under commercial licenses. The CLA is located here: <a href="icla.txt">icla.txt</a></p>
<h3>Third-party Libraries</h3>
<p>Tup is distributed with several third-party utilities and libraries. These are licensed as follows:</p>
<ul>
<li>Queue and red-black tree implementations are distributed under the BSD license. See <span class="filename">tup/src/bsd/queue.h</span> and <span class="filename">tup/src/bsd/tree.h</span> for copyright information and license terms.</li>
<li>The <a href="http://code.google.com/p/inih/">inih</a> library is distributed under the New BSD license. See <span class="filename">tup/src/inih/LICENSE.txt</span> for copyright information and license terms.</li>
<li>The <a href="http://www.sqlite.org/">SQLite</a> library is in the public domain and freely redistributable. See <span class="filename">tup/src/sqlite3/sqlite3.h</span> or <a href="http://www.sqlite.org/copyright.html">http://www.sqlite.org/copyright.html</a> for information.</li>
<li>The <a href="http://www.lua.org/">Lua</a> programming language is distributed under the MIT license. MIT license</a>. See <span class="filename">tup/src/lua/LICENSE.txt</span> or <a href="http://www.lua.org/license.html">http://www.lua.org/license.html</a> for information.</li>
</ul>
|