diff options
Diffstat (limited to 'circular_saw.lua')
-rw-r--r-- | circular_saw.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/circular_saw.lua b/circular_saw.lua index 361eee5..ab278f3 100644 --- a/circular_saw.lua +++ b/circular_saw.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. +====================================================================== +--]] + local S = moreblocks.intllib circular_saw = {} |