More informative and shorter headers.

This commit is contained in:
Calinou 2015-01-12 17:46:30 +01:00
parent 645a377734
commit aae5d447fd
7 changed files with 9 additions and 21 deletions

View File

@ -1,10 +1,8 @@
--[[ --[[
====================================================================== Map Tools: alias definitions
This file is part of Map Tools.
Copyright (c) 2012-2015 Calinou and contributors. Copyright (c) 2012-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information. Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]] --]]
minetest.register_alias("adminpick", "maptools:pick_admin") minetest.register_alias("adminpick", "maptools:pick_admin")

View File

@ -1,10 +1,8 @@
--[[ --[[
====================================================================== Map Tools: configuration handling
This file is part of Map Tools.
Copyright (c) 2012-2015 Calinou and contributors. Copyright (c) 2012-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information. Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]] --]]
maptools.config = {} maptools.config = {}

View File

@ -1,10 +1,8 @@
--[[ --[[
====================================================================== Map Tools: item definitions
This file is part of Map Tools.
Copyright (c) 2012-2015 Calinou and contributors. Copyright (c) 2012-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information. Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]] --]]
local S = maptools.intllib local S = maptools.intllib

View File

@ -1,10 +1,8 @@
--[[ --[[
====================================================================== Map Tools: unbreakable default nodes
This file is part of Map Tools.
Copyright (c) 2012-2015 Calinou and contributors. Copyright (c) 2012-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information. Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]] --]]
local S = maptools.intllib local S = maptools.intllib

View File

@ -1,11 +1,11 @@
--[[ --[[
====================================================================== =====================================================================
** Map Tools ** ** Map Tools **
By Calinou. By Calinou.
Copyright (c) 2012-2014 Calinou and contributors. Copyright (c) 2012-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information. Licensed under the zlib license. See LICENSE.md for more information.
====================================================================== =====================================================================
--]] --]]
maptools = {} maptools = {}

View File

@ -1,10 +1,8 @@
--[[ --[[
====================================================================== Map Tools: node definitions
This file is part of Map Tools.
Copyright (c) 2012-2015 Calinou and contributors. Copyright (c) 2012-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information. Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]] --]]
local S = maptools.intllib local S = maptools.intllib

View File

@ -1,10 +1,8 @@
--[[ --[[
====================================================================== Map Tools: tool definitions
This file is part of Map Tools.
Copyright (c) 2012-2015 Calinou and contributors. Copyright (c) 2012-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information. Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]] --]]
local S = maptools.intllib local S = maptools.intllib