From patchwork Tue Apr 27 12:34:02 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Shah X-Patchwork-Id: 51062 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 E8705B7080 for ; Tue, 27 Apr 2010 22:53:13 +1000 (EST) Received: from localhost ([127.0.0.1]:41325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6kHn-0003OO-5i for incoming@patchwork.ozlabs.org; Tue, 27 Apr 2010 08:53:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6k1U-00062B-7u for qemu-devel@nongnu.org; Tue, 27 Apr 2010 08:36:20 -0400 Received: from [140.186.70.92] (port=51329 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6k1S-00061R-8N for qemu-devel@nongnu.org; Tue, 27 Apr 2010 08:36:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6k1P-0002mF-Oa for qemu-devel@nongnu.org; Tue, 27 Apr 2010 08:36:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48376) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6k1P-0002lx-Du for qemu-devel@nongnu.org; Tue, 27 Apr 2010 08:36:15 -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 o3RCaDHj025176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 27 Apr 2010 08:36:13 -0400 Received: from localhost (vpn-238-78.phx2.redhat.com [10.3.238.78]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3RCaC4n007504; Tue, 27 Apr 2010 08:36:13 -0400 From: Amit Shah To: Anthony Liguori Date: Tue, 27 Apr 2010 18:04:02 +0530 Message-Id: <1272371652-23087-9-git-send-email-amit.shah@redhat.com> In-Reply-To: <1272371652-23087-8-git-send-email-amit.shah@redhat.com> References: <1272371652-23087-1-git-send-email-amit.shah@redhat.com> <1272371652-23087-2-git-send-email-amit.shah@redhat.com> <1272371652-23087-3-git-send-email-amit.shah@redhat.com> <1272371652-23087-4-git-send-email-amit.shah@redhat.com> <1272371652-23087-5-git-send-email-amit.shah@redhat.com> <1272371652-23087-6-git-send-email-amit.shah@redhat.com> <1272371652-23087-7-git-send-email-amit.shah@redhat.com> <1272371652-23087-8-git-send-email-amit.shah@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Amit Shah , qemu list , Juan Quintela Subject: [Qemu-devel] [PATCH v6 08/18] 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 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