Add licensing headers to all files, fix intllib global variable warnings.

This commit is contained in:
Calinou
2015-01-11 22:21:33 +01:00
父節點 41bb46fb36
當前提交 b5d62de9d8
共有 18 個文件被更改,包括 153 次插入44 次删除

查看文件

@ -1,3 +1,11 @@
--[[
======================================================================
This file is part of More Blocks.
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
local function register_stairsplus_alias(modname, origname, newname)
minetest.register_alias(modname.. ":slab_" ..origname, "moreblocks:slab_" ..newname)