sim-card
/
qemu
Archived
10
0
Fork 0

virtio-balloon: Fix header comment; add Copyright

Signed-off-by: Amit Shah <amit.shah@redhat.com>
This commit is contained in:
Amit Shah 2011-07-20 13:37:01 +05:30 committed by Anthony Liguori
parent 73428a8ed5
commit d4443cb616
1 changed files with 3 additions and 1 deletions

View 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>