|
From: <sv...@va...> - 2010-10-10 18:07:41
|
Author: bart Date: 2010-10-10 19:07:31 +0100 (Sun, 10 Oct 2010) New Revision: 11420 Log: E-mail address update. Modified: trunk/drd/drd.h 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_bitmap2_node.c 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_hb.c trunk/drd/drd_hb.h 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 trunk/drd/scripts/ppc-cross/download-and-build-ppc-crosscompiler trunk/memcheck/tests/linux/timerfd-syscall.c Modified: trunk/drd/drd.h =================================================================== --- trunk/drd/drd.h 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -14,7 +14,7 @@ This file is part of DRD, a Valgrind tool for verification of multithreaded programs. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. All rights reserved. Redistribution and use in source and binary forms, with or without Modified: trunk/drd/drd_barrier.c =================================================================== --- trunk/drd/drd_barrier.c 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_barrier.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_barrier.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_basics.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of DRD, a thread error detector. - Copyright (C) 2009 Bart Van Assche <bar...@gm...>. + Copyright (C) 2009 Bart Van Assche <bva...@ac...>. 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.c =================================================================== --- trunk/drd/drd_bitmap.c 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_bitmap.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_bitmap.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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_bitmap2_node.c =================================================================== --- trunk/drd/drd_bitmap2_node.c 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_bitmap2_node.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_clientobj.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_clientobj.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_clientreq.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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.h =================================================================== --- trunk/drd/drd_clientreq.h 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_clientreq.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_cond.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_cond.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_error.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_error.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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_hb.c =================================================================== --- trunk/drd/drd_hb.c 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_hb.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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_hb.h =================================================================== --- trunk/drd/drd_hb.h 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_hb.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_load_store.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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.h =================================================================== --- trunk/drd/drd_load_store.h 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_load_store.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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_main.c =================================================================== --- trunk/drd/drd_main.c 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_main.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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.c =================================================================== --- trunk/drd/drd_malloc_wrappers.c 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_malloc_wrappers.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_malloc_wrappers.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_mutex.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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.h =================================================================== --- trunk/drd/drd_mutex.h 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_mutex.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_pthread_intercepts.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -7,7 +7,7 @@ /* This file is part of DRD, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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_qtcore_intercepts.c =================================================================== --- trunk/drd/drd_qtcore_intercepts.c 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_qtcore_intercepts.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -7,7 +7,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_rwlock.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_rwlock.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_segment.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_segment.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_semaphore.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_semaphore.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_suppression.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_thread.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_thread.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_thread_bitmap.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_vc.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/drd_vc.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/pub_drd_bitmap.h 2010-10-10 18:07:31 UTC (rev 11420) @@ -2,7 +2,7 @@ /* This file is part of drd, a thread error detector. - Copyright (C) 2006-2010 Bart Van Assche <bar...@gm...>. + Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>. 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/scripts/ppc-cross/download-and-build-ppc-crosscompiler =================================================================== --- trunk/drd/scripts/ppc-cross/download-and-build-ppc-crosscompiler 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/drd/scripts/ppc-cross/download-and-build-ppc-crosscompiler 2010-10-10 18:07:31 UTC (rev 11420) @@ -4,7 +4,7 @@ # # Script for generating a PowerPC cross compiler using crosstool. # -# Copyright (C) 2009 Bart Van Assche <bar...@gm...>. +# Copyright (C) 2009 Bart Van Assche <bva...@ac...>. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License Modified: trunk/memcheck/tests/linux/timerfd-syscall.c =================================================================== --- trunk/memcheck/tests/linux/timerfd-syscall.c 2010-10-10 17:24:29 UTC (rev 11419) +++ trunk/memcheck/tests/linux/timerfd-syscall.c 2010-10-10 18:07:31 UTC (rev 11420) @@ -5,7 +5,7 @@ * timerfd-test2 by Davide Libenzi (test app for timerfd) * Copyright (C) 2007 Davide Libenzi <da...@xm...> * Modified for inclusion in Valgrind. - * Copyright (C) 2008 Bart Van Assche <bar...@gm...> + * Copyright (C) 2008 Bart Van Assche <bva...@ac...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |