1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-17 16:39:51 +02:00
choosealicense.com/index.html

77 lines
2.6 KiB
HTML
Raw Normal View History

---
layout: default
class: home
2013-07-13 16:38:53 +02:00
hide_breadcrumbs: true
title: Choosing an OSS license doesnt need to be scary
2013-07-13 22:42:40 +02:00
description: A site to provide non-judgmental guidance on choosing a license for your open source project
---
2013-06-11 18:39:22 +02:00
<h2>
<span>{</span>
Which of the following best describes your situation?
<span>}</span>
</h2>
<ul class="triptych situations cf">
2013-10-30 19:23:28 +01:00
<li class="whatever">
<a href="licenses/mit">
2013-10-30 19:23:28 +01:00
<img src="images/three-arrows@2x.png" alt="three arrows" width="72" height="57">
<h3>I want it simple and permissive.</h3>
</a>
<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 they want with your code as long as they provide attribution back to you and dont hold you liable.
</p>
<p>
<strong>jQuery</strong> and <strong>Rails</strong> use the MIT&nbsp;License.
</p>
</li>
2013-10-30 19:23:28 +01:00
<li class="patents">
<a href="licenses/apache">
2013-10-30 19:23:28 +01:00
<img src="images/lightbulb@2x.png" alt="light bulb" width="43" height="72">
<h3>Im concerned about patents.</h3>
</a>
<p>
The <a href="licenses/apache/">Apache License</a> is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users.
</p>
<p>
<strong>Apache</strong>, <strong>SVN</strong>, and <strong>NuGet</strong> use the Apache&nbsp;License.
</p>
</li>
2013-10-30 19:23:28 +01:00
<li class="copyleft">
<a href="licenses/gpl-v2">
2013-10-30 19:23:28 +01:00
<img src="images/circular@2x.png" alt="circular arrows" width="72" height="69">
<h3>I care about sharing improvements.</h3>
</a>
<p>
The GPL (<a href="licenses/gpl-v2">V2</a> or <a href="licenses/gpl-v3">V3</a>) is a copyleft license that requires anyone who distributes your code or a derivative work to make the source available under the same terms. V3 is similar to V2, but further restricts use in hardware that forbids software alterations.
</p>
<p>
<strong>Linux</strong>, <strong>Git</strong>, and <strong>WordPress</strong> use the GPL.
</p>
</li>
</ul>
<h2>
<span>{</span>
What if none of these work for me?
<span>}</span>
</h2>
<ul class="triptych see-more cf">
<li>
<h3>My content isn't code.</h3>
2013-09-16 21:17:02 +02:00
<p>
2013-09-16 21:17:53 +02:00
Check out <a href="http://creativecommons.org/choose/">Creative Commons</a>.
2013-09-16 21:17:02 +02:00
</p>
</li>
<li>
<h3>I want more choices.</h3>
2013-09-16 21:17:02 +02:00
<p>
2013-09-16 21:47:27 +02:00
<a href="licenses">More licenses are available</a>.
2013-09-16 21:17:02 +02:00
</p>
</li>
<li>
<h3>I don't want to choose a license.</h3>
2013-09-16 21:17:02 +02:00
<p>
<a href="no-license">You don't have to</a>.
</p>
</li>
</ul>