Re: [Qemu-devel] [PATCH] egl-helpers: Change file licensing to LGPL2

2016-12-07 Thread Peter Maydell
On 7 December 2016 at 15:53, Gerd Hoffmann wrote: > On Mi, 2016-12-07 at 14:45 +, Peter Maydell wrote: >> On 7 December 2016 at 12:51, Frediano Ziglio wrote: >> > + * Copyright (C) 2015-2016 Gerd Hoffmann >> >> This looks a bit odd. Is the code copyright Gerd as an >> individual, or Red Hat

Re: [Qemu-devel] [PATCH] egl-helpers: Change file licensing to LGPL2

2016-12-07 Thread Gerd Hoffmann
On Mi, 2016-12-07 at 14:45 +, Peter Maydell wrote: > On 7 December 2016 at 12:51, Frediano Ziglio wrote: > > Signed-off-by: Frediano Ziglio > > --- > > ui/egl-helpers.c | 16 > > 1 file changed, 16 insertions(+) > > > > diff --git a/ui/egl-helpers.c b/ui/egl-helpers.c > > in

Re: [Qemu-devel] [PATCH] egl-helpers: Change file licensing to LGPL2

2016-12-07 Thread Eric Blake
On 12/07/2016 06:51 AM, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio Very sparse on the commit message. I would highly recommend being verbose with something like "all people listed below have agreed to the relicense" (prior to listing the signatures that have been collected in the va

Re: [Qemu-devel] [PATCH] egl-helpers: Change file licensing to LGPL2

2016-12-07 Thread Peter Maydell
On 7 December 2016 at 12:51, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio > --- > ui/egl-helpers.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/ui/egl-helpers.c b/ui/egl-helpers.c > index 79cee05..cd24568 100644 > --- a/ui/egl-helpers.c > +++ b/ui/egl-hel

Re: [Qemu-devel] [PATCH] egl-helpers: Change file licensing to LGPL2

2016-12-07 Thread Cole Robinson
On 12/07/2016 07:51 AM, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio > --- > ui/egl-helpers.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/ui/egl-helpers.c b/ui/egl-helpers.c > index 79cee05..cd24568 100644 > --- a/ui/egl-helpers.c > +++ b/ui/egl-helpers.

[Qemu-devel] [PATCH] egl-helpers: Change file licensing to LGPL2

2016-12-07 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio --- ui/egl-helpers.c | 16 1 file changed, 16 insertions(+) diff --git a/ui/egl-helpers.c b/ui/egl-helpers.c index 79cee05..cd24568 100644 --- a/ui/egl-helpers.c +++ b/ui/egl-helpers.c @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2015-2016 Gerd Hoffmann