1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Add GPL summaries

This commit is contained in:
Haacked 2012-11-26 17:06:32 -08:00
parent fe13fefb57
commit e90ac50cf6

View File

@ -7,7 +7,6 @@
<link href='../../favicon.ico' rel='shortcut icon' type='image/x-icon'> <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 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/application.css" media="screen" rel="stylesheet">
>>>>>>> Use relative paths for scripts
<script type="text/javascript" src="../../javascripts/modernizr.js"></script> <script type="text/javascript" src="../../javascripts/modernizr.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]> <!--[if (gte IE 6)&(lte IE 8)]>
<script src='../../javascripts/selectivizr-min.js' type='text/javascript'></script> <script src='../../javascripts/selectivizr-min.js' type='text/javascript'></script>
@ -16,233 +15,95 @@
<body id='license-types'> <body id='license-types'>
<div id='container'> <div id='container'>
<ol id='breadcrumbs'> <ol id='breadcrumbs'>
<li> <li>
<a href="../../">Home</a> <a href="../../">Home</a>
</li> </li>
</ol> </ol>
<h1>Permissive Licenses</h1> <h1>Reciprocal Licenses</h1>
<table class='license'> <table class='license'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="mit">MIT</a> <a href="mit">GPL v2</a>
</th> </th>
<th class='summary'> <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> GPL is the most widely used free software license and is fully reciprocal. Derived
</th> works must be distributed under the same license.
</tr> <a href="gpl-v2">View full license »</a>
<tr> </th>
<td class='label'>Required</td> </tr>
<td> <tr>
<ul class='required'> <td class='label'>Required</td>
<li>Copyright inclusion</li> <td>
</ul> <ul class='required'>
</td> <li>Copyright inclusion</li>
</tr> <li>State changes</li>
<tr> <li>Disclose Source</li>
<td class='label'>Permitted</td> <li>Warranty</li>
<td> </ul>
<ul class='permitted'> </td>
<li>Commercial use</li> </tr>
<li>Modification</li> <tr>
<li>Distribution</li> <td class='label'>Permitted</td>
<li>Sublicensing</li> <td>
</ul> <ul class='permitted'>
</td> <li>Commercial use</li>
</tr> <li>Modification</li>
<tr> <li>Distribution</li>
<td class='label'>Forbidden</td> </ul>
<td> </td>
<ul class='forbidden'> </tr>
<li>Liability</li> <tr>
</ul> <td class='label'>Forbidden</td>
</td> <td>
</tr> <ul class='forbidden'>
</table> <li>Liability</li>
<table class='license'> <li>Sublicensing</li>
<tr> </ul>
<th class='name'> </td>
<a href="license.html">MIT</a> </tr>
</th> </table>
<th class='summary'> <table class='license'>
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="license.html">View full license »</a> <tr>
</th> <th class='name'>
</tr> <a href="mit">GPL v3</a>
<tr> </th>
<td class='label'>Required</td> <th class='summary'>
<td> Version 3 of the GPL adds a clause that requires source code when distributed on
<ul class='required'> hardware devices.
<li>Copyright inclusion</li> <a href="gpl-v3">View full license »</a>
</ul> </th>
</td> </tr>
</tr> <tr>
<tr> <td class='label'>Required</td>
<td class='label'>Permitted</td> <td>
<td> <ul class='required'>
<ul class='permitted'> <li>Copyright inclusion</li>
<li>Commercial use</li> <li>State changes</li>
<li>Modification</li> <li>Disclose Source</li>
<li>Distribution</li> <li>Warranty</li>
<li>Sublicensing</li> </ul>
</ul> </td>
</td> </tr>
</tr> <tr>
<tr> <td class='label'>Permitted</td>
<td class='label'>Forbidden</td> <td>
<td> <ul class='permitted'>
<ul class='forbidden'> <li>Commercial use</li>
<li>Liability</li> <li>Modification</li>
</ul> <li>Distribution</li>
</td> </ul>
</tr> </td>
</table> </tr>
<table class='license'> <tr>
<tr> <td class='label'>Forbidden</td>
<th class='name'> <td>
<a href="license.html">MIT</a> <ul class='forbidden'>
</th> <li>Liability</li>
<th class='summary'> <li>Sublicensing</li>
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="license.html">View full license »</a> </ul>
</th> </td>
</tr> </tr>
<tr> </table>
<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="license.html">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="license.html">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="license.html">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="license.html">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="license.html">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="license.html">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>
</div> </div>
</body> </body>
</html> </html>