From b5d62de9d812ac531011f50ee7d6081c5c3d0b6a Mon Sep 17 00:00:00 2001
From: Calinou <calinou@opmbx.org>
Date: Sun, 11 Jan 2015 22:21:33 +0100
Subject: Add licensing headers to all files, fix intllib global variable
 warnings.

---
 stairsplus/microblocks.lua | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

(limited to 'stairsplus/microblocks.lua')

diff --git a/stairsplus/microblocks.lua b/stairsplus/microblocks.lua
index aac69ee..ccffa53 100644
--- a/stairsplus/microblocks.lua
+++ b/stairsplus/microblocks.lua
@@ -1,9 +1,13 @@
-local S -- Load translation library if intllib is installed:
-if intllib then
-	S = intllib.Getter(minetest.get_current_modname())
-else
-	S = function(s) return s end
-end
+--[[
+======================================================================
+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 S = moreblocks.intllib
 
 -- Node will be called <modname>:micro_<subname>
 
-- 
cgit v1.2.3