summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.