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 05BADA2EEB for ; Fri, 13 Sep 2019 11:46:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9F5621EBBD; Fri, 13 Sep 2019 11:46:28 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 558291E978 for ; Fri, 13 Sep 2019 11:46:26 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2019 02:46:26 -0700 X-IronPort-AV: E=Sophos;i="5.64,489,1559545200"; d="scan'208";a="360718814" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.46]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2019 02:46:24 -0700 Date: Fri, 13 Sep 2019 10:46:21 +0100 From: Bruce Richardson To: Stephen Hemminger Cc: dev@dpdk.org Message-ID: <20190913094621.GA1921@bricha3-MOBL.ger.corp.intel.com> References: <20190906220957.7892-1-pallavi.kadam@intel.com> <20190909195404.4760-1-pallavi.kadam@intel.com> <20190909195404.4760-7-pallavi.kadam@intel.com> <20190912234043.7da06fdb@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190912234043.7da06fdb@xps13> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH 6/9] eal: getopt implementation 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 Thu, Sep 12, 2019 at 11:40:43PM +0200, Stephen Hemminger wrote: > On Mon, 9 Sep 2019 12:54:01 -0700 > Pallavi Kadam wrote: > > > Adding getopt_long.c and getopt.c files to support parsing > > option on Windows. > > The original contribution is under MIT license. > > > > Signed-off-by: Antara Ganesh Kolar > > Signed-off-by: Pallavi Kadam > > Reviewed-by: Ranjit Menon > > Reviewed-by: Keith Wiles > \ ) > > Is this the same as BSD? > > https://github.com/freebsd/freebsd/blob/master/lib/libc/stdlib/getopt_long.c I'm not sure it matters even if it is. That code is not under a BSD-3-Clause license either, so still would require the same exceptions. /Bruce