From: Amit Shah Date: Tue, 27 Apr 2010 12:34:02 +0000 (+0530) Subject: virtio-serial: Update copyright year to 2010 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=71c092e92b45e7ebc762c8736089c074097548d3;p=qemu.git virtio-serial: Update copyright year to 2010 Signed-off-by: Amit Shah Signed-off-by: Anthony Liguori --- 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 diff --git a/hw/virtio-serial-bus.c b/hw/virtio-serial-bus.c index c1d9851788..c77ea4feff 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 diff --git a/hw/virtio-serial.h b/hw/virtio-serial.h index 0548689b99..f02387325f 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