diff --git a/README.rst b/README.rst
index 9aea634210aea2e36d4ab8024fac23d29091e17a..4411eb5ed0b147dce92b683341b9634725ac0731 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.