From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOjWs-0000fR-Ep for qemu-devel@nongnu.org; Thu, 18 Oct 2012 02:24:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOjWr-0007aq-F0 for qemu-devel@nongnu.org; Thu, 18 Oct 2012 02:24:26 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:48098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOjWr-0007ai-2i for qemu-devel@nongnu.org; Thu, 18 Oct 2012 02:24:25 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 18 Oct 2012 07:24:22 +0100 Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9I6OD1Y34275556 for ; Thu, 18 Oct 2012 06:24:13 GMT Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9I6OJG6028055 for ; Thu, 18 Oct 2012 00:24:20 -0600 Message-ID: <507FA091.70802@de.ibm.com> Date: Thu, 18 Oct 2012 08:24:17 +0200 From: Christian Borntraeger 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 , Gerd Hoffmann , Juan Quintela , Michael Roth , Isaku Yamahata , Anthony PERARD , Kusanagi Kouichi , Stefan Hajnoczi , Stefan Weil , Christoph Egger , Jan Kiszka , Kevin Wolf , David 'Digit' Turner , Anthony Liguori , Amit Shah , Paolo Bonzini On 17/10/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. I assumed GPLv2+.