1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00
choosealicense.com/index.html
2018-06-17 23:47:38 -07:00

79 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
hide_breadcrumbs: true
title: Choose an open source license
permalink: /
---
<p>An open source license protects contributors and users. Businesses and savvy developers wont touch a project without this protection.</p>
<h2>
<span>{</span>
Which of the following best describes your situation?
<span>}</span>
</h2>
<ul class="triptych situations clearfix">
<li class="patents">
<a href="existing">
<span class="triptych-sprite lightbulb"></span>
<h3>Im extending an existing project.</h3>
</a>
<p>
Use the <a href="existing">existing projects license</a>.
</p>
<p>
If the existing project doesnt have a license, ask its maintainers to <a href="no-license#for-users">add a license</a>.
</p>
</li>
<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 short and to the point. It lets people do almost anything they want with your project, including to make and distribute closed source versions.
</p>
<p>
{% include using-sentence.html license-id="mit" %}
</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 GPLv3</a> also lets people do almost anything they want with your project, <em>except</em> to distribute closed source versions.
</p>
<p>
{% include using-sentence.html license-id="gpl-3.0" %}
</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 project isnt software.</h3>
<p>
<a href="non-software">There are licenses for that</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>