diff --git a/README.rst b/README.rst
index 0ab36515b69f6304e47136b2007423e130b57d94..6551216d65da19e31f02ec18ecbfa15fba18a26e 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ Installation
     cd ssl-ca
     sudo make install
 
-The dependencies are openssl, getopt and a POSIX shell.
+The dependencies are openssl and a POSIX shell.
 
 Usage
 -----
@@ -44,7 +44,7 @@ To resign **ALL** existing keys (overriding existing certificates) ::
     $ ssl-ca resign
 
 Example config
--------------
+--------------
 ::
 
     # This file is sourced by the shell script program, so comments start with #
@@ -62,6 +62,16 @@ Example config
     orgunit='Widgets'
     email='hostmaster@example.com'
 
+License
+------
+
+This software is licnesed under the MIT licese (see the LICENSE.txt file).
+
+Author
+------
+
+Nimrod Adar.
+
 TODO
 ----