aboutsummaryrefslogtreecommitdiff
path: root/drd/drd_malloc_wrappers.c
diff options
context:
space:
mode:
authorbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-02-16 19:43:56 +0000
committerbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-02-16 19:43:56 +0000
commit86562bd89ac23ce795d19c71fabcb9d1c8f956d3 (patch)
tree3bfbc2ca9a33fa1ad5495f1ecb925c4ebd133454 /drd/drd_malloc_wrappers.c
parent55df6e70378e0785faf11297ed247ed4dab097e5 (diff)
downloadvalgrind-86562bd89ac23ce795d19c71fabcb9d1c8f956d3.tar.gz
- Updated copyright statements.
- Improved consistency of source file headers. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9182 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'drd/drd_malloc_wrappers.c')
-rw-r--r--drd/drd_malloc_wrappers.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drd/drd_malloc_wrappers.c b/drd/drd_malloc_wrappers.c
index bf8da849f..556ff5f52 100644
--- a/drd/drd_malloc_wrappers.c
+++ b/drd/drd_malloc_wrappers.c
@@ -1,8 +1,7 @@
/*
- This file is part of drd, a data race detector.
+ This file is part of drd, a thread error detector.
- Copyright (C) 2006-2008 Bart Van Assche
- bart.vanassche@gmail.com
+ Copyright (C) 2006-2009 Bart Van Assche <bart.vanassche@gmail.com>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as