1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-03 08:59:12 +02:00
choosealicense.com/licenses/permissive/index.html
Haacked 8a84efbad8 Made a pass through the permissive licenses
Added a "source" link for each license too. Might need to be styled
better.
2013-05-21 15:15:49 -07:00

142 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<title>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" />
<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>Permissive Licenses</h1>
<table class='license'>
<tr>
<th class='name'>
<a href="mit">MIT</a>
</th>
<th class='summary'>
A permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty. <a href="mit">View full license »</a>
</th>
</tr>
<tr>
<td class='label'>Required</td>
<td>
<ul class='required'>
<li>Copyright 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>
</ul>
</td>
</tr>
<tr>
<td class='label'>Forbidden</td>
<td>
<ul class='forbidden'>
<li>Liability</li>
</ul>
</td>
</tr>
</table>
<table class='license'>
<tr>
<th class='name'>
<a href="bsd">BSD</a>
</th>
<th class='summary'>
A permissive license that comes in two variants, the <a href="bsd">BSD 2-Clause</a> and <a href="bsd-3-clause">BSD 3-Clause</a>. Both have very minute differences to the MIT license.
<a href="bsd">View full license »</a>
</th>
</tr>
<tr>
<td class='label'>Required</td>
<td>
<ul class='required'>
<li>Copyright 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 (3-clause)</li>
</ul>
</td>
</tr>
</table>
<table class='license'>
<tr>
<th class='name'>
<a href="ms-pl">Ms-PL</a>
</th>
<th class='summary'>
A permissive license that is short and to the point. <a href="ms-pl">View full license »</a>
</th>
</tr>
<tr>
<td class='label'>Required</td>
<td>
<ul class='required'>
<li>Copyright 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>
</ul>
</td>
</tr>
<tr>
<td class='label'>Forbidden</td>
<td>
<ul class='forbidden'>
<li>Liability</li>
<li>Sublicensing</li>
<li>Use Trademark</li>
</ul>
</td>
</tr>
</table>
</table>
</div>
</body>
</html>