Add version info and "To the greater glory of God."

This commit is contained in:
Josh Mudge 2017-09-16 18:52:43 -06:00
parent b4321f9362
commit 1d49733efc
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
"use strict"; "use strict";
//Licensed under the Apache License 2.0. See license file for information. //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() { function calculate() {
var numReg = /^\d+$/; var numReg = /^\d+$/;