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

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

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 Name: valgrind 1 Name: valgrind
2 URL: http://valgrind.org 2 URL: http://valgrind.org
3 License: BSD and GPL v2
Nico 2012/07/31 14:30:39 http://valgrind.org/docs/manual/manual-intro.html
Steve Block 2012/07/31 15:18:14 The LICENSE file mentions both GPL v2 and BSD, tho
3 4
4 Header files in this directory define runtime macros that determine whether the 5 Header files in this directory define runtime macros that determine whether the
5 current process is running under Valgrind and tell Memcheck tool about custom 6 current process is running under Valgrind and tell Memcheck tool about custom
6 memory allocators. 7 memory allocators.
7 8
8 These header files were taken from Valgrind source code 9 These header files were taken from Valgrind source code
9 (svn://svn.valgrind.org/valgrind/trunk@11504, dated 21 Jan 2011). The files are 10 (svn://svn.valgrind.org/valgrind/trunk@11504, dated 21 Jan 2011). The files are
10 covered under BSD license as described within. 11 covered under BSD license as described within.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698