Signed-off-by: Alberto Garcia <[email protected]> --- 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ît Canet <[email protected]> + * Authors: + * Benoît Canet <[email protected]> + * Alberto Garcia <[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/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ît Canet <[email protected]> + * Authors: + * Benoît Canet <[email protected]> + * Alberto Garcia <[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.4
