Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Side by Side Diff: base/third_party/valgrind/README.chromium

Issue 1121003: Pass license-checker script for base/third_party/*. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: valgrind
2 URL: http://valgrind.org
3
1 The single header file (valgrind.h) in this directory defines runtime 4 The single header file (valgrind.h) in this directory defines runtime
2 macros that determine whether the current process is running under 5 macros that determine whether the current process is running under
3 Valgrind. 6 Valgrind.
4 7
5 This header file was taken from Valgrind source code (version 3.4.1, 8 This header file was taken from Valgrind source code (version 3.4.1,
6 available at http://valgrind.org/downloads/valgrind-3.4.1.tar.bz2, dated 9 available at http://valgrind.org/downloads/valgrind-3.4.1.tar.bz2, dated
7 28 Feb 2009). The file is covered under BSD license as described within 10 28 Feb 2009). The file is covered under BSD license as described within
8 the file. 11 the file.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698