From 79435275a20aaff8a0ad0cd990d97ac740f7d56a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 2 Mar 2016 21:56:49 +0200
Subject: [PATCH] Corrected code block syntax, added Author and License
 sections.

---
 README.rst | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 9aea634..4411eb5 100644
--- a/README.rst
+++ b/README.rst
@@ -18,18 +18,32 @@ Requirements
 
 Getting started
 ---------------
-::
+
+.. code:: shell
 
     git clone --recursive https://www.shore.co.il/cgit/ansible-playbooks
     cd ansible-playbooks
     ansible-galaxy install -r requirements.yml
     vagrant up
 
+License
+-------
+
+This software is licnesed under the MIT licese (see the :code:`LICENSE.txt`
+file).
+
+Author
+------
+
+Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
+<https://www.shore.co.il/>`_. Patches are welcome via `git send-email
+<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
+at: https://www.shore.co.il/cgit/.
 
 TODO
 ----
 
-- CI test with ServerSpec.
+- CI test with ServerSpec/ Molecule.
 - Fast (like unit) testing with ansible-lint, maybe other linters (pre-commit).
 - Better documentation and handling of role dependencies.
 - Add example requirements.yml to roles README file.
-- 
GitLab