]> git.proxmox.com Git - mirror_qemu.git/commitdiff
virtio-balloon: Fix header comment; add Copyright
authorAmit Shah <amit.shah@redhat.com>
Wed, 20 Jul 2011 08:07:01 +0000 (13:37 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 4 Aug 2011 21:43:09 +0000 (16:43 -0500)
Signed-off-by: Amit Shah <amit.shah@redhat.com>
hw/virtio-balloon.c

index 40b43b0606835591d07f2233f01e585ebc2c945e..2ba7e95607186c3d768d72465066cd47d371a07b 100644 (file)
@@ -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 <amit.shah@redhat.com>
  *
  * Authors:
  *  Anthony Liguori   <aliguori@us.ibm.com>