Index: base/third_party/valgrind/README |
diff --git a/base/third_party/valgrind/README b/base/third_party/valgrind/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ce8c47bfa0b943ea3b780fa242f08f0e73fce1bb |
--- /dev/null |
+++ b/base/third_party/valgrind/README |
@@ -0,0 +1,8 @@ |
+The single header file (valgrind.h) in this directory defines runtime |
+macros that determine whether the current process is running under |
+Valgrind. |
+ |
+This header file was taken from Valgrind source code (version 3.4.1, |
+available at http://valgrind.org/downloads/valgrind-3.4.1.tar.bz2, dated |
+28 Feb 2009). The file is covered under BSD license as described within |
+the file. |