1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Merge pull request #358 from thewarpaint/add-project-links

Add project links
This commit is contained in:
Mike Linksvayer 2016-02-27 11:10:09 -08:00
commit 7acfa511b1

View File

@ -21,7 +21,7 @@ permalink: /
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 dont hold you liable.
</p>
<p>
<strong>jQuery</strong>, <strong>Rails</strong> and <strong>.NET Core</strong> use the MIT&nbsp;License.
<a href="https://github.com/jquery/jquery/blob/master/LICENSE.txt">jQuery</a>, <a href="https://github.com/rails/rails/blob/master/activerecord/MIT-LICENSE">Rails</a> and <a href="https://github.com/dotnet/corefx/blob/master/LICENSE">.NET Core</a> use the MIT&nbsp;License.
</p>
</li>
<li class="patents">
@ -33,7 +33,7 @@ permalink: /
The <a href="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.
</p>
<p>
<strong>Apache</strong>, <strong>Swift</strong>, and <strong>Android</strong> use the Apache&nbsp;License&nbsp;2.0.
<a href="https://svn.apache.org/viewvc/httpd/httpd/trunk/LICENSE?view=markup">Apache</a>, <a href="https://github.com/apple/swift/blob/master/LICENSE.txt">Swift</a>, and <a href="https://github.com/android/platform_system_core/blob/master/NOTICE">Android</a> use the Apache&nbsp;License&nbsp;2.0.
</p>
</li>
<li class="copyleft">
@ -45,7 +45,7 @@ permalink: /
The GNU GPL (<a href="licenses/gpl-2.0/">V2</a> or <a href="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.
</p>
<p>
<strong>WordPress</strong>, <strong>Linux</strong>, and <strong>Bash</strong> use the GNU GPL.
<a href="https://github.com/WordPress/WordPress/blob/master/license.txt">WordPress</a>, <a href="https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/COPYING">Linux</a>, and <a href="http://git.savannah.gnu.org/cgit/bash.git/tree/COPYING">Bash</a> use the GNU GPL.
</p>
</li>
</ul>