From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D5B3D1B1CF for ; Tue, 9 Jan 2018 16:32:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 07:32:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,336,1511856000"; d="scan'208";a="17867377" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2018 07:31:59 -0800 To: Andrew Rybchenko References: <20171218210744.37938-1-ferruh.yigit@intel.com> <20180109145604.77852-1-ferruh.yigit@intel.com> <7e01c937-84fc-2385-4be2-a956e1ab3510@solarflare.com> Cc: DPDK From: Ferruh Yigit Message-ID: <4f9eea59-7a5c-c400-60f0-b144d61a5e62@intel.com> Date: Tue, 9 Jan 2018 15:31:58 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <7e01c937-84fc-2385-4be2-a956e1ab3510@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: convert license headers to SPDX tags 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: Tue, 09 Jan 2018 15:32:01 -0000 On 1/9/2018 3:13 PM, Andrew Rybchenko wrote: > On 01/09/2018 05:56 PM, Ferruh Yigit wrote: >> Signed-off-by: Ferruh Yigit <...> >> @@ -1,31 +1,7 @@ >> -.. BSD LICENSE >> +.. SPDX-License-Identifier: BSD-3-Clause >> Copyright (c) 2016 Solarflare Communications Inc. >> All rights reserved. >> >> - This software was jointly developed between OKTET Labs (under contract >> - for Solarflare) and Solarflare Communications, Inc. > > Please, preserve the above paragraph. May bad, I miss that part, I will send a new version. > >> - >> - Redistribution and use in source and binary forms, with or without >> - modification, are permitted provided that the following conditions are met: >> - >> - 1. Redistributions of source code must retain the above copyright notice, >> - this list of conditions and the following disclaimer. >> - 2. Redistributions in binary form must reproduce the above copyright notice, >> - this list of conditions and the following disclaimer in the documentation >> - and/or other materials provided with the distribution. >> - >> - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" >> - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, >> - THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR >> - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR >> - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, >> - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, >> - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; >> - OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, >> - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR >> - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, >> - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. >> - >> Solarflare libefx-based Poll Mode Driver >> ======================================== >> > > <...> > > with one minor note above: > Acked-by: Andrew Rybchenko