From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1vBn-0002JZ-4T for qemu-devel@nongnu.org; Wed, 14 Apr 2010 01:31:03 -0400 Received: from [140.186.70.92] (port=49045 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1vBk-0002Io-LT for qemu-devel@nongnu.org; Wed, 14 Apr 2010 01:31:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1vBi-000615-Po for qemu-devel@nongnu.org; Wed, 14 Apr 2010 01:31:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61012) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1vBi-000610-HG for qemu-devel@nongnu.org; Wed, 14 Apr 2010 01:30:58 -0400 From: Amit Shah Date: Wed, 14 Apr 2010 10:58:28 +0530 Message-Id: <1271222917-7803-9-git-send-email-amit.shah@redhat.com> In-Reply-To: <1271222917-7803-8-git-send-email-amit.shah@redhat.com> References: <1271222917-7803-1-git-send-email-amit.shah@redhat.com> <1271222917-7803-2-git-send-email-amit.shah@redhat.com> <1271222917-7803-3-git-send-email-amit.shah@redhat.com> <1271222917-7803-4-git-send-email-amit.shah@redhat.com> <1271222917-7803-5-git-send-email-amit.shah@redhat.com> <1271222917-7803-6-git-send-email-amit.shah@redhat.com> <1271222917-7803-7-git-send-email-amit.shah@redhat.com> <1271222917-7803-8-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] [PATCH v5 08/17] virtio-serial: Update copyright year to 2010 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu list , Amit Shah , Gerd Hoffmann , Juan Quintela Signed-off-by: Amit Shah --- 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 17b221d..bbbb6b8 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 c1d9851..c77ea4f 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 0548689..f023873 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 -- 1.6.2.5