--- layout: default class: home hide_breadcrumbs: true title: Choosing an open source license doesn’t need to be scary 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.
jQuery, Rails and .NET Core use the MIT License.
The Apache License is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users.
Apache, Swift, and Docker use the Apache License.
The GNU GPL is a copyleft license that lets people do anything they want with your code as long as they give the same freedoms to anyone else to which give your code or something based on it.
WordPress, Linux, and Bash use the GPL.
Check out Creative Commons.