diff options
author | Calinou <calinou@opmbx.org> | 2015-01-12 17:46:22 +0100 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2015-01-12 17:46:22 +0100 |
commit | 10d28eec32ee088d13b73a570cd24e8b97744e13 (patch) | |
tree | e7e24113f7f3bec5f11646f5d1b01592aed65618 /stairsplus | |
parent | b5d62de9d812ac531011f50ee7d6081c5c3d0b6a (diff) | |
download | moreblocks-10d28eec32ee088d13b73a570cd24e8b97744e13.tar.gz moreblocks-10d28eec32ee088d13b73a570cd24e8b97744e13.tar.bz2 moreblocks-10d28eec32ee088d13b73a570cd24e8b97744e13.zip |
More informative and shorter headers.
Diffstat (limited to 'stairsplus')
-rw-r--r-- | stairsplus/aliases.lua | 4 | ||||
-rw-r--r-- | stairsplus/conversion.lua | 4 | ||||
-rw-r--r-- | stairsplus/init.lua | 4 | ||||
-rw-r--r-- | stairsplus/microblocks.lua | 4 | ||||
-rw-r--r-- | stairsplus/panels.lua | 4 | ||||
-rw-r--r-- | stairsplus/registrations.lua | 4 | ||||
-rw-r--r-- | stairsplus/slabs.lua | 4 | ||||
-rw-r--r-- | stairsplus/slopes.lua | 4 | ||||
-rw-r--r-- | stairsplus/stairs.lua | 4 |
9 files changed, 9 insertions, 27 deletions
diff --git a/stairsplus/aliases.lua b/stairsplus/aliases.lua index 18561b1..c235d34 100644 --- a/stairsplus/aliases.lua +++ b/stairsplus/aliases.lua @@ -1,10 +1,8 @@ --[[ -====================================================================== -This file is part of More Blocks. +More Blocks: alias definitions 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) diff --git a/stairsplus/conversion.lua b/stairsplus/conversion.lua index 30c31ac..13966b6 100644 --- a/stairsplus/conversion.lua +++ b/stairsplus/conversion.lua @@ -1,10 +1,8 @@ --[[ -====================================================================== -This file is part of More Blocks. +More Blocks: conversion Copyright (c) 2011-2015 Calinou and contributors. Licensed under the zlib license. See LICENSE.md for more information. -====================================================================== --]] -- Function to convert all stairs/slabs/etc nodes from diff --git a/stairsplus/init.lua b/stairsplus/init.lua index 6ef5391..ffec1b7 100644 --- a/stairsplus/init.lua +++ b/stairsplus/init.lua @@ -1,10 +1,8 @@ --[[ -====================================================================== -This file is part of More Blocks. +More Blocks: Stairs+ 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> diff --git a/stairsplus/microblocks.lua b/stairsplus/microblocks.lua index ccffa53..8d52c4a 100644 --- a/stairsplus/microblocks.lua +++ b/stairsplus/microblocks.lua @@ -1,10 +1,8 @@ --[[ -====================================================================== -This file is part of More Blocks. +More Blocks: microblock definitions Copyright (c) 2011-2015 Calinou and contributors. Licensed under the zlib license. See LICENSE.md for more information. -====================================================================== --]] local S = moreblocks.intllib diff --git a/stairsplus/panels.lua b/stairsplus/panels.lua index 409197a..2220fe4 100644 --- a/stairsplus/panels.lua +++ b/stairsplus/panels.lua @@ -1,10 +1,8 @@ --[[ -====================================================================== -This file is part of More Blocks. +More Blocks: panel definitions Copyright (c) 2011-2015 Calinou and contributors. Licensed under the zlib license. See LICENSE.md for more information. -====================================================================== --]] local S = moreblocks.intllib diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 4db376d..7b38b13 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -1,10 +1,8 @@ --[[ -====================================================================== -This file is part of More Blocks. +More Blocks: registrations Copyright (c) 2011-2015 Calinou and contributors. Licensed under the zlib license. See LICENSE.md for more information. -====================================================================== --]] local default_nodes = { -- Default stairs/slabs/panels/microblocks: diff --git a/stairsplus/slabs.lua b/stairsplus/slabs.lua index f2618ac..68ba520 100644 --- a/stairsplus/slabs.lua +++ b/stairsplus/slabs.lua @@ -1,10 +1,8 @@ --[[ -====================================================================== -This file is part of More Blocks. +More Blocks: slab definitions Copyright (c) 2011-2015 Calinou and contributors. Licensed under the zlib license. See LICENSE.md for more information. -====================================================================== --]] local S = moreblocks.intllib diff --git a/stairsplus/slopes.lua b/stairsplus/slopes.lua index e973914..3a16906 100644 --- a/stairsplus/slopes.lua +++ b/stairsplus/slopes.lua @@ -1,10 +1,8 @@ --[[ -====================================================================== -This file is part of More Blocks. +More Blocks: slope definitions Copyright (c) 2011-2015 Calinou and contributors. Licensed under the zlib license. See LICENSE.md for more information. -====================================================================== --]] local S = moreblocks.intllib diff --git a/stairsplus/stairs.lua b/stairsplus/stairs.lua index d3337ea..a93cda0 100644 --- a/stairsplus/stairs.lua +++ b/stairsplus/stairs.lua @@ -1,10 +1,8 @@ --[[ -====================================================================== -This file is part of More Blocks. +More Blocks: stair definitions Copyright (c) 2011-2015 Calinou and contributors. Licensed under the zlib license. See LICENSE.md for more information. -====================================================================== --]] local S = moreblocks.intllib |