Re: [Qemu-devel] [PATCH 8/8] vmstate: Add copyright info for sparc processor

2011-11-27 Thread Paolo Bonzini
On 11/27/2011 02:26 PM, Juan Quintela wrote: This is the reason that I started with: - Add myself as a copyright owner - Put the original authors as: Based on previous work from: John Smith. I would just put Copyright (C) - The QEMU Contributors. For a full list, there is always the

Re: [Qemu-devel] [PATCH 8/8] vmstate: Add copyright info for sparc processor

2011-11-27 Thread Juan Quintela
Blue Swirl wrote: > On Wed, Nov 23, 2011 at 15:44, Juan Quintela wrote: >> v2: Move license to BSD-like as in vl.c > > This does not belong to the commit message. > >> Signed-off-by: Juan Quintela >> --- >>  target-sparc/vmstate-cpu.c |   29 + >>  1 files changed, 29

Re: [Qemu-devel] [PATCH 8/8] vmstate: Add copyright info for sparc processor

2011-11-26 Thread Blue Swirl
On Wed, Nov 23, 2011 at 15:44, Juan Quintela wrote: > v2: Move license to BSD-like as in vl.c This does not belong to the commit message. > Signed-off-by: Juan Quintela > --- >  target-sparc/vmstate-cpu.c |   29 + >  1 files changed, 29 insertions(+), 0 deletions(-)

[Qemu-devel] [PATCH 8/8] vmstate: Add copyright info for sparc processor

2011-11-23 Thread Juan Quintela
v2: Move license to BSD-like as in vl.c Signed-off-by: Juan Quintela --- target-sparc/vmstate-cpu.c | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/target-sparc/vmstate-cpu.c b/target-sparc/vmstate-cpu.c index 259db19..c74ea9a 100644 --- a/ta