From: Julian Seward Date: Fri, 30 Nov 2007 21:52:27 +0000 (+0000) Subject: Update contact details. X-Git-Tag: svn/VALGRIND_3_3_0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d05588e59d55ece9787c6dc9982866a742832b3;p=thirdparty%2Fvalgrind.git Update contact details. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7260 --- diff --git a/exp-omega/o_main.c b/exp-omega/o_main.c index 2af8510bd6..605e9754dc 100644 --- a/exp-omega/o_main.c +++ b/exp-omega/o_main.c @@ -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 . */ /* @@ -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, diff --git a/exp-omega/o_replace_memops.c b/exp-omega/o_replace_memops.c index e8f94acf05..da2dc5756f 100644 --- a/exp-omega/o_replace_memops.c +++ b/exp-omega/o_replace_memops.c @@ -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 . */ #include diff --git a/exp-omega/omega.h b/exp-omega/omega.h index 62984f5c68..5e2bb328cf 100644 --- a/exp-omega/omega.h +++ b/exp-omega/omega.h @@ -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 . */ #ifndef __omega_h