1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-04 17:29:39 +02:00
choosealicense.com/index.html
Benjamin J. Balter caa47fb00c First pass at Jekylification
* Move licenses to license template
* Move home / about to page template
* Move annotations to config file, included via annotations.js
* Move license metadata to YML Front matter
* Automate the presentation of license metadata
* Move sidebar to include
* Add _site to gitignore
2013-05-21 15:17:07 -07:00

50 lines
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
class: home
---
<div id='home'>
<h1>Choosing an OSS license doesnt need to be scary.</h1>
<h2>
<span>{</span>
Which of the following best describes your situation?
<span>}</span>
</h2>
<ul class="situations cf">
<li class='whatever'>
<a href="licenses/mit"><img height='57' src='images/three-arrows@2x.png' width='72'></a>
<h3><a href="licenses/mit">I want to keep it simple &amp; permissive.</a></h3>
<p>
The <a href="licenses/mit">MIT License</a> is a permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty.
</p>
<p>
<strong>jQuery</strong> and <strong>Rails</strong> use the MIT License.
</p>
</li>
<li class='patents'>
<a href="licenses/apache"><img height='72' src='images/lightbulb@2x.png' width='43'></a>
<h3><a href="licenses/apache">Im concerned about patents.</a></h3>
<p>
The <a href="licenses/apache/">Apache License</a> is a permissive license similar to the MIT License, but it provides a patent license for any code that infringes on a contributors patents.
</p>
<p>
<strong>Apache</strong>, <strong>SVN</strong>, and <strong>NuGet</strong> use the Apache License.
</p>
</li>
<li class='reciprocity'>
<!--
TODO: We might need a GPL landing page here so we're not making any political statements
-->
<a href="licenses/gpl-v2"><img height='69' src='images/circular@2x.png' width='72'></a>
<h3><a href="licenses/gpl.html">I care about reciprocity.</a></h3>
<p>
The GPL (<a href="licenses/gpl-v2">V2</a>, <a href="licenses/gpl-v3">V3</a>, or <a href="licenses/agpl">Affero</a>) requires that folks who modify your code also license their changes under the GPL. V3 is similar to V2, but adds a restriction restricting use in hardware that forbids software alterations.
</p>
<p>
<strong>Linux</strong> and <strong>Git</strong> use the GPL.
</p>
</li>
</ul>
<p class="see-more callout">
None of these work for me. <a href="licenses">Show me more licenses »</a>
</p>
</div>