diff --git a/README.md b/README.md
index 31af456..f1748c1 100644
--- a/README.md
+++ b/README.md
@@ -876,6 +876,18 @@ The following functions are "reentrant" and thus may safely be called by *any* t
***Note:*** If the same `slunkcrypt_t`, `Encryptor` or `Decryptor` instance needs to be shared across *multiple* threads (i.e. the same instance is accessed by *concurrent* threads), then the application **must** *serialize* any invocation of the above functions on that shared instance, by using a suitable synchronization mechanism! This can be achieved by using a [*mutex*](https://linux.die.net/man/3/pthread_mutex_lock).
+Source Code
+===========
+
+The latest SlunkCrypt source code is available from the official Git mirrors at:
+
+*
+*
+*
+*
+*
+
+
License
=======