summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-06-24 20:29:01 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-06-24 20:29:01 +0200
commit9f027639af3687da4b51bf9b378a9f345e2096f1 (patch)
treed779d828a91bf8e8cb4d7c90d01d5d25730f91ea /README.md
parent426d5092b80eca28517df455f70468d2e0fb1378 (diff)
Added license info to the readme filem and added the GPL
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2afde5b..92084b8 100644
--- a/README.md
+++ b/README.md
@@ -140,3 +140,13 @@ var isSouthAfricanCitizen = saIdParser.parseIsSouthAfricanCitizen(validIdNumber)
//isSouthAfricanCitizen === true
```
+
+### License
+
+Copyright 2017, Justin Worthe
+
+This library can be used free of charge under either the ISC license
+or the GNU GPL 3.0.
+
+- [https://opensource.org/licenses/ISC](https://opensource.org/licenses/ISC)
+- [http://www.gnu.org/licenses/gpl-3.0.html](http://www.gnu.org/licenses/gpl-3.0.html)