From 1d49733efced4ce6988bf79e2f33794f328b2478 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Sat, 16 Sep 2017 18:52:43 -0600 Subject: [PATCH] Add version info and "To the greater glory of God." --- calculate.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/calculate.js b/calculate.js index 7c99870..f3dfd80 100644 --- a/calculate.js +++ b/calculate.js @@ -1,5 +1,9 @@ "use strict"; //Licensed under the Apache License 2.0. See license file for information. +// Ardon Income Calculator v3.0 stable. +// Written by Josh Mudge +// Ad Mejorem Dei Glorium + function calculate() { var numReg = /^\d+$/;