Add version info and "To the greater glory of God."
This commit is contained in:
parent
b4321f9362
commit
1d49733efc
|
@ -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+$/;
|
||||||
|
|
Loading…
Reference in New Issue