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

77 lines
2.9 KiB
HTML
Raw Normal View History

---
layout: default
class: home
2013-07-13 16:38:53 +02:00
hide_breadcrumbs: true
2015-10-23 23:50:25 +02:00
title: Choosing an open source license doesnt need to be scary
permalink: /
---
2013-06-11 18:39:22 +02:00
<h2>
<span>{</span>
Which of the following best describes your situation?
<span>}</span>
</h2>
2013-12-09 19:05:34 +01:00
<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>
2015-01-10 14:20:22 +01:00
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>
2016-02-26 20:08:53 +01:00
<a href="https://github.com/jquery/jquery/blob/master/LICENSE.txt">jQuery</a>, <a href="https://github.com/rails/rails/blob/master/activerecord/MIT-LICENSE">Rails</a> and <a href="https://github.com/dotnet/corefx/blob/master/LICENSE">.NET Core</a> use the MIT&nbsp;License.
</p>
</li>
2013-10-30 19:23:28 +01:00
<li class="patents">
<a href="licenses/apache-2.0/">
<span class="triptych-sprite lightbulb"></span>
2015-01-10 14:20:22 +01:00
<h3>Im concerned about patents.</h3>
</a>
<p>
The <a href="licenses/apache-2.0/">Apache License 2.0</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>
2016-02-26 20:08:53 +01:00
<a href="https://svn.apache.org/viewvc/httpd/httpd/trunk/LICENSE?view=markup">Apache</a>, <a href="https://github.com/apple/swift/blob/master/LICENSE.txt">Swift</a>, and <a href="https://github.com/android/platform_system_core/blob/master/NOTICE">Android</a> use the Apache&nbsp;License&nbsp;2.0.
</p>
</li>
2013-10-30 19:23:28 +01:00
<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> is a copyleft license that requires anyone who distributes your code or a derivative work to make the source available under the same terms, and also provides an express grant of patent rights from contributors to users.
</p>
<p>
<a href="http://git.savannah.gnu.org/cgit/bash.git/tree/COPYING">Bash</a>, <a href="https://git.gnome.org/browse/gimp/tree/COPYING">GIMP</a>, and <a href="https://github.com/EFForg/privacybadgerfirefox/blob/master/LICENSE">Privacy Badger</a> use the GNU GPLv3.
</p>
</li>
</ul>
<h2>
<span>{</span>
What if none of these work for me?
<span>}</span>
</h2>
2013-12-09 19:05:34 +01:00
<ul class="triptych see-more clearfix">
<li>
<h3>My project isnt software.</h3>
2013-09-16 21:17:02 +02:00
<p>
<a href="non-software">There are licenses for that</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>
2015-01-10 14:20:22 +01:00
<h3>I dont want to choose a license.</h3>
2013-09-16 21:17:02 +02:00
<p>
2015-01-10 14:20:22 +01:00
<a href="no-license">You dont have to</a>.
2013-09-16 21:17:02 +02:00
</p>
</li>
</ul>