From f31df3acfbe53fb957b1a1aef779da4b7dad7ab5 Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Wed, 4 Dec 2019 13:49:43 -0300 Subject: [PATCH] Fix code header --- api.lua | 4 ++-- content/lamp.lua | 4 ++-- content/oil.lua | 4 ++-- content/torch.lua | 4 ++-- content/xdecor_candle.lua | 4 ++-- features/api.lua | 4 ++-- features/common.lua | 4 ++-- features/fuel.lua | 4 ++-- features/light.lua | 4 ++-- features/node.lua | 4 ++-- features/tool.lua | 4 ++-- init.lua | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/api.lua b/api.lua index 20b120c..4f2ec83 100644 --- a/api.lua +++ b/api.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . API ]] diff --git a/content/lamp.lua b/content/lamp.lua index 8fc94dc..ef4502e 100644 --- a/content/lamp.lua +++ b/content/lamp.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . Oil Lamp ]] diff --git a/content/oil.lua b/content/oil.lua index c10471a..8727a0e 100644 --- a/content/oil.lua +++ b/content/oil.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . Oil ]] diff --git a/content/torch.lua b/content/torch.lua index fd78721..ccf58e0 100644 --- a/content/torch.lua +++ b/content/torch.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . Default Torchs ]] diff --git a/content/xdecor_candle.lua b/content/xdecor_candle.lua index b5e82b3..6b5e2ac 100644 --- a/content/xdecor_candle.lua +++ b/content/xdecor_candle.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . Candle from xdecor mod ]] diff --git a/features/api.lua b/features/api.lua index 005038d..d057a36 100644 --- a/features/api.lua +++ b/features/api.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . API ]] diff --git a/features/common.lua b/features/common.lua index 1957d6a..ee9df27 100644 --- a/features/common.lua +++ b/features/common.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . Common Methods ]] diff --git a/features/fuel.lua b/features/fuel.lua index e02f7de..3eee49b 100644 --- a/features/fuel.lua +++ b/features/fuel.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . Fuel ]] diff --git a/features/light.lua b/features/light.lua index 2defe33..c1acce4 100644 --- a/features/light.lua +++ b/features/light.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . Light ]] diff --git a/features/node.lua b/features/node.lua index 09a812c..919a4f7 100644 --- a/features/node.lua +++ b/features/node.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . Nodes ]] diff --git a/features/tool.lua b/features/tool.lua index 7636e21..07b1c17 100644 --- a/features/tool.lua +++ b/features/tool.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . Tool ]] diff --git a/init.lua b/init.lua index 208cd75..0adce43 100644 --- a/init.lua +++ b/init.lua @@ -1,9 +1,9 @@ --[[ Mod HardTorch for Minetest - Copyright (C) 2019 BrunoMine (https://github.com/BrunoMine) + Copyright (C) 2017-2019 BrunoMine (https://github.com/BrunoMine) You should have received a copy of the GNU General Public License - along with this program. If not, see 5. + along with this program. If not, see . ]]