aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2016-06-28 14:54:28 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2016-06-28 14:54:28 +0200
commitb7580bcea4c7eb94c48f88b9ba744d5b2473dd1c (patch)
treefc42f4e42874e0721c20965b22a90beef7cb2e8f /init.lua
parent94a53678e6e4d559e7a8edf9d939473e067815dd (diff)
downloadatm-b7580bcea4c7eb94c48f88b9ba744d5b2473dd1c.tar.gz
atm-b7580bcea4c7eb94c48f88b9ba744d5b2473dd1c.tar.bz2
atm-b7580bcea4c7eb94c48f88b9ba744d5b2473dd1c.zip
Added WTFPL license
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 891d406..98dda29 100644
--- a/init.lua
+++ b/init.lua
@@ -1,3 +1,4 @@
+-- Copyright (c) 2016 Gabriel Pérez-Cerezo, licensed under WTFPL.
atm = {}
atm.balance = {}
atm.pth = minetest.get_worldpath().."/atm_accounts"