diff options
| author | Alberto Garcia | 2015-06-08 18:17:47 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2015-06-12 15:00:00 +0200 |
| commit | a291d5d9b9940e1b07319041afc2c4b9285b9c48 (patch) | |
| tree | af3023cc23419590158675d2773083d294d38fdf /include | |
| parent | throttle: add the name of the ThrottleGroup to BlockDeviceInfo (diff) | |
| download | qemu-a291d5d9b9940e1b07319041afc2c4b9285b9c48.tar.gz qemu-a291d5d9b9940e1b07319041afc2c4b9285b9c48.tar.xz qemu-a291d5d9b9940e1b07319041afc2c4b9285b9c48.zip | |
throttle: Update throttle infrastructure copyright
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 07dcd4ed02f0110b13b3140f477b761b8bb8e270.1433779731.git.berto@igalia.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/qemu/throttle.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/qemu/throttle.h b/include/qemu/throttle.h index 2c560db2f1..5af76f0ff4 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 <benoit.canet@irqsave.net> + * Authors: + * Benoît Canet <benoit.canet@nodalink.com> + * Alberto Garcia <berto@igalia.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |
