diff --git a/LICENSE.md b/LICENSE.md index c33a141..5323d3d 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ zlib license ============ -Copyright © 2012-2019 Hugo Locurcio and contributors +Copyright © 2012-2020 Hugo Locurcio and contributors **This software 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 software.** diff --git a/README.md b/README.md index d639688..7b3fa01 100755 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ git clone https://github.com/minetest-mods/maptools.git You can also [download a ZIP archive](https://github.com/minetest-mods/maptools/archive/master.zip) -of Map Tools. If you do so, you will need to extract the archive then rename -the resulting folder from `maptools-master` to `maptools` – this is -**absolutely** required, as the mod won't work otherwise. +of Map Tools. ### Enable the mod @@ -69,7 +67,7 @@ versions than 5.0.0 will generally not be fixed. ## License -Copyright © 2012-2019 Hugo Locurcio and contributors +Copyright © 2012-2020 Hugo Locurcio and contributors - Map Tools code is licensed under the zlib license, see [`LICENSE.md`](LICENSE.md) for details. diff --git a/aliases.lua b/aliases.lua index 13ec59f..ca3e832 100755 --- a/aliases.lua +++ b/aliases.lua @@ -1,7 +1,7 @@ --[[ Map Tools: alias definitions -Copyright © 2012-2019 Hugo Locurcio and contributors. +Copyright © 2012-2020 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/config.lua b/config.lua index 6d21b6c..5e766ec 100755 --- a/config.lua +++ b/config.lua @@ -1,7 +1,7 @@ --[[ Map Tools: configuration handling -Copyright © 2012-2019 Hugo Locurcio and contributors. +Copyright © 2012-2020 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/craftitems.lua b/craftitems.lua index 00f09f2..58127bf 100755 --- a/craftitems.lua +++ b/craftitems.lua @@ -1,7 +1,7 @@ --[[ Map Tools: item definitions -Copyright © 2012-2019 Hugo Locurcio and contributors. +Copyright © 2012-2020 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/default_nodes.lua b/default_nodes.lua index f70e45e..29c31a1 100755 --- a/default_nodes.lua +++ b/default_nodes.lua @@ -1,7 +1,7 @@ --[[ Map Tools: unbreakable default nodes -Copyright © 2012-2019 Hugo Locurcio and contributors. +Copyright © 2012-2020 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/init.lua b/init.lua index 4c969bf..7e053ec 100755 --- a/init.lua +++ b/init.lua @@ -3,7 +3,7 @@ ** Map Tools ** By Calinou. -Copyright © 2012-2019 Hugo Locurcio and contributors. +Copyright © 2012-2020 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. ===================================================================== --]] diff --git a/nodes.lua b/nodes.lua index 041526a..568eda0 100755 --- a/nodes.lua +++ b/nodes.lua @@ -1,7 +1,7 @@ --[[ Map Tools: node definitions -Copyright © 2012-2019 Hugo Locurcio and contributors. +Copyright © 2012-2020 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/tools.lua b/tools.lua index 550ab6b..6fe0456 100755 --- a/tools.lua +++ b/tools.lua @@ -1,7 +1,7 @@ --[[ Map Tools: tool definitions -Copyright © 2012-2019 Hugo Locurcio and contributors. +Copyright © 2012-2020 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]]