From 9f027639af3687da4b51bf9b378a9f345e2096f1 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 24 Jun 2017 20:29:01 +0200 Subject: Added license info to the readme filem and added the GPL --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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) -- cgit v1.2.3