diff --git a/index.html b/index.html index 3b0b103..169c656 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,9 @@ class: home
- The MIT License 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). + The MIT License 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).
jQuery and Rails use the MIT License. @@ -34,7 +34,7 @@ class: home
- The GPL (V2 or V3) 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. + The GPL (V2 or V3) is a reciprocal license that 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.
Linux and Git use the GPL.