From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/vmxnet3: convert to 3-Clause BSD License Date: Thu, 7 Dec 2017 15:30:14 -0800 Message-ID: <09219e45-90ff-75fb-d7f8-a29d8b3b7e18@intel.com> References: <1512683944-8194-1-git-send-email-skhare@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon To: Shrikrishna Khare , dev@dpdk.org, Hemant Agrawal Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6955D7CE2 for ; Fri, 8 Dec 2017 00:30:15 +0100 (CET) In-Reply-To: Content-Language: en-US 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/7/2017 3:27 PM, Ferruh Yigit wrote: > On 12/7/2017 1:59 PM, Shrikrishna Khare wrote: >> On behalf of the DPDK Technical board, Hemant Agrawal observed that the >> DPDK project's Intellectual Property Policy (http://dpdk.org/about/charter) >> requires 3-Clause BSD license or an exception approval. However, two >> vmxnet3 source files have 2-Clause BSD license. >> >> This patch modifies those licenses to 3-Clause BSD license. >> >> Reported-by: Hemant Agrawal >> Acked-by: Cheryl Houser >> Acked-by: Bharat Mota >> Signed-off-by: Shrikrishna Khare > > Applied to dpdk-next-net/master, thanks. Hi Hemant, Just to clarify, we want license header update for all licenses including existing BSD-3 ones, right? Not just for wrong/different license types. Thanks, ferruh