Skip to content

Commit

Permalink
Prepare for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Feb 19, 2017
1 parent a4d6418 commit 259e36c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 2 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -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.**

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
=====================================================================
--]]
Expand Down
2 changes: 1 addition & 1 deletion mg.lua
Original file line number Diff line number Diff line change
@@ -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.
--]]

Expand Down

0 comments on commit 259e36c

Please sign in to comment.