]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update contact details.
authorJulian Seward <jseward@acm.org>
Fri, 30 Nov 2007 21:52:27 +0000 (21:52 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 30 Nov 2007 21:52:27 +0000 (21:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7260

exp-omega/o_main.c
exp-omega/o_replace_memops.c
exp-omega/omega.h

index 2af8510bd6d279eb277a24e3180b660875ac0652..605e9754dcb29b18cb083f48e514b0db8dd915c3 100644 (file)
@@ -9,7 +9,6 @@
   leaks as they occur.
 
   Copyright (C) 2006-2007 Bryan "Brain Murders" Meredith 
-  omega@brainmurders.eclipse.co.uk
   (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 <richard.coe@med.ge.com>.
 */
 
 /*
@@ -3542,7 +3543,7 @@ static void o_pre_clo_init(void)
   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)  ("richard.coe@med.ge.com");
   
   // Basic functions
   VG_(basic_tool_funcs)        (o_post_clo_init,
index e8f94acf05da2c863e20f80dd121902a47a91a25..da2dc5756fb3dae53e4634b2431d648132c3f0d9 100644 (file)
@@ -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
-      omega@brainmurders.eclipse.co.uk
+   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 <richard.coe@med.ge.com>.
 */
 
 #include <stdio.h>
index 62984f5c68dc12a78a5ff6a20ecd633fc2639e64..5e2bb328cfd6cc6a3e55f2bf80a6b9d3f5dc5cf1 100644 (file)
@@ -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
-      omega@brainmurders.eclipse.co.uk
+   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 <richard.coe@med.ge.com>.
 */
 
 #ifndef __omega_h