From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOjTh-0007bH-3m for qemu-devel@nongnu.org; Thu, 18 Oct 2012 02:21:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOjTd-0006zv-0r for qemu-devel@nongnu.org; Thu, 18 Oct 2012 02:21:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOjTc-0006zq-Np for qemu-devel@nongnu.org; Thu, 18 Oct 2012 02:21:04 -0400 Message-ID: <507F9F6F.50807@redhat.com> Date: Thu, 18 Oct 2012 08:19:27 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1247658216-511-1-git-send-email-kraxel@redhat.com> <1247658216-511-2-git-send-email-kraxel@redhat.com> <20121017201414.GA5665@otherpad.lan.raisama.net> In-Reply-To: <20121017201414.GA5665@otherpad.lan.raisama.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: "Michael S. Tsirkin" , Jan Kiszka , qemu-devel@nongnu.org, dunrong huang , Markus Armbruster , Blue Swirl , Stefan Weil , Zhi Yong Wu , Donald Dutile , Juan Quintela , Michael Roth , Christian Borntraeger , Anthony PERARD , Kusanagi Kouichi , Stefan Hajnoczi , Stefan Weil , Christoph Egger , Jan Kiszka , Kevin Wolf , David 'Digit' Turner , Anthony Liguori , Isaku Yamahata , Amit Shah , Paolo Bonzini On 10/17/12 22:14, Eduardo Habkost wrote: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c >> new file mode 100644 >> index 0000000..8b0d0ff >> --- /dev/null >> +++ b/hw/qdev-properties.c >> @@ -0,0 +1,246 @@ > > Gerd, could you clarify what's the copyright/license of this file? (I > mean, at least the copyright/license of the initial version of the file > you wrote, below). > > I am CCing all other authors that touched the file (according to git > logs), so they can clarify what's the license they assumed for the file > and their contributions. gplv2+ cheers, Gerd