From b71a8e5966e9a4fb49bc8b9092d4452071fb2e56 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 16 Feb 2009 19:43:56 +0000 Subject: [PATCH] - Updated copyright statements. - Improved consistency of source file headers. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9182 --- drd/drd_barrier.c | 5 ++--- drd/drd_barrier.h | 5 ++--- drd/drd_basics.h | 2 +- drd/drd_bitmap.c | 5 ++--- drd/drd_bitmap.h | 5 ++--- drd/drd_clientobj.c | 5 ++--- drd/drd_clientobj.h | 5 ++--- drd/drd_clientreq.c | 2 +- drd/drd_clientreq.h | 5 ++--- drd/drd_cond.c | 5 ++--- drd/drd_cond.h | 5 ++--- drd/drd_error.c | 5 ++--- drd/drd_error.h | 5 ++--- drd/drd_gomp_intercepts.c | 5 ++--- drd/drd_load_store.c | 2 +- drd/drd_load_store.h | 2 +- drd/drd_main.c | 4 ++-- drd/drd_malloc_wrappers.c | 5 ++--- drd/drd_malloc_wrappers.h | 5 ++--- drd/drd_mutex.c | 2 +- drd/drd_mutex.h | 5 ++--- drd/drd_pthread_intercepts.c | 2 +- drd/drd_qtcore_intercepts.c | 5 ++--- drd/drd_rwlock.c | 5 ++--- drd/drd_rwlock.h | 5 ++--- drd/drd_segment.c | 5 ++--- drd/drd_segment.h | 5 ++--- drd/drd_semaphore.c | 5 ++--- drd/drd_semaphore.h | 5 ++--- drd/drd_suppression.c | 5 ++--- drd/drd_thread.c | 5 ++--- drd/drd_thread.h | 5 ++--- drd/drd_thread_bitmap.h | 5 ++--- drd/drd_vc.c | 5 ++--- drd/drd_vc.h | 5 ++--- drd/pub_drd_bitmap.h | 5 ++--- 36 files changed, 66 insertions(+), 95 deletions(-) diff --git a/drd/drd_barrier.c b/drd/drd_barrier.c index e96c1fe0e7..1807f5d14b 100644 --- a/drd/drd_barrier.c +++ b/drd/drd_barrier.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_barrier.h b/drd/drd_barrier.h index e91a0a68eb..2ef1f89957 100644 --- a/drd/drd_barrier.h +++ b/drd/drd_barrier.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_basics.h b/drd/drd_basics.h index 202e8df3b1..cc01899d3b 100644 --- a/drd/drd_basics.h +++ b/drd/drd_basics.h @@ -1,5 +1,5 @@ /* - This file is part of DRD, a data race detector. + This file is part of DRD, a thread error detector. Copyright (C) 2009 Bart Van Assche . diff --git a/drd/drd_bitmap.c b/drd/drd_bitmap.c index 350988491c..73dcb04219 100644 --- a/drd/drd_bitmap.c +++ b/drd/drd_bitmap.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_bitmap.h b/drd/drd_bitmap.h index dc98f46bea..731bbcd024 100644 --- a/drd/drd_bitmap.h +++ b/drd/drd_bitmap.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientobj.c b/drd/drd_clientobj.c index 228190945a..70c162a2a4 100644 --- a/drd/drd_clientobj.c +++ b/drd/drd_clientobj.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientobj.h b/drd/drd_clientobj.h index 4add811938..efe4e6d5c4 100644 --- a/drd/drd_clientobj.h +++ b/drd/drd_clientobj.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_clientreq.c b/drd/drd_clientreq.c index 8ce1334aa4..d407f844a4 100644 --- a/drd/drd_clientreq.c +++ b/drd/drd_clientreq.c @@ -1,5 +1,5 @@ /* - This file is part of drd, a data race detector. + This file is part of drd, a thread error detector. Copyright (C) 2006-2009 Bart Van Assche . diff --git a/drd/drd_clientreq.h b/drd/drd_clientreq.h index 29cc75e1b7..82f58425a6 100644 --- a/drd/drd_clientreq.h +++ b/drd/drd_clientreq.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_cond.c b/drd/drd_cond.c index b71f676f17..8d1bf7f615 100644 --- a/drd/drd_cond.c +++ b/drd/drd_cond.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_cond.h b/drd/drd_cond.h index d2e7457081..fed3f0f239 100644 --- a/drd/drd_cond.h +++ b/drd/drd_cond.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_error.c b/drd/drd_error.c index 801b9c8fe1..db42abb36e 100644 --- a/drd/drd_error.c +++ b/drd/drd_error.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_error.h b/drd/drd_error.h index e49ac0775d..2efa26fb8e 100644 --- a/drd/drd_error.h +++ b/drd/drd_error.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_gomp_intercepts.c b/drd/drd_gomp_intercepts.c index 12a9d38e3a..d791c8336c 100644 --- a/drd/drd_gomp_intercepts.c +++ b/drd/drd_gomp_intercepts.c @@ -4,10 +4,9 @@ /*--------------------------------------------------------------------*/ /* - 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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_load_store.c b/drd/drd_load_store.c index 908c860a74..63706980b9 100644 --- a/drd/drd_load_store.c +++ b/drd/drd_load_store.c @@ -1,5 +1,5 @@ /* - This file is part of drd, a data race detector. + This file is part of drd, a thread error detector. Copyright (C) 2006-2009 Bart Van Assche . diff --git a/drd/drd_load_store.h b/drd/drd_load_store.h index 51537400f6..b00ba42527 100644 --- a/drd/drd_load_store.h +++ b/drd/drd_load_store.h @@ -1,5 +1,5 @@ /* - This file is part of drd, a data race detector. + This file is part of drd, a thread error detector. Copyright (C) 2006-2009 Bart Van Assche . diff --git a/drd/drd_main.c b/drd/drd_main.c index f6cfb948db..4792ffdc53 100644 --- a/drd/drd_main.c +++ b/drd/drd_main.c @@ -1,5 +1,5 @@ /* - This file is part of drd, a data race detector. + This file is part of drd, a thread error detector. Copyright (C) 2006-2009 Bart Van Assche . @@ -580,7 +580,7 @@ void drd_pre_clo_init(void) VG_(details_name) ("drd"); VG_(details_version) (NULL); VG_(details_description) ("a thread error detector"); - VG_(details_copyright_author)("Copyright (C) 2006-2008, and GNU GPL'd," + VG_(details_copyright_author)("Copyright (C) 2006-2009, and GNU GPL'd," " by Bart Van Assche."); VG_(details_bug_reports_to) (VG_BUGS_TO); diff --git a/drd/drd_malloc_wrappers.c b/drd/drd_malloc_wrappers.c index bf8da849fb..556ff5f52b 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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_malloc_wrappers.h b/drd/drd_malloc_wrappers.h index e00fcb993f..0c35ed9d51 100644 --- a/drd/drd_malloc_wrappers.h +++ b/drd/drd_malloc_wrappers.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_mutex.c b/drd/drd_mutex.c index 4ca6e84703..e5ce0af446 100644 --- a/drd/drd_mutex.c +++ b/drd/drd_mutex.c @@ -1,5 +1,5 @@ /* - This file is part of drd, a data race detector. + This file is part of drd, a thread error detector. Copyright (C) 2006-2009 Bart Van Assche . diff --git a/drd/drd_mutex.h b/drd/drd_mutex.h index 3c1b3b89ef..07f2fb35f0 100644 --- a/drd/drd_mutex.h +++ b/drd/drd_mutex.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_pthread_intercepts.c b/drd/drd_pthread_intercepts.c index e953701bcb..7530b6b0af 100644 --- a/drd/drd_pthread_intercepts.c +++ b/drd/drd_pthread_intercepts.c @@ -4,7 +4,7 @@ /*--------------------------------------------------------------------*/ /* - This file is part of DRD, a data race detector. + This file is part of DRD, a thread error detector. Copyright (C) 2006-2009 Bart Van Assche . diff --git a/drd/drd_qtcore_intercepts.c b/drd/drd_qtcore_intercepts.c index b3950a4a0d..c171c3dac1 100644 --- a/drd/drd_qtcore_intercepts.c +++ b/drd/drd_qtcore_intercepts.c @@ -4,10 +4,9 @@ /*--------------------------------------------------------------------*/ /* - 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-2008 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_rwlock.c b/drd/drd_rwlock.c index 067937b2e6..013982dc76 100644 --- a/drd/drd_rwlock.c +++ b/drd/drd_rwlock.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_rwlock.h b/drd/drd_rwlock.h index 861e8eb9c3..5f344e9dcc 100644 --- a/drd/drd_rwlock.h +++ b/drd/drd_rwlock.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_segment.c b/drd/drd_segment.c index bd7dc4c593..6f166d1149 100644 --- a/drd/drd_segment.c +++ b/drd/drd_segment.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_segment.h b/drd/drd_segment.h index 5cbcb602cb..da0a5c1c9c 100644 --- a/drd/drd_segment.h +++ b/drd/drd_segment.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_semaphore.c b/drd/drd_semaphore.c index 03dfbde318..da99d06294 100644 --- a/drd/drd_semaphore.c +++ b/drd/drd_semaphore.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_semaphore.h b/drd/drd_semaphore.h index 1d714c6728..d57a23b466 100644 --- a/drd/drd_semaphore.h +++ b/drd/drd_semaphore.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_suppression.c b/drd/drd_suppression.c index e5175bac2f..0ed2e55a8b 100644 --- a/drd/drd_suppression.c +++ b/drd/drd_suppression.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread.c b/drd/drd_thread.c index 0689675981..aeacbfa620 100644 --- a/drd/drd_thread.c +++ b/drd/drd_thread.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread.h b/drd/drd_thread.h index 6537463793..07e9dc485f 100644 --- a/drd/drd_thread.h +++ b/drd/drd_thread.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_thread_bitmap.h b/drd/drd_thread_bitmap.h index 7568ebca2e..102fd982b7 100644 --- a/drd/drd_thread_bitmap.h +++ b/drd/drd_thread_bitmap.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_vc.c b/drd/drd_vc.c index faa356f081..7f14f1a270 100644 --- a/drd/drd_vc.c +++ b/drd/drd_vc.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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/drd_vc.h b/drd/drd_vc.h index 611586fde4..7e2e8ba913 100644 --- a/drd/drd_vc.h +++ b/drd/drd_vc.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/drd/pub_drd_bitmap.h b/drd/pub_drd_bitmap.h index 864ff53267..c0d932306c 100644 --- a/drd/pub_drd_bitmap.h +++ b/drd/pub_drd_bitmap.h @@ -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 . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as -- 2.47.3