Signed-off-by: Benoit Canet <[email protected]> --- 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 <[email protected]> + * Benoît Canet <[email protected]> * * 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 50e6655..18cc1ab 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 <[email protected]> + * Benoît Canet <[email protected]> * * 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 <[email protected]> + * Benoît Canet <[email protected]> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as -- 2.1.0.rc1
