From a7bebc671920fd58992de4ff5a5f2716c891565c Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 19 Feb 2017 12:01:09 -0500 Subject: updated bobblocks, gloopblocks, maptools, mesecons, moreblocks, moreores, plantlife, and xban2, and switched to TenPlus1's "farming redo" mod in lieu of Pilzadam's farming_plus since the latter breaks default farming. --- moreores/CHANGELOG.md | 10 ++++++++++ moreores/LICENSE.md | 5 ++--- moreores/README.md | 5 ++--- moreores/init.lua | 2 +- moreores/mg.lua | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 moreores/CHANGELOG.md (limited to 'moreores') diff --git a/moreores/CHANGELOG.md b/moreores/CHANGELOG.md new file mode 100644 index 0000000..e3c422f --- /dev/null +++ b/moreores/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [1.0.0] - 2017-02-19 + +- Initial versioned release. \ No newline at end of file diff --git a/moreores/LICENSE.md b/moreores/LICENSE.md index 45c5ff5..a3511ad 100644 --- a/moreores/LICENSE.md +++ b/moreores/LICENSE.md @@ -1,7 +1,6 @@ -zlib license -============ +# zlib license -Copyright (c) 2011-2015 Calinou and contributors +Copyright (c) 2011-2017 Hugo Locurcio and contributors **This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.** diff --git a/moreores/README.md b/moreores/README.md index f54dda7..bf702fc 100644 --- a/moreores/README.md +++ b/moreores/README.md @@ -1,7 +1,6 @@ -More Ores -========= +# More Ores -More Ores for Minetest , a free/libre infinite +More Ores for [Minetest](http://minetest.net), a free and open source infinite world block sandbox game. To install, just clone this repository into your "mods" directory. diff --git a/moreores/init.lua b/moreores/init.lua index 7af91bc..86f8e0a 100644 --- a/moreores/init.lua +++ b/moreores/init.lua @@ -3,7 +3,7 @@ ** More Ores ** By Calinou, with the help of Nore. -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. ===================================================================== --]] diff --git a/moreores/mg.lua b/moreores/mg.lua index e323b74..8c53456 100644 --- a/moreores/mg.lua +++ b/moreores/mg.lua @@ -1,7 +1,7 @@ --[[ More Ores: `mg` mod support -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] -- cgit v1.2.3