diff options
author | Amit Shah | 2010-04-27 14:34:02 +0200 |
---|---|---|
committer | Anthony Liguori | 2010-04-28 15:58:21 +0200 |
commit | 71c092e92b45e7ebc762c8736089c074097548d3 (patch) | |
tree | bd97f2211e36eda6f5ba5b40b4067fd61914610e /hw/virtio-console.c | |
parent | virtio-serial: Remove redundant check for 0-sized write request (diff) | |
download | qemu-71c092e92b45e7ebc762c8736089c074097548d3.tar.gz qemu-71c092e92b45e7ebc762c8736089c074097548d3.tar.xz qemu-71c092e92b45e7ebc762c8736089c074097548d3.zip |
virtio-serial: Update copyright year to 2010
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/virtio-console.c')
-rw-r--r-- | hw/virtio-console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio-console.c b/hw/virtio-console.c index 17b221df34..bbbb6b86d0 100644 --- a/hw/virtio-console.c +++ b/hw/virtio-console.c @@ -1,7 +1,7 @@ /* * Virtio Console and Generic Serial Port Devices * - * Copyright Red Hat, Inc. 2009 + * Copyright Red Hat, Inc. 2009, 2010 * * Authors: * Amit Shah <amit.shah@redhat.com> |