1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 17:09:12 +02:00
choosealicense.com/licenses/foundation/index.html
2013-05-21 15:16:35 -07:00

164 lines
5.9 KiB
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<title>Foundation-backed licenses - ChooseALicense.com</title>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<link href='../../favicon.ico' rel='shortcut icon' type='image/x-icon'>
<link href='http://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link type="text/css" href="../../css/application.css" media="screen" rel="stylesheet">
<link type="text/css" href="../../css/jquery.qtip.css" media="screen" rel="stylesheet">
<script type="text/javascript" src="../../javascripts/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="../../javascripts/app.js"></script>
<script type="text/javascript" src="../../javascripts/jquery.qtip.min.js"></script>
<script type="text/javascript" src="../../javascripts/modernizr.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script src='../../javascripts/selectivizr-min.js' type='text/javascript'></script>
<![endif]-->
</head>
<body id='license-types'>
<div id='container'>
<ol id='breadcrumbs'>
<li>
<a href="../../">Home</a>
</li>
</ol>
<h1>Foundation-backed Licenses</h1>
<table class='license'>
<tr>
<th class='name'>
<a href="apache">Apache</a>
</th>
<th class='summary'>
A permissive license that also grants a license to patent claims from contributors
that are necessarily infringed by the software. <a href="apache">View full license »</a>
</th>
</tr>
<tr>
<td class='label'>Required</td>
<td>
<ul class='required'>
<li title="You must retain the original copyright.">Copyright inclusion</li>
<li title="Must include full text of license in modified software.">License inclusion</li>
<li title="Must state significant changes made to software.">Include header</li>
</ul>
</td>
</tr>
<tr>
<td class='label'>Permitted</td>
<td>
<ul class='permitted'>
<li title="This software can be used for commercial purposes in derivative works.">Commercial use</li>
<li title="This software can be modified.">Modification</li>
<li title="The software may be distributed.">Distribution</li>
<li title="This software allows you to give partial production/distribution rights to third parties not included in the license.">Sublicensing</li>
<li title="You can place a warranty on the software.">Warranty</li>
</ul>
</td>
</tr>
<tr>
<td class='label'>Forbidden</td>
<td>
<ul class='forbidden'>
<li title="Software is released without warranty and the software/license owner cannot be charged for damages.">Liability</li>
<li title="You may NOT use contributors' names, logos or trademarks.">Use Trademark</li>
</ul>
</td>
</tr>
</table>
<table class='license'>
<tr>
<th class='name'>
<a href="eclipse">Eclipse</a>
</th>
<th class='summary'>
Used by the Eclipse foundation for its software, this license includes reciprocal requirements in
some cases. <a href="eclipse">View full license »</a>
</th>
</tr>
<tr>
<td class='label'>Required</td>
<td>
<ul class='required'>
<li>Disclose source</li>
<li>License inclusion</li>
</ul>
</td>
</tr>
<tr>
<td class='label'>Permitted</td>
<td>
<ul class='permitted'>
<li>Commercial use</li>
<li>Modification</li>
<li>Distribution</li>
<li>Sublicensing</li>
<li>Warranty</li>
</ul>
</td>
</tr>
<tr>
<td class='label'>Forbidden</td>
<td>
<ul class='forbidden'>
<li>Liability</li>
<li>Use Trademark</li>
</ul>
</td>
</tr>
</table>
<table class='license'>
<tr>
<th class='name'>
<a href="mozilla">Mozilla</a>
</th>
<th class='summary'>
The Mozilla Public License (MPL 2.0) is maintained by the Mozilla foundation. This license attempts to be a compromise between the permissive BSD license and the reciprocal GPL license.
<a href="mozilla">View full license »</a>
</th>
</tr>
<tr>
<td class='label'>Required</td>
<td>
<ul class='required'>
<li>Disclose source</li>
<li>Copyright inclusion</li>
<li>License inclusion</li>
</ul>
</td>
</tr>
<tr>
<td class='label'>Permitted</td>
<td>
<ul class='permitted'>
<li>Commercial use</li>
<li>Modification</li>
<li>Distribution</li>
<li>Sublicensing</li>
<li>Warranty</li>
</ul>
</td>
</tr>
<tr>
<td class='label'>Forbidden</td>
<td>
<ul class='forbidden'>
<li>Liability</li>
<li>Use Trademark</li>
</ul>
</td>
</tr>
</table>
<div id="footer" class="cf">
<nav>
<a href="/about">About</a>
<a href="#">Terms of Service</a>
</nav>
<p>Please consult a legal expert before adopting a software license for your project.<br>
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</div>
</div>
</body>
</html>