From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B24682C6E for ; Fri, 25 May 2018 10:34:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3D63722B86; Fri, 25 May 2018 04:34:44 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 25 May 2018 04:34:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=5jdIMSUocRjbTJxYnv3OAJ1qeU zbkiGOkjdPO34+eo0=; b=HewYO1jKYFbpKu773i1YulUga/qWB1U+dlYx+fb+ug 2reRBm7KBcerZ5CdqksGJ76R6qtnv3uVhhDKrqyUJ0lmK9i3Ws6oZhKCSZODrli4 +kWWz8ltWGpRTU2WdXcSW+3vmNAG8SwOMRisALISjXd2SEos6Sd2xY8614U7rnYR Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=5jdIMS UocRjbTJxYnv3OAJ1qeUzbkiGOkjdPO34+eo0=; b=knlLLWO4ZUwu+I3M+SbeEd N3i3GfR5Gcnm6VQV5r2iZCEXU1S5HX93aK++eaM07OImvfy1Lmh1ZROCiWiK369Y 0WkPjElCvAtGYoJeh6bdasASo13nl8J3Q/fvI+NjBwCUENLjFGQbC2wzioq2Heyf 4/y6eXX6sDyibNt6734hUNKSeW6gSVG6/pFKgIGoa1fk1RFcTfVRabiX7fLHCP0O C88IDGkAUZ5O5yx33yL+NrsjWITX+f/NKU+/B3mDNZaVz384yDHyS9Kj0CTstEUv Tt+Nyw5WBEvnrVbckBjW0THpmTY5hdtczOAqUPigP2J4jkSF26ASPBsJ18jiN2CA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 99F98E4118; Fri, 25 May 2018 04:34:43 -0400 (EDT) From: Thomas Monjalon To: Shahaf Shuler Cc: dev@dpdk.org Date: Fri, 25 May 2018 10:34:42 +0200 Message-ID: <117485141.v4RMNOEMP6@xps> In-Reply-To: References: <20180501200711.3188-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] use SPDX license tag in Mellanox copyrighted files 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: Fri, 25 May 2018 08:34:45 -0000 02/05/2018 14:37, Shahaf Shuler: > Tuesday, May 1, 2018 11:07 PM, Thomas Monjalon: > > Subject: [PATCH] use SPDX license tag in Mellanox copyrighted files > > > > Some files were left with full license and wrong copyright format. > > They are switched to this format: > > SPDX-License-Identifier: BSD-3-Clause > > Copyright 2017 Mellanox Technologies, Ltd > > > > Fixes: 5feecc57d90b ("align SPDX Mellanox copyrights") > > > > Signed-off-by: Thomas Monjalon > > Thanks, looks like a missed few. > > Acked-by: Shahaf Shuler Applied