qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V12 5/5] VMXNET3 device implementation


From: Dmitry Fleytman
Subject: Re: [Qemu-devel] [PATCH V12 5/5] VMXNET3 device implementation
Date: Wed, 6 Mar 2013 09:24:35 +0200

Stefan,

I've sent V13 of patches with license changed.

Dmitry.


On Mon, Mar 4, 2013 at 4:52 PM, Dmitry Fleytman <address@hidden> wrote:
Oops, forgot to address this part...

Is it enough to make following change:

- * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * This work is licensed under the terms of the GNU GPL, version 2.


Do you want me to resend the series?
Dmitry.

On Mon, Mar 4, 2013 at 4:28 PM, Stefan Hajnoczi <address@hidden> wrote:
On Sat, Mar 02, 2013 at 02:44:39PM +0200, Dmitry Fleytman wrote:
> diff --git a/hw/vmxnet3.h b/hw/vmxnet3.h
> new file mode 100644
> index 0000000..22787b1
> --- /dev/null
> +++ b/hw/vmxnet3.h
> @@ -0,0 +1,760 @@
> +/*
> + * QEMU VMWARE VMXNET3 paravirtual NIC
> + *
> + * Copyright (c) 2012 Ravello Systems LTD (http://ravellosystems.com)
> + *
> + * Developed by Daynix Computing LTD (http://www.daynix.com)
> + *
> + * Authors:
> + * Dmitry Fleytman <address@hidden>
> + * Tamir Shomer <address@hidden>
> + * Yan Vugenfirer <address@hidden>
> + *
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
> + *
> + */
[...]
> +/*
> + * Linux driver for VMware's vmxnet3 ethernet NIC.
> + *
> + * Copyright (C) 2008-2009, VMware, Inc. All Rights Reserved.
> + *
> + * This program is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU General Public License as published by the
> + * Free Software Foundation; version 2 of the License and no later version.

I think Andreas pointed out that you chose GPLv2+ but VMware chose
GPLv2-only.  The file should be GPLv2-only.

Stefan




reply via email to

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