summaryrefslogtreecommitdiff
path: root/base/third_party/valgrind/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'base/third_party/valgrind/README.chromium')
-rw-r--r--base/third_party/valgrind/README.chromium11
1 files changed, 11 insertions, 0 deletions
diff --git a/base/third_party/valgrind/README.chromium b/base/third_party/valgrind/README.chromium
new file mode 100644
index 0000000000..56a1cbb492
--- /dev/null
+++ b/base/third_party/valgrind/README.chromium
@@ -0,0 +1,11 @@
+Name: valgrind
+URL: http://valgrind.org
+License: BSD
+
+Header files in this directory define runtime macros that determine whether the
+current process is running under Valgrind and tell Memcheck tool about custom
+memory allocators.
+
+These header files were taken from Valgrind source code
+(svn://svn.valgrind.org/valgrind/trunk@11504, dated 21 Jan 2011). The files are
+covered under BSD license as described within.