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 5D706A495 for ; Tue, 23 Jan 2018 15:35:54 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F0C5520CBF; Tue, 23 Jan 2018 09:35:53 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 23 Jan 2018 09:35:53 -0500 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=ALKhqAVggjwkBXr0/rSimwbNH7 jX5JgHswP/jhV0UcQ=; b=eq7xVgRxrj7pQ5DwKLyWb+mfbv2D4cl91mZo/Qa4kU f82ogoUwx9IjBNHCJEWOb+K3+Qv1yg+gjL8RZ7VgUTFJaAol2Utw2REzX1oKoc0v qushGKHks0xhtp/TDaVUP8HE6UYlCrWHISHEia/qalvkXbb7lC7zwNJRX+/tBtVT k= 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=fm1; bh=ALKhqA VggjwkBXr0/rSimwbNH7jX5JgHswP/jhV0UcQ=; b=kBfD+fQ6oyOE0A+YZlcW/O oxQHnw7yNOneAhtHfbanXfOX8/OcH3p/1+99g65KkqFjVYZboYW7V++sa+guZqFX orhXZRYFrF4Uv3sdWojhm1B4qLn6wGT7bMYCtmhzgJh2JIw4mYLD6Whk/95zakkk nx1Qmbkxsqmuoy3f/HQshzJi2Z4mdVqO/XfOYzekv7wwfDM5NLkXs1UxwpGdEI8z U9FMXlOLSunID/znhZNAlfv+/ZKDwtzuGKzZKCJeuiWVS1hAfRfjaS14BTQD7Nnm YeS8EMDsKvs/oZLThF6D/LqDVMPWHaAV5jJlXyk989JHHcOSASg04UoPCeEUHmDA == 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 9EBF57E498; Tue, 23 Jan 2018 09:35:53 -0500 (EST) From: Thomas Monjalon To: Hemant Agrawal Cc: Ferruh Yigit , dev@dpdk.org Date: Tue, 23 Jan 2018 15:35:14 +0100 Message-ID: <2312293.3W7NMydZgg@xps> In-Reply-To: References: <20180109163530.19004-1-ferruh.yigit@intel.com> <20180123122918.51129-3-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 3/3] 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, 23 Jan 2018 14:35:54 -0000 23/01/2018 14:08, Hemant Agrawal: > This patch will be good if you only add SPDX to it and NOT remove the original license text. > i.e. only do following: > > > -.. BSD LICENSE > > +.. SPDX-License-Identifier: BSD-3-Clause > > Around RC2 timeframe, I intend to do that. All the remaining but valid license files, we will add SPDX and NOT remove the license text. Hemant, I don't understand why?