diff --git a/README.md b/README.md index 393c2e7..8b34d1b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ empty / blue wool / empty You can also repair the tool by putting it in the crafting grid with a steel ingot. -Licence - WTFPL +Licence - DWYWPL Forum - https://forum.minetest.net/viewtopic.php?f=9&t=13484&p=196293#p196293 diff --git a/description.txt b/description.txt index 0cc8ffd..f311175 100644 --- a/description.txt +++ b/description.txt @@ -15,8 +15,6 @@ empty / blue wool / empty You can also repair the tool by putting it in the crafting grid with a steel ingot. -Licence - WTFPL - Forum - https://forum.minetest.net/viewtopic.php?f=9&t=13484&p=196293#p196293 diff --git a/hammer.lua b/hammer.lua index 0018c2e..035b772 100644 --- a/hammer.lua +++ b/hammer.lua @@ -107,6 +107,6 @@ minetest.register_craft({ minetest.register_craft({ output = "mymasonhammer:hammer", recipe = { - {"mymasonhammer:hammer", "default:steel_ingot"}, + {"mymasonhammer:hammer", "default:steel_ingot"}, }, }) diff --git a/licence.txt b/licence.txt new file mode 100644 index 0000000..f50419b --- /dev/null +++ b/licence.txt @@ -0,0 +1,13 @@ +DO WHAT YOU WANT TO PUBLIC LICENSE +or abbreviated DWYWPL + +December 2nd 2015 +License Copyright (C) 2015 Michael Tomaino (PlatinumArts@gmail.com) +www.sandboxgamemaker.com/DWYWPL/ + +DO WHAT YOU WANT TO PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +1. You are allowed to do whatever you want to with what content is using this license. +2. This content is provided 'as-is', without any express or implied warranty. In no event +will the authors be held liable for any damages arising from the use of this content.