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: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH V12 5/5] VMXNET3 device implementation
Date: Mon, 4 Mar 2013 15:28:17 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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]