From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3QPX-0008RH-II for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:58:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3QPW-0004xI-JF for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:58:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3QPW-0004xB-Ee for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:58:22 -0400 From: Stefan Hajnoczi Date: Fri, 12 Jun 2015 15:57:57 +0100 Message-Id: <1434121078-15776-10-git-send-email-stefanha@redhat.com> In-Reply-To: <1434121078-15776-1-git-send-email-stefanha@redhat.com> References: <1434121078-15776-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 09/10] throttle: Update throttle infrastructure copyright List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Maydell , Alberto Garcia , Stefan Hajnoczi From: Alberto Garcia Signed-off-by: Alberto Garcia Reviewed-by: Stefan Hajnoczi Message-id: 07dcd4ed02f0110b13b3140f477b761b8bb8e270.1433779731.git.berto= @igalia.com Signed-off-by: Stefan Hajnoczi --- include/qemu/throttle.h | 8 +++++--- util/throttle.c | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/include/qemu/throttle.h b/include/qemu/throttle.h index 2c560db..5af76f0 100644 --- a/include/qemu/throttle.h +++ b/include/qemu/throttle.h @@ -1,10 +1,12 @@ /* * QEMU throttling infrastructure * - * Copyright (C) Nodalink, SARL. 2013 + * Copyright (C) Nodalink, EURL. 2013-2014 + * Copyright (C) Igalia, S.L. 2015 * - * Author: - * Beno=C3=AEt Canet + * Authors: + * Beno=C3=AEt Canet + * Alberto Garcia * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/util/throttle.c b/util/throttle.c index d76a48e..706c131 100644 --- a/util/throttle.c +++ b/util/throttle.c @@ -1,10 +1,12 @@ /* * QEMU throttling infrastructure * - * Copyright (C) Nodalink, SARL. 2013 + * Copyright (C) Nodalink, EURL. 2013-2014 + * Copyright (C) Igalia, S.L. 2015 * - * Author: - * Beno=C3=AEt Canet + * Authors: + * Beno=C3=AEt Canet + * Alberto Garcia * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as --=20 2.4.2