From ab9e03bd84da5b6bfc7bbdf22272014b83af7f06 Mon Sep 17 00:00:00 2001
From: Calinou <calinou@opmbx.org>
Date: Mon, 12 Jan 2015 17:46:26 +0100
Subject: [PATCH] More informative and shorter headers.

---
 init.lua | 4 ++--
 mg.lua   | 4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/init.lua b/init.lua
index 13b4710..7179f79 100644
--- a/init.lua
+++ b/init.lua
@@ -1,11 +1,11 @@
 --[[
-======================================================================
+=====================================================================
 ** More Ores **
 By Calinou, with the help of Nore.
 
 Copyright (c) 2011-2015 Calinou and contributors.
 Licensed under the zlib license. See LICENSE.md for more information.
-======================================================================
+=====================================================================
 --]]
 
 local S
diff --git a/mg.lua b/mg.lua
index 308c4c6..e323b74 100644
--- a/mg.lua
+++ b/mg.lua
@@ -1,10 +1,8 @@
 --[[
-======================================================================
-This file is part of More Ores.
+More Ores: `mg` mod support
 
 Copyright (c) 2011-2015 Calinou and contributors.
 Licensed under the zlib license. See LICENSE.md for more information.
-======================================================================
 --]]
 
 mg.register_ore({
-- 
GitLab