diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2016-06-28 14:54:28 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2016-06-28 14:54:28 +0200 |
commit | b7580bcea4c7eb94c48f88b9ba744d5b2473dd1c (patch) | |
tree | fc42f4e42874e0721c20965b22a90beef7cb2e8f /init.lua | |
parent | 94a53678e6e4d559e7a8edf9d939473e067815dd (diff) |
Added WTFPL license
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +-- Copyright (c) 2016 Gabriel Pérez-Cerezo, licensed under WTFPL. atm = {} atm.balance = {} atm.pth = minetest.get_worldpath().."/atm_accounts" |