From 70aaba7ba03f8940b0ceb9ddb8a488ecbbca2a5f Mon Sep 17 00:00:00 2001 From: Haacked Date: Wed, 10 Jul 2013 14:01:00 -0700 Subject: [PATCH] Tweaks per content review --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 046187c..d99fbe0 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ class: home

I’m concerned about patents.

- The Apache License is a permissive license similar to the MIT License, but also provides an express grant of patent rights from the contributor to the recipient. + The Apache License is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users.

Apache, SVN, and NuGet use the Apache License. @@ -34,7 +34,7 @@ class: home

I care about sharing improvements.

- The GPL (V2 or V3) is a copyleft license that requires that people who modify your code disclose their changes when they distribute their program that includes your code. V3 is similar to V2, but adds a restriction restricting use in hardware that forbids software alterations. + The GPL (V2 or V3) is a copyleft license that requires others who modify your code to disclose their changes if they redistribute it in source or binary form. V3 is similar to V2, but adds a restriction restricting use in hardware that forbids software alterations.

Linux and Git use the GPL.