From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E90812904 for ; Thu, 4 Jan 2018 22:12:07 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7D49820C8F; Thu, 4 Jan 2018 16:12:07 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 04 Jan 2018 16:12:07 -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=AX4/P7LT+y0WN0K96sv/6dM88I 5Y4cUbEh5bp4vL7vQ=; b=cxyJm/VZEOAe6W8rjFIoRzpMZ9GvB+zlSZ/GOczXAW 0ZVf4bSz2qxdvw1zjBQsm5GQmw7RIbz0wmJ9sgN+EIN0AtHp42YLdiBEoL81Ff3T MLTVqOiBAjpyw+SiD3nS04RlxbVgWX9SL0UjqVfNsgWgNfn//qdHMcgP1L/21OZa 4= 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=AX4/P7 LT+y0WN0K96sv/6dM88I5Y4cUbEh5bp4vL7vQ=; b=n6Pc37VpIWtoMVe4k/6Rac u9o5nCSRz0rkp2CfS9d/TdLQhIqWOQ5NMWGICJgYXp62Op9+kcM88BSlClLXJlZR xZpzGqKnetwFTBssudABLW5jkSWjytuHYWWSsk1sfsjmuV1YkpqqHKlwjxhHvAtc FcvQCGCTKk2HHEyUczM8lFqELJu29Z+xEtP3hLEMjelpwbJ33VRTrqHiQ9mVifoh 2UO9d/eATDeNXIwbafACJFCAxkEcXFo37CPGwsg2Z0mNTcEbv8FwapNskElEvKw9 NVNhlIeN9UZ5b/pdrMQuEjB8aodmA+CI2MM1nB5Jqg2QKojaLMDZVE6oEmM+tDEQ == 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 1CEC92473E; Thu, 4 Jan 2018 16:12:07 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Thu, 04 Jan 2018 22:11:47 +0100 Message-ID: <1770768.mazYbQRNiY@xps> In-Reply-To: <20171219154906.227759-1-bruce.richardson@intel.com> References: <20171219154906.227759-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/8] replace BSD headers with 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: Thu, 04 Jan 2018 21:12:08 -0000 19/12/2017 16:48, Bruce Richardson: > Similar to what was done with the .c and .h files, replace BSD license > headers on makefiles and script files which were copyright by Intel alone. > > Bruce Richardson (8): > app: add SPDX tags for Intel copyright Makefiles > tools: add SPDX tags for Intel copyright scripts > drivers: add SPDX tags for Intel copyright Makefiles > examples: add SPDX tags for Intel copyright Makefiles > lib: add SPDX tags for Intel copyright Makefiles > mk: add SPDX tags for Intel copyright Makefiles > test: add SPDX tags for Intel copyright Makefiles > doc: add SPDX tag for Intel copyright file Applied and merged with .c/.h changes.