diff --git a/LICENSE.md b/LICENSE.md
index 6ba9d3ce6..56ed14706 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -65,3 +65,6 @@ RenderDoc also uses several external libraries and components which include thei
- [lz4](https://code.google.com/p/lz4/)
distributed under the New BSD License (3 Clause).
Copyright 2013 Yann Collet.
+
+- [stb](https://github.com/nothings/stb)
+ released to the Public Domain by Sean Barrett
diff --git a/docs/Credits.aml b/docs/Credits.aml
index 2c0ffe9b7..6ca721a90 100644
--- a/docs/Credits.aml
+++ b/docs/Credits.aml
@@ -95,6 +95,14 @@
+
+
+stb
+Used to read and write various image formats.
+https://github.com/nothings/stb
+
+
+
Sandcastle Help File Builder
diff --git a/installer/LICENSE.rtf b/installer/LICENSE.rtf
index b85cfd45d..187f9237e 100644
Binary files a/installer/LICENSE.rtf and b/installer/LICENSE.rtf differ