From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQFXz-0001rr-6G for qemu-devel@nongnu.org; Mon, 22 Oct 2012 06:47:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQFXv-0005Bf-5c for qemu-devel@nongnu.org; Mon, 22 Oct 2012 06:47:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQFXu-0005BZ-TQ for qemu-devel@nongnu.org; Mon, 22 Oct 2012 06:47:47 -0400 Date: Mon, 22 Oct 2012 16:15:38 +0530 From: Amit Shah Message-ID: <20121022104538.GC25057@amit.redhat.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121017201414.GA5665@otherpad.lan.raisama.net> 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 , Gerd Hoffmann , Juan Quintela , Michael Roth , Isaku Yamahata , Anthony PERARD , Kusanagi Kouichi , Stefan Hajnoczi , Stefan Weil , Christoph Egger , Jan Kiszka , Christian Borntraeger , Kevin Wolf , David 'Digit' Turner , Anthony Liguori , Paolo Bonzini On (Wed) 17 Oct 2012 [17:14: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+ Amit