aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 44a14c4..b8334d8 100644
--- a/init.lua
+++ b/init.lua
@@ -1,4 +1,7 @@
-- Copyright (c) 2016, 2017, 2018 Gabriel PĂ©rez-Cerezo, licensed under WTFPL.
+-- Wire Transfers (c) 2018 Hans von Smacker
+-- Large ATMs (C) 2017 Hans von Smacker
+
atm = {}
atm.balance = {}
atm.pending_transfers = {}