qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Xen-devel] [PATCH v2 09/18] xen: remove unnecessary co


From: Anthony PERARD
Subject: Re: [Qemu-devel] [Xen-devel] [PATCH v2 09/18] xen: remove unnecessary code from dataplane/xen-block.c
Date: Fri, 7 Dec 2018 16:20:19 +0000
User-agent: Mutt/1.11.1 (2018-12-01)

On Thu, Dec 06, 2018 at 03:08:35PM +0000, Paul Durrant wrote:
> v2:
>  - Leave existing boilerplate alone, other than removing the now-incorrect
>    description
> ---
>  hw/block/dataplane/xen-block.c | 409 
> ++---------------------------------------
>  1 file changed, 16 insertions(+), 393 deletions(-)
> 
> diff --git a/hw/block/dataplane/xen-block.c b/hw/block/dataplane/xen-block.c
> index 9fae505..98f987d 100644
> --- a/hw/block/dataplane/xen-block.c
> +++ b/hw/block/dataplane/xen-block.c
> @@ -1,6 +1,4 @@
>  /*
> - *  xen paravirt block device backend
> - *
>   *  (c) Gerd Hoffmann <address@hidden>
>   *
>   *  This program is free software; you can redistribute it and/or modify
> @@ -19,26 +17,12 @@
>   *  GNU GPL, version 2 or (at your option) any later version.
>   */
>  
> +/*
> + * Copyright (c) 2018  Citrix Systems Inc.

You can add this copyright line just after Gerd's one abrove.

> + *
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.

And I'm pretty sure this should not be added. The boilerplate at the top
of the file already state that your contributions is going to be GPLv2+.

-- 
Anthony PERARD



reply via email to

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