diff options
author | Hugo Locurcio <hugo.l@openmailbox.org> | 2017-02-19 13:35:37 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.l@openmailbox.org> | 2017-02-19 13:35:37 +0100 |
commit | 259e36c89892ee683df45ab7387580bfaf495d4e (patch) | |
tree | 4c1a8ec7005c78e1247ea539da79aeee9051e91f | |
parent | a4d6418c83f31940dc1fd8ead38edc9b53fda92a (diff) |
Prepare for v1.0.0 releasev1.0.0
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | LICENSE.md | 5 | ||||
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | mg.lua | 2 |
5 files changed, 16 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e3c422f --- /dev/null +++ b/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 @@ -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.** @@ -1,7 +1,6 @@ -More Ores -========= +# More Ores -More Ores for Minetest <http://minetest.net>, 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. @@ -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. ===================================================================== --]] @@ -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. --]] |