From 55f1835953e79893089ea3d8ed2dcf43962fbf82 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 17 Oct 2006 02:11:55 +0000 Subject: [PATCH] Change authorship. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6293 --- coregrind/m_hashtable.c | 4 ++-- coregrind/pub_core_hashtable.h | 4 ++-- include/pub_tool_hashtable.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/coregrind/m_hashtable.c b/coregrind/m_hashtable.c index 320f59239..94b4c0954 100644 --- a/coregrind/m_hashtable.c +++ b/coregrind/m_hashtable.c @@ -7,8 +7,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward - jseward@acm.org + Copyright (C) 2005-2006 Nicholas Nethercote + njn@valgrind.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/coregrind/pub_core_hashtable.h b/coregrind/pub_core_hashtable.h index dc4706be5..367f085c5 100644 --- a/coregrind/pub_core_hashtable.h +++ b/coregrind/pub_core_hashtable.h @@ -7,8 +7,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward - jseward@acm.org + Copyright (C) 2005-2006 Nicholas Nethercote + njn@valgrind.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/pub_tool_hashtable.h b/include/pub_tool_hashtable.h index 05e944bef..3f82495ac 100644 --- a/include/pub_tool_hashtable.h +++ b/include/pub_tool_hashtable.h @@ -7,8 +7,8 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward - jseward@acm.org + Copyright (C) 2005-2006 Nicholas Nethercote + njn@valgrind.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as