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 <ahref="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.
<ahref="http://git.savannah.gnu.org/cgit/bash.git/tree/COPYING">Bash</a>, <ahref="https://git.gnome.org/browse/gimp/tree/COPYING">GIMP</a>, and <ahref="https://github.com/EFForg/privacybadgerfirefox/blob/master/LICENSE">Privacy Badger</a> use the GNU GPLv3.