From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjSPm-0000EK-V1 for qemu-devel@nongnu.org; Wed, 20 Jul 2011 04:46:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjSPl-00052v-Li for qemu-devel@nongnu.org; Wed, 20 Jul 2011 04:45:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjSPl-00052o-7c for qemu-devel@nongnu.org; Wed, 20 Jul 2011 04:45:57 -0400 From: Amit Shah Date: Wed, 20 Jul 2011 14:15:17 +0530 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 7/7] virtio-balloon: Fix header comment; add Copyright List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Amit Shah , Markus Armbruster Signed-off-by: Amit Shah --- hw/virtio-balloon.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/hw/virtio-balloon.c b/hw/virtio-balloon.c index 40b43b0..2ba7e95 100644 --- a/hw/virtio-balloon.c +++ b/hw/virtio-balloon.c @@ -1,7 +1,9 @@ /* - * Virtio Block Device + * Virtio Balloon Device * * Copyright IBM, Corp. 2008 + * Copyright (C) 2011 Red Hat, Inc. + * Copyright (C) 2011 Amit Shah * * Authors: * Anthony Liguori -- 1.7.6