qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH 8/8] vmstate: Add copyright info for sparc processor
Date: Sat, 26 Nov 2011 08:33:54 +0000

On Wed, Nov 23, 2011 at 15:44, Juan Quintela <address@hidden> wrote:
> v2: Move license to BSD-like as in vl.c

This does not belong to the commit message.

> Signed-off-by: Juan Quintela <address@hidden>
> ---
>  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/target-sparc/vmstate-cpu.c
> +++ b/target-sparc/vmstate-cpu.c
> @@ -1,3 +1,32 @@
> +/*
> + * Migration support for sparc cpu
> + *
> + * Copyright (c) 2003-2008 Fabrice Bellard
> + * Copyright (c) 2003-2011 Blue Swirl <address@hidden>

I'd use 2004 here.

> + * Copyright (c) 2011 Red Hat, Inc.

The above list is by no means exhaustive, at least Richard Henderson,
Igor Kovalenko and Anthony Liguori are also listed in git log for
target-sparc/machine.c. Again, either drop the copyright stuff or use
real facts. Is this even useful?

> + *
> + * Author(s):
> + *  Juan Quintela <address@hidden>
> + *
> + * Permission is hereby granted, free of charge, to any person obtaining a 
> copy
> + * of this software and associated documentation files (the "Software"), to 
> deal
> + * in the Software without restriction, including without limitation the 
> rights
> + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> + * copies of the Software, and to permit persons to whom the Software is
> + * furnished to do so, subject to the following conditions:
> + *
> + * The above copyright notice and this permission notice shall be included in
> + * all copies or substantial portions of the Software.
> + *
> + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
> + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
> FROM,
> + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> + * THE SOFTWARE.
> + */
> +
>  #include "hw/hw.h"
>
>  static const VMStateDescription vmstate_cpu_timer = {
> --
> 1.7.7.1
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]