diff mbox

[8/9] throttle: Update throttle infrastructure copyright

Message ID 9914a45078387b7059da277d3e85a626b035fa6b.1423842044.git.berto@igalia.com
State New
Headers show

Commit Message

Alberto Garcia Feb. 13, 2015, 4:06 p.m. UTC
From: Benoît Canet <benoit.canet@nodalink.com>

Signed-off-by: Benoit Canet <benoit.canet@nodalink.com>
Signed-off-by: Alberto Garcia <berto@igalia.com>
---
 include/qemu/throttle.h | 4 ++--
 tests/test-throttle.c   | 4 ++--
 util/throttle.c         | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

Comments

Eric Blake Feb. 24, 2015, 4:49 p.m. UTC | #1
On 02/13/2015 09:06 AM, Alberto Garcia wrote:
> From: Benoît Canet <benoit.canet@nodalink.com>
> 
> Signed-off-by: Benoit Canet <benoit.canet@nodalink.com>
> Signed-off-by: Alberto Garcia <berto@igalia.com>
> ---
>  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 f846e5a..6174332 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

Don't you also want to claim 2015 now?
Benoît Canet Feb. 24, 2015, 8:21 p.m. UTC | #2
On Tue, Feb 24, 2015 at 09:49:26AM -0700, Eric Blake wrote:
> On 02/13/2015 09:06 AM, Alberto Garcia wrote:
> > From: Benoît Canet <benoit.canet@nodalink.com>
> > 
> > Signed-off-by: Benoit Canet <benoit.canet@nodalink.com>
> > Signed-off-by: Alberto Garcia <berto@igalia.com>
> > ---
> >  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 f846e5a..6174332 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
> 
> Don't you also want to claim 2015 now?

I didn't worked on it on 2015.
Maybe Alberto will want to claim his work on it.

Best regards

Benoît

> 
> -- 
> Eric Blake   eblake redhat com    +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
>
diff mbox

Patch

diff --git a/include/qemu/throttle.h b/include/qemu/throttle.h
index f846e5a..6174332 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 <benoit.canet@irqsave.net>
+ *   Benoît Canet <benoit.canet@nodalink.com>
  *
  * 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 0b649b1..cf58e0e 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     <benoit.canet@irqsave.net>
+ *  Benoît Canet     <benoit.canet@nodalink.com>
  *
  * 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 4219ace..aa0ea65 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 <benoit.canet@irqsave.net>
+ *   Benoît Canet <benoit.canet@nodalink.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as