2013-04-09 18:41:25 +02:00
---
layout: default
class: home
2013-07-13 16:38:53 +02:00
hide_breadcrumbs: true
2014-01-23 11:44:09 +01:00
title: Choosing an OSS license doesn't 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
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 >
2014-01-23 11:44:09 +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 >
2013-07-16 11:34:38 +02:00
< strong > jQuery< / strong > and < strong > Rails< / strong > use the MIT License.
2013-07-13 21:42:46 +02:00
< / p >
< / li >
2013-10-30 19:23:28 +01:00
< li class = "patents" >
2013-09-16 21:16:10 +02:00
< a href = "licenses/apache" >
2013-12-13 18:43:30 +01:00
< span class = "triptych-sprite lightbulb" > < / span >
2014-01-23 11:44:09 +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 >
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 >
2013-07-16 11:34:38 +02:00
< strong > Apache< / strong > , < strong > SVN< / strong > , and < strong > NuGet< / strong > use the Apache License.
2013-07-13 21:42:46 +02:00
< / p >
< / li >
2013-10-30 19:23:28 +01:00
< li class = "copyleft" >
2013-09-16 21:16:10 +02:00
< a href = "licenses/gpl-v2" >
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 >
2013-08-19 15:56:54 +02:00
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.
2013-07-13 21:42:46 +02:00
< / p >
< p >
2013-07-16 17:41:22 +02:00
< strong > Linux< / strong > , < strong > Git< / strong > , and < strong > WordPress< / strong > use the GPL.
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 >
2014-01-23 11:44:09 +01:00
< 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 >
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 >
2014-01-23 11:44:09 +01:00
< h3 > I don't want to choose a license.< / h3 >
2013-09-16 21:17:02 +02:00
< p >
2014-01-23 11:44:09 +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 >