diff --git a/_licenses/gpl-2.0.txt b/_licenses/gpl-2.0.txt index ec25a7f..c677c29 100644 --- a/_licenses/gpl-2.0.txt +++ b/_licenses/gpl-2.0.txt @@ -12,6 +12,10 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license. +using: + - Linux: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/COPYING + - WordPress: https://github.com/WordPress/WordPress/blob/master/license.txt + required: - include-copyright - document-changes diff --git a/index.html b/index.html index 24da896..3240eb3 100644 --- a/index.html +++ b/index.html @@ -42,10 +42,10 @@ permalink: /

I care about sharing improvements.

- The GNU GPL (V2 or V3) 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. + The GNU GPLv3 is a copyleft license that requires anyone who distributes your code or a derivative work to make the source available under the same terms, and also provides an express grant of patent rights from contributors to users.

- WordPress, Linux, and Bash use the GNU GPL. + Bash, GIMP, and Privacy Badger use the GNU GPLv3.