From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdQF-0003ob-8B for qemu-devel@nongnu.org; Fri, 11 Oct 2013 10:10:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUdQA-0003ks-CY for qemu-devel@nongnu.org; Fri, 11 Oct 2013 10:10:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdQA-0003ke-4V for qemu-devel@nongnu.org; Fri, 11 Oct 2013 10:10:26 -0400 Message-ID: <525806C8.2060305@redhat.com> Date: Fri, 11 Oct 2013 16:10:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1381480908-31490-1-git-send-email-pl@kamp.de> In-Reply-To: <1381480908-31490-1-git-send-email-pl@kamp.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block/iscsi: updated copyright List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: kwolf@redhat.com, ronniesahlberg@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com Il 11/10/2013 10:41, Peter Lieven ha scritto: > added myself to reflect recent work on the iscsi block driver. > > Signed-off-by: Peter Lieven > --- > block/iscsi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/block/iscsi.c b/block/iscsi.c > index a660a1c..ee8cdd3 100644 > --- a/block/iscsi.c > +++ b/block/iscsi.c > @@ -2,6 +2,7 @@ > * QEMU Block driver for iSCSI images > * > * Copyright (c) 2010-2011 Ronnie Sahlberg > + * Copyright (c) 2012-2013 Peter Lieven > * > * Permission is hereby granted, free of charge, to any person obtaining a copy > * of this software and associated documentation files (the "Software"), to deal > Applied to scsi-next branch.