diff --git a/README.md b/README.md
index 62d379f..7bf54c6 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
##### [How to download images on UNIX?](#how-to-download-images-on-unix)
-
+
---
@@ -33,4 +33,22 @@ or
$ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png -O example.png
-```
\ No newline at end of file
+```
+
+
+---
+
+## Trademark Legal Notices
+
+(Almost) All product names, trademarks and registered trademarks in the images in this
+
+repository, are property of their respective owners. All images in this
+
+repository are used by the users of the Dashboard Icons project for identification purposes
+
+only.
+
+
+The use of these names, trademarks and brands appearing in these image files,
+
+do not imply endorsement.
\ No newline at end of file
diff --git a/png/dd-wrt.png b/png/dd-wrt.png
new file mode 100644
index 0000000..1e1d758
Binary files /dev/null and b/png/dd-wrt.png differ
diff --git a/png/kerberos.png b/png/kerberos.png
new file mode 100644
index 0000000..68a305d
Binary files /dev/null and b/png/kerberos.png differ
diff --git a/png/reddit.png b/png/reddit.png
new file mode 100644
index 0000000..ab87de2
Binary files /dev/null and b/png/reddit.png differ
diff --git a/scripts/generate_readme.py b/scripts/generate_readme.py
index 7b15eae..691f148 100755
--- a/scripts/generate_readme.py
+++ b/scripts/generate_readme.py
@@ -23,3 +23,4 @@ if __name__ == "__main__":
f.write(" ".join(img_tags))
f.write("\n\n\n")
f.write("---\n\n### How to download images on UNIX?\n\n\n`UNIX`\n\n```bash\n\n$ curl https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png > example.png\n\n```\nor\n```bash\n\n$ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png -O example.png\n\n```")
+ f.write("\n\n\n---\n\n## Trademark Legal Notices\n\n(Almost) All product names, trademarks and registered trademarks in the images in this\n\nrepository, are property of their respective owners. All images in this\n\nrepository are used by the users of the Dashboard Icons project for identification purposes\n\nonly.\n\n\nThe use of these names, trademarks and brands appearing in these image files,\n\ndo not imply endorsement.")