From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbAFR-0002di-Qg for qemu-devel@nongnu.org; Thu, 26 Mar 2015 12:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbAFO-000310-MD for qemu-devel@nongnu.org; Thu, 26 Mar 2015 12:03:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbAFO-00030d-HC for qemu-devel@nongnu.org; Thu, 26 Mar 2015 12:03:06 -0400 From: Paolo Bonzini Date: Thu, 26 Mar 2015 17:02:33 +0100 Message-Id: <1427385754-13012-14-git-send-email-pbonzini@redhat.com> In-Reply-To: <1427385754-13012-1-git-send-email-pbonzini@redhat.com> References: <1427385754-13012-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 13/14] misc: fix typos in copyright declaration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gonglei From: Gonglei Add a space after comma. Signed-off-by: Gonglei Message-Id: <1427374663-10168-1-git-send-email-arei.gonglei@huawei.com> Reviewed-by: Eric Blake Signed-off-by: Paolo Bonzini --- bootdevice.c | 2 +- tests/usb-hcd-ohci-test.c | 2 +- tests/usb-hcd-uhci-test.c | 2 +- tests/usb-hcd-xhci-test.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootdevice.c b/bootdevice.c index 673bfef..3cdc0d7 100644 --- a/bootdevice.c +++ b/bootdevice.c @@ -1,7 +1,7 @@ /* * QEMU Boot Device Implement * - * Copyright (c) 2014 HUAWEI TECHNOLOGIES CO.,LTD. + * Copyright (c) 2014 HUAWEI TECHNOLOGIES CO., LTD. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/usb-hcd-ohci-test.c b/tests/usb-hcd-ohci-test.c index 1160bde..fa592d4 100644 --- a/tests/usb-hcd-ohci-test.c +++ b/tests/usb-hcd-ohci-test.c @@ -1,7 +1,7 @@ /* * QTest testcase for USB OHCI controller * - * Copyright (c) 2014 HUAWEI TECHNOLOGIES CO.,LTD. + * Copyright (c) 2014 HUAWEI TECHNOLOGIES CO., LTD. * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. diff --git a/tests/usb-hcd-uhci-test.c b/tests/usb-hcd-uhci-test.c index 6d631cf..a96b716 100644 --- a/tests/usb-hcd-uhci-test.c +++ b/tests/usb-hcd-uhci-test.c @@ -1,7 +1,7 @@ /* * QTest testcase for USB UHCI controller * - * Copyright (c) 2014 HUAWEI TECHNOLOGIES CO.,LTD. + * Copyright (c) 2014 HUAWEI TECHNOLOGIES CO., LTD. * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. diff --git a/tests/usb-hcd-xhci-test.c b/tests/usb-hcd-xhci-test.c index adf261e..56ab367 100644 --- a/tests/usb-hcd-xhci-test.c +++ b/tests/usb-hcd-xhci-test.c @@ -1,7 +1,7 @@ /* * QTest testcase for USB xHCI controller * - * Copyright (c) 2014 HUAWEI TECHNOLOGIES CO.,LTD. + * Copyright (c) 2014 HUAWEI TECHNOLOGIES CO., LTD. * * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. -- 2.3.3