mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 11:18:50 +01:00
191 lines
5.6 KiB
HTML
191 lines
5.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<title>Reciprocal 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">
|
|
<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>Reciprocal Licenses</h1>
|
|
<table class='license'>
|
|
<tr>
|
|
<th class='name'>
|
|
<a href="gpl-v2">GPL v2</a>
|
|
</th>
|
|
<th class='summary'>
|
|
GPL is the most widely used free software license and is fully reciprocal. Derived
|
|
works must be distributed under the same license.
|
|
<a href="gpl-v2">View full license »</a>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td class='label'>Required</td>
|
|
<td>
|
|
<ul class='required'>
|
|
<li>Copyright inclusion</li>
|
|
<li>State changes</li>
|
|
<li>Disclose Source</li>
|
|
<li>Warranty</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>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table class='license'>
|
|
<tr>
|
|
<th class='name'>
|
|
<a href="gpl-v3">GPL v3</a>
|
|
</th>
|
|
<th class='summary'>
|
|
Version 3 of the GPL adds a clause that requires source code when distributed on
|
|
hardware devices.
|
|
<a href="gpl-v3">View full license »</a>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td class='label'>Required</td>
|
|
<td>
|
|
<ul class='required'>
|
|
<li>Copyright inclusion</li>
|
|
<li>State changes</li>
|
|
<li>Disclose Source</li>
|
|
<li>Warranty</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>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table class='license'>
|
|
<tr>
|
|
<th class='name'>
|
|
<a href="lgpl-v2.1">LGPL v2.1</a>
|
|
</th>
|
|
<th class='summary'>
|
|
Primarily used for software libraries, LGPL requires that derived works be licensed under the same license, but
|
|
works that only link to it do not fall under this restriction.
|
|
<a href="lgpl-v2.1">View full license »</a>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td class='label'>Required</td>
|
|
<td>
|
|
<ul class='required'>
|
|
<li>Copyright inclusion</li>
|
|
<li>Nonstatic linkage</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>Sublicense</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="lgpl-v3">LGPL v3</a>
|
|
</th>
|
|
<th class='summary'>
|
|
Version 3 of the LGPL is an additional set of permissions to the <a href="gpl-v3">GPL v3 license</a>
|
|
that requires that derived works be licensed under the same license, but works that only link to
|
|
it do not fall under this restriction.
|
|
<a href="lgpl-v3">View full license »</a>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td class='label'>Required</td>
|
|
<td>
|
|
<ul class='required'>
|
|
<li>Copyright inclusion</li>
|
|
<li>Nonstatic linkage</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>Sublicense</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='label'>Forbidden</td>
|
|
<td>
|
|
<ul class='forbidden'>
|
|
<li>Liability</li>
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|