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
diff --git a/LICENSE.md b/LICENSE.md
index 45c5ff5..a3511ad 100644
--- a/LICENSE.md
+++ b/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/README.md b/README.md
index f54dda7..bf702fc 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/init.lua b/init.lua
index 7af91bc..86f8e0a 100644
--- a/init.lua
+++ b/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/mg.lua b/mg.lua
index e323b74..8c53456 100644
--- a/mg.lua
+++ b/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.
 --]]