From patchwork Tue Mar 23 14:30:14 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Shah X-Patchwork-Id: 48345 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6D11AB7CED for ; Wed, 24 Mar 2010 01:40:00 +1100 (EST) Received: from localhost ([127.0.0.1]:33392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nu5Gv-0003NI-MT for incoming@patchwork.ozlabs.org; Tue, 23 Mar 2010 10:39:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nu59c-00015C-69 for qemu-devel@nongnu.org; Tue, 23 Mar 2010 10:32:24 -0400 Received: from [199.232.76.173] (port=35892 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nu59b-00014M-E9 for qemu-devel@nongnu.org; Tue, 23 Mar 2010 10:32:23 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nu59Z-0001X1-Vi for qemu-devel@nongnu.org; Tue, 23 Mar 2010 10:32:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5438) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nu59Z-0001Wx-JH for qemu-devel@nongnu.org; Tue, 23 Mar 2010 10:32:21 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2NEWKVD030154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Mar 2010 10:32:20 -0400 Received: from localhost (vpn-235-214.phx2.redhat.com [10.3.235.214]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2NEWIhC008623; Tue, 23 Mar 2010 10:32:19 -0400 From: Amit Shah To: qemu list Date: Tue, 23 Mar 2010 20:00:14 +0530 Message-Id: <1269354619-10201-5-git-send-email-amit.shah@redhat.com> In-Reply-To: <1269354619-10201-4-git-send-email-amit.shah@redhat.com> References: <1269354619-10201-1-git-send-email-amit.shah@redhat.com> <1269354619-10201-2-git-send-email-amit.shah@redhat.com> <1269354619-10201-3-git-send-email-amit.shah@redhat.com> <1269354619-10201-4-git-send-email-amit.shah@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Amit Shah , quintela@redhat.com, Gerd Hoffmann , "Michael S. Tsirkin" Subject: [Qemu-devel] [PATCH 4/9] virtio-serial: Update copyright year to 2010 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 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 diff --git a/hw/virtio-serial-bus.c b/hw/virtio-serial-bus.c index 7e9df96..bf7899c 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 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