From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2TJs-0001wQ-Ts for qemu-devel@nongnu.org; Tue, 28 Feb 2012 15:06:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2TJn-0001Cn-LJ for qemu-devel@nongnu.org; Tue, 28 Feb 2012 15:06:44 -0500 Received: from na3sys010aog112.obsmtp.com ([74.125.245.92]:53974) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1S2TJn-0001Cc-Db for qemu-devel@nongnu.org; Tue, 28 Feb 2012 15:06:39 -0500 Received: by werm13 with SMTP id m13so1540304wer.26 for ; Tue, 28 Feb 2012 12:06:35 -0800 (PST) Message-ID: <4F4D962B.8040400@ravellosystems.com> Date: Tue, 28 Feb 2012 22:06:19 -0500 From: Izik Eidus MIME-Version: 1.0 References: <1330443963-18547-1-git-send-email-yan@ravellosystems.com> <20120228200102.GA20044@redhat.com> In-Reply-To: <20120228200102.GA20044@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] VMXNET3 paravirtual NIC device implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Dmitry Fleytman , Yan Vugenfirer , Yan Vugenfirer , qemu-devel@nongnu.org On 02/28/2012 03:01 PM, Daniel P. Berrange wrote: > On Tue, Feb 28, 2012 at 02:57:32PM -0500, Izik Eidus wrote: >> On Tue, Feb 28, 2012 at 2:50 PM, Yan Vugenfirer wrote: >>> Adding Izik from Ravello. >>> >>> Best regards, >>> Yan. >>> >>> On Tue, Feb 28, 2012 at 6:43 PM, malc wrote: >>>> On Tue, 28 Feb 2012, Yan Vugenfirer wrote: >>>> >>>>> From: Dmitry Fleytman >>>>> >>>>> Implementation of VMWare VMXNET3 paravirtual NIC device. >>>>> Supports of all the device features including offload capabilties, >>>>> VLANs and etc. >>>>> The device is tested on different OSes: >>>> [..snip..] >>>> >>>>> @@ -0,0 +1,146 @@ >>>>> +/* >>>>> + * QEMU VMWARE paravirtual devices - auxiliary code >>>>> + * >>>>> + * Copyright (c) 2012 Ravello Systems LTD (http://ravellosystems.com) >>>>> + * All Rights Reserved >>>> Not quite sure, i'm follwing this, here it says that all rights are >>>> reserved. >> >> Hey, >> >> isn`t this is the common GPL2 licence format? >> for example from the very same qemu: >> /* >> * qemu/kvm integration >> * >> * Copyright (C) 2006-2008 Qumranet Technologies >> * >> * Licensed under the terms of the GNU GPL version 2 or higher. >> */ >> >> Do we miss anything? because our meaning is to publish it as a fully >> GPL2 licensed code... > Your "Copyright" line is fine, but you should really remove the > 'All rights reserved' line which contradicts your GPL intention > below Ok, got it, we will resend it without 'All rights reserved' Thanks. > >>>>> + * >>>>> + * Developed by Daynix Computing LTD (http://www.daynix.com) >>>>> + * >>>>> + * Authors: >>>>> + * Dmitry Fleytman >>>>> + * Yan Vugenfirer >>>>> + * >>>>> + * 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. >>>>> + * >>>>> + * This program is distributed in the hope that it will be useful, but >>>>> + * WITHOUT ANY WARRANTY; without even the implied warranty of >>>>> + * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or >>>>> + * NON INFRINGEMENT. See the GNU General Public License for more >>>>> + * details. >>>>> + * >>>>> + * You should have received a copy of the GNU General Public License >>>>> + * along with this program; if not, write to the Free Software >>>>> + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. >>>>> + * >>>>> + * The full GNU General Public License is included in this distribution in >>>>> + * the file called "COPYING". >>>>> + * >>>>> + */ >>>> And here that most of them are really not. >>>> >>>> Not a lawyer though. >>>> >>>> [..snip..] >>>> >>>> -- >>>> mailto:av1474@comtv.ru > Regards, > Daniel