summaryrefslogtreecommitdiff
path: root/GPL.mdwn
diff options
context:
space:
mode:
authorMutoShack <MutoShack@web>2019-03-21 20:47:35 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2019-03-21 20:47:35 +0100
commit1b5b96c821ddb6cf3e501ea9f08f0c2fac916e4e (patch)
tree221223646716963e999fa75c5df7f05f591d4d73 /GPL.mdwn
parent4a2a149e9be8cb9ac1a6086c91ad4ee4779f92b0 (diff)
Context update
Diffstat (limited to 'GPL.mdwn')
-rw-r--r--GPL.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/GPL.mdwn b/GPL.mdwn
index af529431..9794871c 100644
--- a/GPL.mdwn
+++ b/GPL.mdwn
@@ -17,6 +17,6 @@ The GNU General Public License (GPL) is a [Free Software](https://www.gnu.org/ph
* The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
-Since then, the license has become extremely popular & wide-spread. The GPL has gone through 3 revisions, with GPLv3 being the latest.
+Since it's debut, the license has become extremely popular & wide-spread. The GPL has gone through 3 revisions, with GPLv3 being the latest.
GPLv3 allows any user to access, modify, and redistribute the source code, given that the redistributed version of the software is also released as GPLv3. For example, if you create a pice of software named "FreedomJuice" under the GPLv3, and I download & moify it and name it "xFreedomJuicex", I cannot release xFreedomJuicex under the MIT license, it has to be GPLv3 as well.