From patchwork Tue Oct 7 13:24:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Canet?= X-Patchwork-Id: 397300 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 155751400B8 for ; Wed, 8 Oct 2014 00:28:04 +1100 (EST) Received: from localhost ([::1]:58868 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbUo6-0005P0-6K for incoming@patchwork.ozlabs.org; Tue, 07 Oct 2014 09:28:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbUnM-0004CY-Og for qemu-devel@nongnu.org; Tue, 07 Oct 2014 09:27:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbUnG-0007j1-N8 for qemu-devel@nongnu.org; Tue, 07 Oct 2014 09:27:16 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:60888 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbUnG-0007id-GQ for qemu-devel@nongnu.org; Tue, 07 Oct 2014 09:27:10 -0400 Received: from localhost.localdomain (laure.irqsave.net [192.168.77.2]) by paradis.irqsave.net (Postfix) with ESMTP id 6852EE2B24; Tue, 7 Oct 2014 15:27:07 +0200 (CEST) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= To: qemu-devel@nongnu.org Date: Tue, 7 Oct 2014 15:24:39 +0200 Message-Id: <1412688279-8312-9-git-send-email-benoit.canet@nodalink.com> X-Mailer: git-send-email 2.1.1 In-Reply-To: <1412688279-8312-1-git-send-email-benoit.canet@nodalink.com> References: <1412688279-8312-1-git-send-email-benoit.canet@nodalink.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 80.12.84.125 Cc: kwolf@redhat.com, famz@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , stefanha@redhat.com Subject: [Qemu-devel] [PATCH v1 8/8] throttle: Update throttle infrastructure copyright X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Benoit Canet --- include/qemu/throttle.h | 4 ++-- tests/test-throttle.c | 4 ++-- util/throttle.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/qemu/throttle.h b/include/qemu/throttle.h index 3b9d1b8..8abd94d 100644 --- a/include/qemu/throttle.h +++ b/include/qemu/throttle.h @@ -1,10 +1,10 @@ /* * QEMU throttling infrastructure * - * Copyright (C) Nodalink, SARL. 2013 + * Copyright (C) Nodalink, EURL. 2013-2014 * * Author: - * Benoît Canet + * Benoît Canet * * 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/tests/test-throttle.c b/tests/test-throttle.c index ecb5504..0efd372 100644 --- a/tests/test-throttle.c +++ b/tests/test-throttle.c @@ -1,10 +1,10 @@ /* * Throttle infrastructure tests * - * Copyright Nodalink, SARL. 2013 + * Copyright Nodalink, EURL. 2013-2014 * * Authors: - * Benoît Canet + * Benoît Canet * * This work is licensed under the terms of the GNU LGPL, version 2 or later. * See the COPYING.LIB file in the top-level directory. diff --git a/util/throttle.c b/util/throttle.c index 163b9d0..4884c08 100644 --- a/util/throttle.c +++ b/util/throttle.c @@ -1,10 +1,10 @@ /* * QEMU throttling infrastructure * - * Copyright (C) Nodalink, SARL. 2013 + * Copyright (C) Nodalink, EURL. 2013-2014 * * Author: - * Benoît Canet + * Benoît Canet * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as