mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Update index.html
This commit is contained in:
parent
71a4c87882
commit
a58ec6bb5c
25
index.html
25
index.html
@ -12,9 +12,9 @@ class: home
|
||||
<ul class="situations cf">
|
||||
<li class='whatever'>
|
||||
<a href="licenses/mit"><img height='57' src='images/three-arrows@2x.png' width='72'></a>
|
||||
<h3><a href="licenses/mit">I want to keep it simple & permissive.</a></h3>
|
||||
<h3><a href="licenses/mit">I'm interested in simplicity and permissiveness.</a></h3>
|
||||
<p>
|
||||
The <a href="licenses/mit">MIT License</a> is a permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty.
|
||||
The <a href="licenses/mit">MIT License</a> is a permissive license that is short and to the point. It doesn't include any warranties and lets people do anything they want with your code (with attribution back to you).
|
||||
</p>
|
||||
<p>
|
||||
<strong>jQuery</strong> and <strong>Rails</strong> use the MIT License.
|
||||
@ -24,7 +24,7 @@ class: home
|
||||
<a href="licenses/apache"><img height='72' src='images/lightbulb@2x.png' width='43'></a>
|
||||
<h3><a href="licenses/apache">I’m concerned about patents.</a></h3>
|
||||
<p>
|
||||
The <a href="licenses/apache/">Apache License</a> is a permissive license similar to the MIT License, but it provides a patent license for any code that infringes on a contributor’s patents.
|
||||
The <a href="licenses/apache/">Apache License</a> is a permissive license similar to the MIT License, but also contains a patent license for any code that infringes on a contributor’s patents.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Apache</strong>, <strong>SVN</strong>, and <strong>NuGet</strong> use the Apache License.
|
||||
@ -37,14 +37,23 @@ class: home
|
||||
<a href="licenses/gpl-v2"><img height='69' src='images/circular@2x.png' width='72'></a>
|
||||
<h3><a href="licenses/gpl.html">I care about reciprocity.</a></h3>
|
||||
<p>
|
||||
The GPL (<a href="licenses/gpl-v2">V2</a>, <a href="licenses/gpl-v3">V3</a>, or <a href="licenses/agpl">Affero</a>) requires that folks who modify your code also license their changes under the GPL. V3 is similar to V2, but adds a restriction restricting use in hardware that forbids software alterations.
|
||||
The GPL (<a href="licenses/gpl-v2">V2</a> or <a href="licenses/gpl-v3">V3</a>) isn't a permissive license, meaning that it requires that folks who modify your code also license their changes under the GPL. V3 is similar to V2, but adds a restriction restricting use in hardware that forbids software alterations.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Linux</strong> and <strong>Git</strong> use the GPL.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="see-more callout">
|
||||
None of these work for me. <a href="licenses">Show me more licenses »</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="cf">
|
||||
<nav>
|
||||
<a href="about">About</a>
|
||||
<a href="#">Terms of Service</a>
|
||||
</nav>
|
||||
<p>The information on this page and site is for informational purposes and intended to help you choose a license for your software project. It always makes sense to consult with a legal professional before adopting a software license for your project.<br>
|
||||
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
||||
Creative Commons Attribution 3.0 Unported License</a>.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user