diff --git a/index.html b/index.html index 578372d..f4ac1a6 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 lets people do anything with your code with proper attribution and without warranty. + 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. @@ -24,7 +24,7 @@ class: home
- The Apache License 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 Apache License 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.
Apache, SVN, and NuGet use the Apache License. @@ -37,14 +37,23 @@ class: home
- The GPL (V2, V3, or Affero) 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) 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.
Linux and Git use the GPL.
- None of these work for me. Show me more licenses » -
- \ No newline at end of file + + + +