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.',
'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.',
'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: {
@ -19,7 +20,8 @@ var annotations = {
'include-license' : 'Include the full text of the license with the code.',
'document-changes' : 'Indicate significant changes made to the code.',
'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'>
<li class="include-copyright">Copyright inclusion</li>
<li class="include-license">License inclusion</li>
<li class="document-changes">Include header</li>
<li class="document-changes">State Changes</li>
</ul>
</td>
</tr>
@ -151,6 +151,48 @@
Some communities tend to have specific licenses preferred by the
community. For example, PERL developers often choose the artistic license.
</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'>
<tr>
@ -187,7 +229,7 @@
<td>
<ul class='forbidden'>
<li class="no-liability">Liability</li>
<li>Use Trademark (3-clause)</li>
<li class="trademark-use">Use Trademark (3-clause)</li>
</ul>
</td>
</tr>