--- layout: default class: home hide_breadcrumbs: true title: Choose an open source license permalink: / ---
The MIT License 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.
{% include using-sentence.html license-id="mit" %}
The Apache License 2.0 is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users.
{% include using-sentence.html license-id="apache-2.0" %}
The GNU GPLv3 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.
{% include using-sentence.html license-id="gpl-3.0" %}