From 99cc849aaf2a9727830beefa478b7157bdf2e4db Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Mon, 22 May 2023 19:31:35 +0200 Subject: Update names, I'm not Worthe anymore --- LICENSE | 2 +- README.md | 4 +--- package.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index e8e70b7..2e2eefc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2017, Justin Worthe +Copyright 2017-present, Justin Wernick This library can be used free of charge under either the ISC license or the GNU GPL 3.0. diff --git a/README.md b/README.md index 95b5327..b921f81 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ South African ID Number Parser ============================== -[![Build Status](https://travis-ci.org/JWorthe/south-african-id-parser.svg?branch=master)](https://travis-ci.org/JWorthe/south-african-id-parser) - The ID Numbers issued in South Africa follow a regular format that you can use to derive some information about them. The following information is available: @@ -144,7 +142,7 @@ var isSouthAfricanCitizen = saIdParser.parseIsSouthAfricanCitizen(validIdNumber) License ------- -Copyright 2017, Justin Worthe +Copyright 2017-present, Justin Wernick This library can be used free of charge under either the ISC license or the GNU GPL 3.0. diff --git a/package.json b/package.json index 89749a0..f19609e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "ID Number" ], "author": { - "name": "Justin Worthe", + "name": "Justin Wernick", "email" : "justin@worthe-it.co.za", "url" : "http://worthe-it.co.za" }, -- cgit v1.2.3