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

Add summary of Artistic license

This commit is contained in:
Haacked 2013-01-19 12:56:27 -08:00
parent ebaca607b6
commit 8b23f15791
2 changed files with 95 additions and 51 deletions

View File

@ -4,7 +4,8 @@ var annotations = {
'modifications' : 'This software may be modified.', 'modifications' : 'This software may be modified.',
'distribution' : 'You may distribute this software.', 'distribution' : 'You may distribute this software.',
'sublicense' : 'You may grant a sublicense to modify and distribute this software to third parties not included in the license.', 'sublicense' : 'You may grant a sublicense to modify and distribute this software to third parties not included in the license.',
'warranty' : 'You may place a warranty on the software.' 'warranty' : 'You may place a warranty on the software.',
'private-use' : 'You may use and modify the software without distributing it.'
}, },
forbidden: { forbidden: {
@ -19,7 +20,8 @@ var annotations = {
'include-license' : 'Include the full text of the license with the code.', 'include-license' : 'Include the full text of the license with the code.',
'document-changes' : 'Indicate significant changes made to the code.', 'document-changes' : 'Indicate significant changes made to the code.',
'disclose-source' : 'Source code must be made available when distributing the software.', 'disclose-source' : 'Source code must be made available when distributing the software.',
'nonstatic-linkage' : 'The library must be linked in a way that allows it to be replaced with a similar library.' 'nonstatic-linkage' : 'The library must be linked in a way that allows it to be replaced with a similar library.',
'rename' : 'You must change the name of the software if you modify it.'
} }
} }

View File

@ -77,7 +77,7 @@
<ul class='required'> <ul class='required'>
<li class="include-copyright">Copyright inclusion</li> <li class="include-copyright">Copyright inclusion</li>
<li class="include-license">License inclusion</li> <li class="include-license">License inclusion</li>
<li class="document-changes">Include header</li> <li class="document-changes">State Changes</li>
</ul> </ul>
</td> </td>
</tr> </tr>
@ -103,54 +103,96 @@
</td> </td>
</tr> </tr>
</table> </table>
<table class='license'> <table class='license'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="gpl-v2">GPL v2</a>/<a href="gpl-v3">v3</a> <a href="gpl-v2">GPL v2</a>/<a href="gpl-v3">v3</a>
</th> </th>
<th class='summary'> <th class='summary'>
GPL is the most widely used free software license and is fully reciprocal. Derived GPL is the most widely used free software license and is fully reciprocal. Derived
works must be distributed under the same license. works must be distributed under the same license.
<a href="gpl-v2">View full license »</a> <a href="gpl-v2">View full license »</a>
</th> </th>
</tr> </tr>
<tr> <tr>
<td class='label'>Required</td> <td class='label'>Required</td>
<td> <td>
<ul class='required'> <ul class='required'>
<li class="include-copyright">Copyright inclusion</li> <li class="include-copyright">Copyright inclusion</li>
<li class="document-changes">State changes</li> <li class="document-changes">State changes</li>
<li class="disclose-source">Disclose Source</li> <li class="disclose-source">Disclose Source</li>
</ul> </ul>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class='label'>Permitted</td> <td class='label'>Permitted</td>
<td> <td>
<ul class='permitted'> <ul class='permitted'>
<li class="commercial-use">Commercial use</li> <li class="commercial-use">Commercial use</li>
<li class="modifications">Modification</li> <li class="modifications">Modification</li>
<li class="distribution">Distribution</li> <li class="distribution">Distribution</li>
<li class="warranty">Warranty</li> <li class="warranty">Warranty</li>
</ul> </ul>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class='label'>Forbidden</td> <td class='label'>Forbidden</td>
<td> <td>
<ul class='forbidden'> <ul class='forbidden'>
<li class="no-liability">Liability</li> <li class="no-liability">Liability</li>
<li class="no-sublicense">Sublicensing</li> <li class="no-sublicense">Sublicensing</li>
</ul> </ul>
</td> </td>
</tr> </tr>
</table> </table>
<h1>Other licenses</h1> <h1>Other licenses</h1>
<p> <p>
Some communities tend to have specific licenses preferred by the Some communities tend to have specific licenses preferred by the
community. For example, PERL developers often choose the artistic license. community. For example, PERL developers often choose the artistic license.
</p> </p>
<table class='license'>
<tr>
<th class='name'>
<a href="artistic">Artistic</a>
</th>
<th class='summary'>
A license that&#8217;s heavily favored by the PERL community.
<a href="artistic">View full license »</a>
</th>
</tr>
<tr>
<td class='label'>Required</td>
<td>
<ul class='required'>
<li class="include-copyright">Copyright inclusion</li>
<li class="document-changes">State changes</li>
<li class="disclose-source">Disclose source</li>
</ul>
</td>
</tr>
<tr>
<td class='label'>Permitted</td>
<td>
<ul class='permitted'>
<li class="commercial-use">Commercial use</li>
<li class="modifications">Modification</li>
<li class="distribution">Distribution</li>
<li class="sublicense">Sublicensing</li>
<li class="private-use">Private Use</li>
</ul>
</td>
</tr>
<tr>
<td class='label'>Forbidden</td>
<td>
<ul class='forbidden'>
<li class="no-liability">Liability</li>
<li class="trademark-use">Use Trademark (3-clause)</li>
</ul>
</td>
</tr>
</table>
<table class='license'> <table class='license'>
<tr> <tr>
@ -187,7 +229,7 @@
<td> <td>
<ul class='forbidden'> <ul class='forbidden'>
<li class="no-liability">Liability</li> <li class="no-liability">Liability</li>
<li>Use Trademark (3-clause)</li> <li class="trademark-use">Use Trademark (3-clause)</li>
</ul> </ul>
</td> </td>
</tr> </tr>