NFD: Adding readme and auto-generated headers
diff --git a/NFD/README.md b/NFD/README.md
new file mode 100644
index 0000000..519be3f
--- /dev/null
+++ b/NFD/README.md
@@ -0,0 +1,12 @@
+NFD - Named Data Networking Forwarding Daemon
+=============================================
+
+Files in this directory are imported from NFD (Named Data Networking Forwarding Daemon)
+project (http://named-data.net/doc/NFD/).
+
+The codebase can be merged with the upstream with the following command:
+
+    git subtree pull --prefix=NFD https://github.com/named-data/NFD master
+
+There are several ndnSIM-specific changes to NFD codebase and manual conflict resolution
+may be required.