From: Amit Shah Date: Wed, 20 Jul 2011 08:07:01 +0000 (+0530) Subject: virtio-balloon: Fix header comment; add Copyright X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d4443cb616a62619b3b133c44094c3b056ecd3b0;p=qemu.git virtio-balloon: Fix header comment; add Copyright Signed-off-by: Amit Shah --- diff --git a/hw/virtio-balloon.c b/hw/virtio-balloon.c index 40b43b0606..2ba7e95607 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