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 <dmi...@daynix.com> > + * Tamir Shomer <tam...@daynix.com> > + * Yan Vugenfirer <y...@daynix.com> > + * > + * 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