1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-21 20:30:10 +01:00
choosealicense.com/index.html
Brandon Keepers abe74941dc Update examples
- add a 3rd example (.NET Core) for MIT
- replace SVN & NuGet with more more modern and well-known examples
(Swift, Docker) for Apache:
- Add a GPLv3 project to examples.
2016-01-31 19:54:59 +01:00

77 lines
2.4 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
hide_breadcrumbs: true
title: Choosing an open source license doesnt need to be scary
permalink: /
---
<h2>
<span>{</span>
Which of the following best describes your situation?
<span>}</span>
</h2>
<ul class="triptych situations clearfix">
<li class="whatever">
<a href="licenses/mit">
<span class="triptych-sprite three-arrows"></span>
<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>, <strong>Rails</strong> and <strong>.NET Core</strong> use the MIT&nbsp;License.
</p>
</li>
<li class="patents">
<a href="licenses/apache-2.0/">
<span class="triptych-sprite lightbulb"></span>
<h3>Im concerned about patents.</h3>
</a>
<p>
The <a href="licenses/apache-2.0/">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>Swift</strong>, and <strong>Docker</strong> use the Apache&nbsp;License.
</p>
</li>
<li class="copyleft">
<a href="licenses/gpl-3.0/">
<span class="triptych-sprite circular"></span>
<h3>I care about sharing improvements.</h3>
</a>
<p>
The <a href="licenses/gpl-3.0/">GNU GPL</a> is a copyleft license that lets people do anything they want with your code as long as they give the same freedoms to anyone else to which give your code or something based on it.
</p>
<p>
<strong>WordPress</strong>, <strong>Linux</strong>, and <strong>Bash</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 clearfix">
<li>
<h3>My content isnt code.</h3>
<p>
Check out <a href="http://creativecommons.org/choose/">Creative Commons</a>.
</p>
</li>
<li>
<h3>I want more choices.</h3>
<p>
<a href="licenses">More licenses are available</a>.
</p>
</li>
<li>
<h3>I dont want to choose a license.</h3>
<p>
<a href="no-license">You dont have to</a>.
</p>
</li>
</ul>