From 10d28eec32ee088d13b73a570cd24e8b97744e13 Mon Sep 17 00:00:00 2001 From: Calinou Date: Mon, 12 Jan 2015 17:46:22 +0100 Subject: More informative and shorter headers. --- stairsplus/aliases.lua | 4 +--- stairsplus/conversion.lua | 4 +--- stairsplus/init.lua | 4 +--- stairsplus/microblocks.lua | 4 +--- stairsplus/panels.lua | 4 +--- stairsplus/registrations.lua | 4 +--- stairsplus/slabs.lua | 4 +--- stairsplus/slopes.lua | 4 +--- stairsplus/stairs.lua | 4 +--- 9 files changed, 9 insertions(+), 27 deletions(-) (limited to 'stairsplus') 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 :{stair,slab,panel,micro}_ 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 -- cgit v1.2.3