Signed-off-by: Amit Shah <amit.s...@redhat.com> --- hw/virtio-console.c | 2 +- hw/virtio-serial-bus.c | 2 +- hw/virtio-serial.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hw/virtio-console.c b/hw/virtio-console.c index bd44ec6..e915491 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.s...@redhat.com> diff --git a/hw/virtio-serial-bus.c b/hw/virtio-serial-bus.c index 2603dcd..b682b77 100644 --- a/hw/virtio-serial-bus.c +++ b/hw/virtio-serial-bus.c @@ -1,7 +1,7 @@ /* * A bus for connecting virtio serial and console ports * - * Copyright (C) 2009 Red Hat, Inc. + * Copyright (C) 2009, 2010 Red Hat, Inc. * * Author(s): * Amit Shah <amit.s...@redhat.com> diff --git a/hw/virtio-serial.h b/hw/virtio-serial.h index f297b00..632d31b 100644 --- a/hw/virtio-serial.h +++ b/hw/virtio-serial.h @@ -2,7 +2,7 @@ * Virtio Serial / Console Support * * Copyright IBM, Corp. 2008 - * Copyright Red Hat, Inc. 2009 + * Copyright Red Hat, Inc. 2009, 2010 * * Authors: * Christian Ehrhardt <ehrha...@linux.vnet.ibm.com> -- 1.6.2.5