aboutsummaryrefslogtreecommitdiff
path: root/stairsplus/aliases.lua
diff options
context:
space:
mode:
Diffstat (limited to 'stairsplus/aliases.lua')
-rw-r--r--stairsplus/aliases.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/stairsplus/aliases.lua b/stairsplus/aliases.lua
index 9ad0e76..18561b1 100644
--- a/stairsplus/aliases.lua
+++ b/stairsplus/aliases.lua
@@ -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)