diff options
author | Calinou <calinou@opmbx.org> | 2015-01-11 22:21:33 +0100 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2015-01-11 22:21:33 +0100 |
commit | b5d62de9d812ac531011f50ee7d6081c5c3d0b6a (patch) | |
tree | 3d576dc6bc7332086d2765a530b6b65c28f9f40d /stairsplus/init.lua | |
parent | 41bb46fb3668627ec2bbcb3d0c55899cabb8cf35 (diff) |
Add licensing headers to all files, fix intllib global variable warnings.
Diffstat (limited to 'stairsplus/init.lua')
-rw-r--r-- | stairsplus/init.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stairsplus/init.lua b/stairsplus/init.lua index 9717039..6ef5391 100644 --- a/stairsplus/init.lua +++ b/stairsplus/init.lua @@ -1,3 +1,12 @@ +--[[ +====================================================================== +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. +====================================================================== +--]] + -- Nodes will be called <modname>:{stair,slab,panel,micro}_<subname> local modpath = minetest.get_modpath("moreblocks").. "/stairsplus" |