From patchwork Fri May 16 10:37:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 349561 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id C1DA014008B for ; Fri, 16 May 2014 20:43:30 +1000 (EST) Received: from localhost ([::1]:34689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlFbs-00066S-Hh for incoming@patchwork.ozlabs.org; Fri, 16 May 2014 06:43:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlFWt-0004GN-1i for qemu-devel@nongnu.org; Fri, 16 May 2014 06:38:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlFWm-0004jZ-Ir for qemu-devel@nongnu.org; Fri, 16 May 2014 06:38:18 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:59085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlFWm-0004jQ-D8 for qemu-devel@nongnu.org; Fri, 16 May 2014 06:38:12 -0400 Received: by mail-ee0-f54.google.com with SMTP id b57so1395769eek.41 for ; Fri, 16 May 2014 03:38:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=V1S9qzE7NmtNhLmsCVR8cjJ8SGDm3yETZA3r6C3hjAo=; b=QD9rEH5BojH1Nv+3QW6rQgh8Ug8/cqsEQOjtVlaRqivj32xt0BdAk/1nehOQ/D1obF FxK56jrTAJ3raQTiQHc9meX0/0txMOsFkxqSZ2oQkZaAILuguY0sdS5lQd+gNzoJn6/D DXefPKE/ogcCUUehQ2l/n44P4KwqYQKdoDiznRY0gZ8pVqHVh+fgG9sqaE3L+2ToV7S2 FXfD0Zb2e/ZgpNQzNLb5gwzxjW6B2HLnhncgh6feYPSeqsjz/yE3uBZGXpn3grUiAIAB gYC6xKi71WyROT3/nQnyjrNYU3lmsJigcMs0Zh3SCXVK92RgmViwsdOjxTwSucYBfV4g pLqg== X-Received: by 10.15.34.197 with SMTP id e45mr2098833eev.112.1400236691660; Fri, 16 May 2014 03:38:11 -0700 (PDT) Received: from playground.station (net-37-117-141-58.cust.vodafonedsl.it. [37.117.141.58]) by mx.google.com with ESMTPSA id s9sm19109582eew.5.2014.05.16.03.38.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 May 2014 03:38:10 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Fri, 16 May 2014 12:37:44 +0200 Message-Id: <1400236664-32334-12-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1400236664-32334-1-git-send-email-pbonzini@redhat.com> References: <1400236664-32334-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::236 Cc: Peter Lieven Subject: [Qemu-devel] [PULL 11/11] [PATCH] block/iscsi: bump year in copyright notice X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Peter Lieven Signed-off-by: Peter Lieven --- block/iscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/iscsi.c b/block/iscsi.c index 84bedfa..65bf97d 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -2,7 +2,7 @@ * QEMU Block driver for iSCSI images * * Copyright (c) 2010-2011 Ronnie Sahlberg - * Copyright (c) 2012-2013 Peter Lieven + * Copyright (c) 2012-2014 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