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 | |
parent | 94a53678e6e4d559e7a8edf9d939473e067815dd (diff) |
Added WTFPL license
-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 |