2013-04-09 18:41:25 +02:00
---
layout: default
class: home
2013-07-13 16:38:53 +02:00
hide_breadcrumbs: true
2016-03-14 08:04:32 +01:00
title: Choose an open source license
2014-01-24 07:25:40 +01:00
permalink: /
2013-04-09 18:41:25 +02:00
---
2013-06-11 18:39:22 +02:00
2013-07-13 21:42:46 +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" >
2014-01-23 09:49:36 +01:00
< li class = "whatever" >
2013-09-16 21:16:10 +02:00
< a href = "licenses/mit" >
2013-12-13 18:43:30 +01:00
< span class = "triptych-sprite three-arrows" > < / span >
2013-09-16 21:16:10 +02:00
< h3 > I want it simple and permissive.< / h3 >
< / a >
2013-07-13 21:42:46 +02:00
< 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 don’ t hold you liable.
2013-07-13 21:42:46 +02:00
< / p >
< p >
2016-03-03 03:23:31 +01:00
{% include using-sentence.html license-id="mit" %}
2013-07-13 21:42:46 +02:00
< / p >
< / li >
2013-10-30 19:23:28 +01:00
< li class = "patents" >
2014-09-05 17:47:43 +02:00
< a href = "licenses/apache-2.0/" >
2013-12-13 18:43:30 +01:00
< span class = "triptych-sprite lightbulb" > < / span >
2015-01-10 14:20:22 +01:00
< h3 > I’ m concerned about patents.< / h3 >
2013-09-16 21:16:10 +02:00
< / a >
2013-07-13 21:42:46 +02:00
< p >
2016-02-16 18:29:18 +01:00
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.
2013-07-13 21:42:46 +02:00
< / p >
< p >
2016-03-03 03:23:31 +01:00
{% include using-sentence.html license-id="apache-2.0" %}
2013-07-13 21:42:46 +02:00
< / p >
< / li >
2013-10-30 19:23:28 +01:00
< li class = "copyleft" >
2015-11-17 15:59:59 +01:00
< a href = "licenses/gpl-3.0/" >
2013-12-13 18:43:30 +01:00
< span class = "triptych-sprite circular" > < / span >
2013-09-16 21:16:10 +02:00
< h3 > I care about sharing improvements.< / h3 >
< / a >
2013-07-13 21:42:46 +02:00
< p >
2016-03-02 19:13:27 +01:00
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.
2013-07-13 21:42:46 +02:00
< / p >
< p >
2016-03-03 03:23:31 +01:00
{% include using-sentence.html license-id="gpl-3.0" %}
2013-07-13 21:42:46 +02:00
< / p >
< / li >
< / ul >
2013-09-16 21:42:21 +02:00
< 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" >
2014-01-23 09:49:36 +01:00
< li >
2016-02-26 21:34:20 +01:00
< h3 > My project isn’ t software.< / h3 >
2013-09-16 21:17:02 +02:00
< p >
2016-02-26 21:34:20 +01:00
< a href = "non-software" > There are licenses for that< / a > .
2013-09-16 21:17:02 +02:00
< / p >
2013-09-16 21:16:10 +02:00
< / li >
< li >
2013-09-16 21:42:21 +02:00
< 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 >
2013-09-16 21:16:10 +02:00
< / li >
< li >
2015-01-10 14:20:22 +01:00
< h3 > I don’ t 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 don’ t have to< / a > .
2013-09-16 21:17:02 +02:00
< / p >
2013-09-16 21:16:10 +02:00
< / li >
< / ul >