From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH v2] net: update licence for network headers Date: Thu, 28 Dec 2017 17:12:41 +0530 Message-ID: References: <20171208102830.2817-1-olivier.matz@6wind.com> <20171222155902.6408-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , Stephen Hemminger , Trishan de Lanerolle To: Olivier Matz , Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0073.outbound.protection.outlook.com [104.47.40.73]) by dpdk.org (Postfix) with ESMTP id 4A6951B53 for ; Thu, 28 Dec 2017 12:42:49 +0100 (CET) In-Reply-To: <20171222155902.6408-1-olivier.matz@6wind.com> 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 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 ..