From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7304EA0534; Wed, 12 Feb 2020 22:55:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4616B1BF76; Wed, 12 Feb 2020 22:55:27 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 724B21BF75 for ; Wed, 12 Feb 2020 22:55:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2020 13:55:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,434,1574150400"; d="scan'208";a="266829279" Received: from rmenon-mobl.amr.corp.intel.com (HELO [134.134.172.78]) ([134.134.172.78]) by fmsmga002.fm.intel.com with ESMTP; 12 Feb 2020 13:55:21 -0800 To: Thomas Monjalon , Pallavi Kadam Cc: dev@dpdk.org, Harini.Ramakrishnan@microsoft.com, keith.wiles@intel.com, bruce.richardson@intel.com, david.marchand@redhat.com, jerinjacobk@gmail.com, antara.ganesh.kolar@intel.com References: <20200201000406.11060-1-pallavi.kadam@intel.com> <20200207031437.9124-1-pallavi.kadam@intel.com> <20200207031437.9124-2-pallavi.kadam@intel.com> <3984696.24cOQSKZR9@xps> From: Ranjit Menon Message-ID: Date: Wed, 12 Feb 2020 13:55:22 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <3984696.24cOQSKZR9@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v8 1/9] license: add license exception for windows X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/12/2020 1:38 PM, Thomas Monjalon wrote: > 07/02/2020 04:14, Pallavi Kadam: >> The Governing Board and Tech Board have provided exceptions for >> MIT and BSD-2-Clause license files for DPDK support on Windows. >> >> Signed-off-by: Pallavi Kadam >> Reviewed-by: Ranjit Menon >> --- >> +--------------------------------------------------------------------------------------------------- >> +1.MIT 11/12/2019 11/12/2019 lib/librte_eal/windows/eal/include/dirent.h >> +2.BSD-2-Clause 01/08/2020 01/08/2020 lib/librte_eal/windows/eal/include/getopt.h >> +3.ISC AND >> + BSD-2-Clause 01/08/2020 01/08/2020 lib/librte_eal/windows/eal/getopt.c >> +--------------------------------------------------------------------------------------------------- > > I fixed the dates according to my records: > 1.MIT 10/23/2019 02/10/2020 lib/librte_eal/windows/eal/include/dirent.h > 2.BSD-2-Clause 10/23/2019 12/18/2019 lib/librte_eal/windows/eal/include/getopt.h > 3.ISC AND > BSD-2-Clause 10/23/2019 12/18/2019 lib/librte_eal/windows/eal/getopt.c > > > > Thanks, Thomas! Pallavi and I were discussing this just yesterday and we thought that we should send an update with the new dates. Thanks for taking care of this. ranjit m.