From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net: update licence for network headers Date: Fri, 05 Jan 2018 11:32:13 +0100 Message-ID: <1915220.5237Sd7Wjp@xps> References: <20171208102830.2817-1-olivier.matz@6wind.com> <20171222155902.6408-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Hemant Agrawal , Ferruh Yigit , Andrew Rybchenko , Stephen Hemminger , Trishan de Lanerolle To: Olivier Matz Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 274E21B167 for ; Fri, 5 Jan 2018 11:32:34 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/12/2017 12:42, Hemant Agrawal: > On 12/22/2017 9:29 PM, Olivier Matz wrote: > > To be compliant with the DPDK licensing guidelines, switch to > > BSD-3-Clause. It can be done safely since the BSD headers from which > > these files derive also exist as a BSD-3-Clause license in FreeBSD. > > > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/ip_icmp.h > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/ip.h > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/sctp.h > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/tcp.h > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/udp.h > > Signed-off-by: Olivier Matz > > --- > > lib/librte_net/rte_icmp.h | 69 ++++--------------------------------------- > > lib/librte_net/rte_ip.h | 74 ++++------------------------------------------- > > lib/librte_net/rte_sctp.h | 72 ++++----------------------------------------- > > lib/librte_net/rte_tcp.h | 72 ++++----------------------------------------- > > lib/librte_net/rte_udp.h | 72 ++++----------------------------------------- > > 5 files changed, 26 insertions(+), 333 deletions(-) > > Acked-by: Hemant Agrawal Applied, thanks