1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-26 05:33:02 +02:00
choosealicense.com/index.html

52 lines
2.3 KiB
HTML
Raw Normal View History

---
layout: default
class: home
---
<div id='home'>
<h1>Choosing an OSS license doesnt need to be scary.</h1>
2012-09-12 21:20:27 +02:00
<h2>
<span>{</span>
Which of the following best describes your situation?
<span>}</span>
</h2>
<ul class="situations cf">
2012-09-12 21:20:27 +02:00
<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 it simple and permissive.</a></h3>
<p>
2013-06-11 18:39:22 +02:00
The <a href="licenses/mit">MIT License</a> is a permissive license that is short and to the point. It doesnt include any warranties and lets people do anything they want with your code (with attribution back to you).
</p>
2012-09-12 21:20:27 +02:00
<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>
2012-09-12 21:20:27 +02:00
<p>
2013-02-10 19:15:51 +01:00
The <a href="licenses/apache/">Apache License</a> is a permissive license similar to the MIT License, but also contains a patent license for any code that infringes on a contributors patents.
2012-09-12 21:20:27 +02:00
</p>
<p>
<strong>Apache</strong>, <strong>SVN</strong>, and <strong>NuGet</strong> use the Apache License.
</p>
</li>
<li class='reciprocity'>
<a href="licenses/gpl-v2"><img height='69' src='images/circular@2x.png' width='72'></a>
2013-05-23 01:52:13 +02:00
<h3><a href="licenses/gpl-v3">I care about reciprocity.</a></h3>
2012-09-12 21:20:27 +02:00
<p>
The GPL (<a href="licenses/gpl-v2">V2</a> or <a href="licenses/gpl-v3">V3</a>) is a reciprocal license that 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.
2012-09-12 21:20:27 +02:00
</p>
<p>
<strong>Linux</strong> and <strong>Git</strong> use the GPL.
</p>
</li>
</ul>
2013-06-11 18:39:22 +02:00
<div class="see-more callout">
<p>What if none of these work for me or I want to retain all of my rights? <a href="licenses">More licenses are available</a>.</p>
<p>What if I don't want to choose a license</a>? <a href="no-license">You don't have to</a>.</p>
</div>
2013-02-10 19:15:51 +01:00
</div>
</body>
</html>