|
From: <sv...@va...> - 2007-11-30 21:52:28
|
Author: sewardj Date: 2007-11-30 21:52:27 +0000 (Fri, 30 Nov 2007) New Revision: 7260 Log: Update contact details. Modified: trunk/exp-omega/o_main.c trunk/exp-omega/o_replace_memops.c trunk/exp-omega/omega.h Modified: trunk/exp-omega/o_main.c =================================================================== --- trunk/exp-omega/o_main.c 2007-11-30 21:41:40 UTC (rev 7259) +++ trunk/exp-omega/o_main.c 2007-11-30 21:52:27 UTC (rev 7260) @@ -9,7 +9,6 @@ leaks as they occur. Copyright (C) 2006-2007 Bryan "Brain Murders" Meredith - om...@br... (A note of personal thanks to my employers at Apertio (www.apertio.com) for allowing the use of their time, equipment for 64bit testing and providing moral support.) @@ -35,6 +34,8 @@ 02111-1307, USA. The GNU General Public License is contained in the file COPYING. + + The current maintainer is Rich Coe <ric...@me...>. */ /* @@ -3542,7 +3543,7 @@ VG_(details_description) ("an instant memory leak detector"); VG_(details_copyright_author)("Copyright (C) 2006-2007, and GNU GPL'd, " "by Bryan Meredith."); - VG_(details_bug_reports_to) ("omega at brainmurders d eclipse d co d uk"); + VG_(details_bug_reports_to) ("ric...@me..."); // Basic functions VG_(basic_tool_funcs) (o_post_clo_init, Modified: trunk/exp-omega/o_replace_memops.c =================================================================== --- trunk/exp-omega/o_replace_memops.c 2007-11-30 21:41:40 UTC (rev 7259) +++ trunk/exp-omega/o_replace_memops.c 2007-11-30 21:52:27 UTC (rev 7260) @@ -8,8 +8,7 @@ This file is part of Omega, a Valgrind tool for instantly detecting memory leaks. - Copyright (C) 2006 Bryan "Brain Murders" Meredith - om...@br... + Copyright (C) 2006-2007 Bryan "Brain Murders" Meredith Derived from mac_replace_strmem.c Copyright (C) 2000-2006 Julian Seward @@ -31,6 +30,8 @@ 02111-1307, USA. The GNU General Public License is contained in the file COPYING. + + The current maintainer is Rich Coe <ric...@me...>. */ #include <stdio.h> Modified: trunk/exp-omega/omega.h =================================================================== --- trunk/exp-omega/omega.h 2007-11-30 21:41:40 UTC (rev 7259) +++ trunk/exp-omega/omega.h 2007-11-30 21:52:27 UTC (rev 7260) @@ -8,8 +8,7 @@ This file is part of Omega, a Valgrind tool for instantly detecting memory leaks. - Copyright (C) 2006 Bryan "Brain Murders" Meredith - om...@br... + Copyright (C) 2006-2007 Bryan "Brain Murders" Meredith This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -27,6 +26,8 @@ 02111-1307, USA. The GNU General Public License is contained in the file COPYING. + + The current maintainer is Rich Coe <ric...@me...>. */ #ifndef __omega_h |