From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGC1o-0004lb-Ju for qemu-devel@nongnu.org; Tue, 18 Oct 2011 11:56:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGC1m-0005we-UU for qemu-devel@nongnu.org; Tue, 18 Oct 2011 11:56:32 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:63641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGC1m-0005wZ-QN for qemu-devel@nongnu.org; Tue, 18 Oct 2011 11:56:30 -0400 Received: by iakl21 with SMTP id l21so1005363iak.4 for ; Tue, 18 Oct 2011 08:56:29 -0700 (PDT) Message-ID: <4E9DA1AA.9060308@codemonkey.ws> Date: Tue, 18 Oct 2011 10:56:26 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1318213565-3268-1-git-send-email-jcmvbkbc@gmail.com> <1318213565-3268-7-git-send-email-jcmvbkbc@gmail.com> <4E9C0746.3030509@suse.de> <4E9C21C0.5070102@us.ibm.com> <4E9C249D.3080509@redhat.com> <4E9C38F5.2060803@codemonkey.ws> <4E9C5832.908@suse.de> <4E9C5C3E.8030505@codemonkey.ws> <4E9C69E3.6080501@weilnetz.de> <4E9C93C5.9070101@redhat.com> <4E9D7918.7060103@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] GPLv3 troubles List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Weil , Markus Armbruster , qemu-devel@nongnu.org, Blue Swirl , Max Filippov , Avi Kivity , Paolo Bonzini , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= On 10/18/2011 10:19 AM, Peter Maydell wrote: > On 18 October 2011 14:03, Anthony Liguori wrote: >> Okay, let's get serious about it. I set up the following wiki page for >> coordination: >> >> http://wiki.qemu.org/Relicensing > > This says: > use the following git command to get a list of authors: > > git log --format:"%an<%ae>" -- file.c > > which (apart from having a typo) only lists the people who were > the git commit authors. This isn't the same as everybody who might > have copyright on the change. There are certainly commits in the > omap support which have gone through several people (listed in > the Signed-off-by: lines) who all have copyright-authorship even > if they're not git-commit-authors. Sure, but the Author shouldn't Signed-off-by on a copyright change if there are other copyright owners that also need to approve. SoB is stating that you are entitled to submit the patch which in case of copyright change means you own the copyright or got permission from the copyright owner. That's why we should have all authors include a SoB. It provides the paper trail of anyone who may have touched the file. Regards, Anthony Liguori > > -- PMM >