|
From: <sv...@va...> - 2009-02-16 19:44:03
|
Author: bart
Date: 2009-02-16 19:43:56 +0000 (Mon, 16 Feb 2009)
New Revision: 9182
Log:
- Updated copyright statements.
- Improved consistency of source file headers.
Modified:
trunk/drd/drd_barrier.c
trunk/drd/drd_barrier.h
trunk/drd/drd_basics.h
trunk/drd/drd_bitmap.c
trunk/drd/drd_bitmap.h
trunk/drd/drd_clientobj.c
trunk/drd/drd_clientobj.h
trunk/drd/drd_clientreq.c
trunk/drd/drd_clientreq.h
trunk/drd/drd_cond.c
trunk/drd/drd_cond.h
trunk/drd/drd_error.c
trunk/drd/drd_error.h
trunk/drd/drd_gomp_intercepts.c
trunk/drd/drd_load_store.c
trunk/drd/drd_load_store.h
trunk/drd/drd_main.c
trunk/drd/drd_malloc_wrappers.c
trunk/drd/drd_malloc_wrappers.h
trunk/drd/drd_mutex.c
trunk/drd/drd_mutex.h
trunk/drd/drd_pthread_intercepts.c
trunk/drd/drd_qtcore_intercepts.c
trunk/drd/drd_rwlock.c
trunk/drd/drd_rwlock.h
trunk/drd/drd_segment.c
trunk/drd/drd_segment.h
trunk/drd/drd_semaphore.c
trunk/drd/drd_semaphore.h
trunk/drd/drd_suppression.c
trunk/drd/drd_thread.c
trunk/drd/drd_thread.h
trunk/drd/drd_thread_bitmap.h
trunk/drd/drd_vc.c
trunk/drd/drd_vc.h
trunk/drd/pub_drd_bitmap.h
Modified: trunk/drd/drd_barrier.c
===================================================================
--- trunk/drd/drd_barrier.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_barrier.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_barrier.h
===================================================================
--- trunk/drd/drd_barrier.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_barrier.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_basics.h
===================================================================
--- trunk/drd/drd_basics.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_basics.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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 <bar...@gm...>.
Modified: trunk/drd/drd_bitmap.c
===================================================================
--- trunk/drd/drd_bitmap.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_bitmap.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_bitmap.h
===================================================================
--- trunk/drd/drd_bitmap.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_bitmap.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientobj.c
===================================================================
--- trunk/drd/drd_clientobj.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_clientobj.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientobj.h
===================================================================
--- trunk/drd/drd_clientobj.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_clientobj.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientreq.c
===================================================================
--- trunk/drd/drd_clientreq.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_clientreq.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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 <bar...@gm...>.
Modified: trunk/drd/drd_clientreq.h
===================================================================
--- trunk/drd/drd_clientreq.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_clientreq.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_cond.c
===================================================================
--- trunk/drd/drd_cond.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_cond.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_cond.h
===================================================================
--- trunk/drd/drd_cond.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_cond.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_error.c
===================================================================
--- trunk/drd/drd_error.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_error.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_error.h
===================================================================
--- trunk/drd/drd_error.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_error.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_gomp_intercepts.c
===================================================================
--- trunk/drd/drd_gomp_intercepts.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_gomp_intercepts.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_load_store.c
===================================================================
--- trunk/drd/drd_load_store.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_load_store.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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 <bar...@gm...>.
Modified: trunk/drd/drd_load_store.h
===================================================================
--- trunk/drd/drd_load_store.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_load_store.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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 <bar...@gm...>.
Modified: trunk/drd/drd_main.c
===================================================================
--- trunk/drd/drd_main.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_main.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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 <bar...@gm...>.
@@ -580,7 +580,7 @@
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);
Modified: trunk/drd/drd_malloc_wrappers.c
===================================================================
--- trunk/drd/drd_malloc_wrappers.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_malloc_wrappers.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_malloc_wrappers.h
===================================================================
--- trunk/drd/drd_malloc_wrappers.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_malloc_wrappers.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_mutex.c
===================================================================
--- trunk/drd/drd_mutex.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_mutex.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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 <bar...@gm...>.
Modified: trunk/drd/drd_mutex.h
===================================================================
--- trunk/drd/drd_mutex.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_mutex.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_pthread_intercepts.c
===================================================================
--- trunk/drd/drd_pthread_intercepts.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_pthread_intercepts.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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 <bar...@gm...>.
Modified: trunk/drd/drd_qtcore_intercepts.c
===================================================================
--- trunk/drd/drd_qtcore_intercepts.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_qtcore_intercepts.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2008 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_rwlock.c
===================================================================
--- trunk/drd/drd_rwlock.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_rwlock.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_rwlock.h
===================================================================
--- trunk/drd/drd_rwlock.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_rwlock.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_segment.c
===================================================================
--- trunk/drd/drd_segment.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_segment.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_segment.h
===================================================================
--- trunk/drd/drd_segment.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_segment.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_semaphore.c
===================================================================
--- trunk/drd/drd_semaphore.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_semaphore.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_semaphore.h
===================================================================
--- trunk/drd/drd_semaphore.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_semaphore.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_suppression.c
===================================================================
--- trunk/drd/drd_suppression.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_suppression.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_thread.c
===================================================================
--- trunk/drd/drd_thread.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_thread.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_thread.h
===================================================================
--- trunk/drd/drd_thread.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_thread.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_thread_bitmap.h
===================================================================
--- trunk/drd/drd_thread_bitmap.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_thread_bitmap.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_vc.c
===================================================================
--- trunk/drd/drd_vc.c 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_vc.c 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_vc.h
===================================================================
--- trunk/drd/drd_vc.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/drd_vc.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/pub_drd_bitmap.h
===================================================================
--- trunk/drd/pub_drd_bitmap.h 2009-02-16 19:42:17 UTC (rev 9181)
+++ trunk/drd/pub_drd_bitmap.h 2009-02-16 19:43:56 UTC (rev 9182)
@@ -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
- bar...@gm...
+ Copyright (C) 2006-2009 Bart Van Assche <bar...@gm...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
|