summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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)