From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6E2D5A00E6 for ; Mon, 5 Aug 2019 17:07:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1FA0C1BD52; Mon, 5 Aug 2019 17:07:05 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 595261B9CD for ; Mon, 5 Aug 2019 17:07:04 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E99C221B5A; Mon, 5 Aug 2019 11:07:03 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 05 Aug 2019 11:07:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=hMPIPlZOB9noDmc9vjHm9Lx+4FCD2xqh6xAxuIAyPH0=; b=eb9djpYdToMw 9mLb7qBaqcO/A/aGqRJSnX+sgT2IZOztELZeQ4RoJ8tGMmGVgV74j+2/0rh/eNrH BogFdvHGBrDvb6y6TeQliWQLqBUHGV8asKGUHFsLAJL5jOYmMziaXKQo5Brs9dbf mvFX0eDEn1Vku7Gss2S7vANDGDdbO+U= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=hMPIPlZOB9noDmc9vjHm9Lx+4FCD2xqh6xAxuIAyP H0=; b=QWjQbHc/vtvF/dBTg/s2HNNdmpxresE/4mGA+/UcPym7LPhBvdNQnmYaJ i3iv0Fpf5ODRy5YfC7RSTgQk3xO+zcT70MzC9uAyfRzv8PZnw4V1Fk2CRFUCVnhC OsyCcZiQIr6ADuEXx2TOIWc2hC8YeTlwgSjdHz1HrKY038M6TToA+pBf9d40PBOj niB3k9s7ZSFrpbjVrM9l5KNDYmFAFo3sG7SxxWc7f7xE3aGHr82wc3t3aU9kcw5W nGh5jVjzjn8UW92o23MIB1oe8UXzv/B7J166sNFl503cvSRNowjFJsHPE7xVrUmQ epv/mUyCxuBTsrUCCIzx8QfNDXHBQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddtjedgkeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurf grrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecu vehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A2A78380075; Mon, 5 Aug 2019 11:07:02 -0400 (EDT) From: Thomas Monjalon To: David Christensen Cc: dev@dpdk.org Date: Mon, 05 Aug 2019 17:07:01 +0200 Message-ID: <4724953.9na3C6pu2A@xps> In-Reply-To: <1564516923-147676-1-git-send-email-drc@linux.vnet.ibm.com> References: <1564516923-147676-1-git-send-email-drc@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/6] add SPDX tag to files for Power architecture 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/07/2019 22:01, David Christensen: > This patchset replaces the full BSD 3 clause license headers with the > SPDX tag for remaining files used for Power architecture. > > David Christensen (6): > config: replace license text with SPDX tag > librte_eal: replace license text with SPDX tag > librte_acl: replace license text with SPDX tag > librte_eal: replace license text with SPDX tag > librte_lpm: replace license text with SPDX tag > mk: replace license text with SPDX tag Applied, thanks