From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiTaQ-0007Rc-JH for qemu-devel@nongnu.org; Tue, 11 Dec 2012 12:25:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiTaN-0004Bw-8m for qemu-devel@nongnu.org; Tue, 11 Dec 2012 12:25:42 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:35774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiTaN-0004Bm-1P for qemu-devel@nongnu.org; Tue, 11 Dec 2012 12:25:39 -0500 Message-ID: <50C76C90.6040309@weilnetz.de> Date: Tue, 11 Dec 2012 18:25:36 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1355236110-4159-1-git-send-email-elta.era@gmail.com> In-Reply-To: <1355236110-4159-1-git-send-email-elta.era@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] Fix my email address List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dongxue Zhang Cc: petarj@mips.com, qemu-devel@nongnu.org, chenwj@iis.sinica.edu.tw, rth@twiddle.net Am 11.12.2012 15:28, schrieb Dongxue Zhang: > Fix my email address, last time it's wrong. > > Signed-off-by: Dongxue Zhang > --- > target-mips/dsp_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target-mips/dsp_helper.c b/target-mips/dsp_helper.c > index 14daf91..536032b 100644 > --- a/target-mips/dsp_helper.c > +++ b/target-mips/dsp_helper.c > @@ -2,7 +2,7 @@ > * MIPS ASE DSP Instruction emulation helpers for QEMU. > * > * Copyright (c) 2012 Jia Liu > - * Dongxue Zhang > + * Dongxue Zhang > * This library is free software; you can redistribute it and/or > * modify it under the terms of the GNU Lesser General Public > * License as published by the Free Software Foundation; either Maybe removing the email address completely would be even better. There is already an email address in eachcommit, some addresses are in file MAINTAINERS, and you can also add a personal entry in the QEMU wiki (linked to this URL: http://wiki.qemu.org/Contribute/StartHere#Developers_and_Maintainers). Currently there are copyright statements with and without email address. I personally prefer those without, especially when email address are known to be volatile. Even email addresses at redhat.com (or other companies) are only valid as long as the owner is related to RedHat. Regards Stefan Weil