From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUYJ4-0001xQ-4c for qemu-devel@nongnu.org; Fri, 11 Oct 2013 04:42:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUYIy-0008Ls-Jh for qemu-devel@nongnu.org; Fri, 11 Oct 2013 04:42:46 -0400 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:48567 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUYIy-0008Ll-7v for qemu-devel@nongnu.org; Fri, 11 Oct 2013 04:42:40 -0400 From: Peter Lieven Date: Fri, 11 Oct 2013 10:41:48 +0200 Message-Id: <1381480908-31490-1-git-send-email-pl@kamp.de> Subject: [Qemu-devel] [PATCH] block/iscsi: updated copyright List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, Peter Lieven , ronniesahlberg@gmail.com, stefanha@redhat.com 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 -- 1.7.9.5