summaryrefslogtreecommitdiff
path: root/GPL.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'GPL.mdwn')
-rw-r--r--GPL.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/GPL.mdwn b/GPL.mdwn
index 9794871c..c7c01f78 100644
--- a/GPL.mdwn
+++ b/GPL.mdwn
@@ -20,3 +20,8 @@ The GNU General Public License (GPL) is a [Free Software](https://www.gnu.org/ph
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.
+
+---
+# External Links
+* [The GPL's Homepage](https://www.gnu.org/licenses/gpl.html)
+* [[!wikipedia GPL]] on Wikipedia