summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-05-22 19:31:35 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-05-22 19:31:35 +0200
commit99cc849aaf2a9727830beefa478b7157bdf2e4db (patch)
treed69dc6cebee0157b2dd2eb8bd4d2056de6041c5f
parent9c6ee23583dc0ef0df451bee46e0dee4eb5481dd (diff)
Update names, I'm not Worthe anymore
-rw-r--r--LICENSE2
-rw-r--r--README.md4
-rw-r--r--package.json2
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"
},