The <ahref="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.
<ahref="https://github.com/jquery/jquery/blob/master/LICENSE.txt">jQuery</a>, <ahref="https://github.com/rails/rails/blob/master/activerecord/MIT-LICENSE">Rails</a> and <ahref="https://github.com/dotnet/corefx/blob/master/LICENSE">.NET Core</a> use the MIT License.
The <ahref="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.
<ahref="https://svn.apache.org/viewvc/httpd/httpd/trunk/LICENSE?view=markup">Apache</a>, <ahref="https://github.com/apple/swift/blob/master/LICENSE.txt">Swift</a>, and <ahref="https://github.com/android/platform_system_core/blob/master/NOTICE">Android</a> use the Apache License 2.0.
The GNU GPL (<ahref="licenses/gpl-2.0/">V2</a> or <ahref="licenses/gpl-3.0/">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.
<ahref="https://github.com/WordPress/WordPress/blob/master/license.txt">WordPress</a>, <ahref="https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/COPYING">Linux</a>, and <ahref="http://git.savannah.gnu.org/cgit/bash.git/tree/COPYING">Bash</a> use the GNU GPL.