From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Dec 2017 15:30:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,375,1508828400"; d="scan'208";a="10035927" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.165]) ([10.241.225.165]) by FMSMGA003.fm.intel.com with ESMTP; 07 Dec 2017 15:30:14 -0800 From: Ferruh Yigit To: Shrikrishna Khare , dev@dpdk.org, Hemant Agrawal References: <1512683944-8194-1-git-send-email-skhare@vmware.com> Cc: Thomas Monjalon Message-ID: <09219e45-90ff-75fb-d7f8-a29d8b3b7e18@intel.com> Date: Thu, 7 Dec 2017 15:30:14 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/vmxnet3: convert to 3-Clause BSD License 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: , X-List-Received-Date: Thu, 07 Dec 2017 23:30:15 -0000 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