diff options
| -rw-r--r-- | init.lua | 1 | ||||
| -rw-r--r-- | license.txt | 19 | 
2 files changed, 20 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" diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..db25865 --- /dev/null +++ b/license.txt @@ -0,0 +1,19 @@ + +            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +                    Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + +            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +  0. You just DO WHAT THE FUCK YOU WANT TO.  + + +License of textures +-------------------------------------- +(C) 2016 Gabriel Pérez-Cerezo, WTFPL | 
