From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YImXB-0006v3-U2 for qemu-devel@nongnu.org; Tue, 03 Feb 2015 18:05:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YImX5-0003qL-RB for qemu-devel@nongnu.org; Tue, 03 Feb 2015 18:05:29 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:36258 helo=cvs.linux-mips.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YImX5-0003nK-Bb for qemu-devel@nongnu.org; Tue, 03 Feb 2015 18:05:23 -0500 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S27011007AbbBCWaP37YFx (ORCPT ); Tue, 3 Feb 2015 23:30:15 +0100 Date: Tue, 3 Feb 2015 22:30:15 +0000 (GMT) Sender: "Maciej W. Rozycki" From: "Maciej W. Rozycki" In-Reply-To: <87pp9rklhz.fsf@schwinge.name> Message-ID: References: <54CE9614.2060805@codesourcery.com> <87pp9rklhz.fsf@schwinge.name> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [Qemu-devel] [PATCH 0/7] MIPS: IEEE 754-2008 features support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Schwinge Cc: Peter Maydell , Sandra Loosemore , Leon Alrae , QEMU Developers , Aurelien Jarno On Tue, 3 Feb 2015, Thomas Schwinge wrote: > > I think Thomas, being the writer of the majority of code comprising these > > patches > > Too bad that Git doesn't allow for listing several authors. ;-) I believe `Signed-off-by' serves this purpose: "The Signed-off-by: tag indicates that the signer was involved in the development of the patch, or that he/she was in the patch's delivery path." -- as originally specified by linux/Documentation/SubmittingPatches that we refer to from . See also Section 1, Point 12 "Sign your work" in the same document referred. The way the tag has been defined may make it a little bit ambiguous who the actual authors are, but I think it is safe to interpret it as meaning that all people named by `Signed-off-by' tags of a given patch being the authors of the change. > > is now in the best position to make such a statement happen. > > Thomas -- will you be able to take it from here? Thanks! > > It is fine to license these changes under the SoftFloat-2a license. Great! Thanks for confirming. Maciej