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 5B7DE2904 for ; Thu, 4 Jan 2018 22:14:52 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C04D120BE9; Thu, 4 Jan 2018 16:14:51 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 04 Jan 2018 16:14:51 -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=ldqXcc1oHWrUwGgq52hBjA94G9 hiEsbj9HpQXIvNXAE=; b=MdlsgvgZkSi1VBsWrHOML1603HqDIiyU+j8DooQ4qj Z+D7nzr/3bR/JMktYGjeWg1f1iSuMoLDpY8h/nwcrWLgsmJNkqB1KwUHaLT150gl 76T1JtMFPUjd3hdv6sTpUt1p57HkXnB0b/ayftLHvPebQkFO1PveGkt3JPd/gRiY s= 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=ldqXcc 1oHWrUwGgq52hBjA94G9hiEsbj9HpQXIvNXAE=; b=Ly4jB0qWtUKiGOWVctAmn9 LVQcbwbVktR6Bss9jS+to+AnSv70gOV0r4bPa2mx3/TpIyoyGvZytNg4KmckGlgq r7R9RFuUk0fbNbjtZakS3SI7+7f18HWsj6g04MlcVlBuc8VoSIM5H+8G2JLyI3Bf sqD16ZGq47yQOO8AOaD2BMxxqbechNysuUXFibSWwo7wClbkTS2E+r7eTLi4/297 UGYqFmz26vRUz+hfz6ZN3y8meAVQgQJQThFOYansCv5/ZWtWIo+mSDgZ7CsTNEx3 ixJ7JvxE4YKHdr50FsUh3J96cdNsHOV7kqFxIXjoJZJa7Xb3RNlFx8IXFW9wdisQ == 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 6F0787E2C9; Thu, 4 Jan 2018 16:14:51 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, hemant.agrawal@nxp.com Date: Thu, 04 Jan 2018 22:14:31 +0100 Message-ID: <8764779.tgqMkecs6A@xps> In-Reply-To: <20171220112200.285979-1-bruce.richardson@intel.com> References: <20171219143321.219543-1-bruce.richardson@intel.com> <20171220112200.285979-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 v2 0/5] Use SPDX tags on C 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: Thu, 04 Jan 2018 21:14:52 -0000 20/12/2017 12:21, Bruce Richardson: > This contains the output of a script run to replace the BSD License with > SPDX tags on Intel copyright files. The script should only have modified > files with a single, Intel copyright on them, and ignored all files that > had multiple copyright lines. Due to variance in the headers used, not all > files were updated automatically, 11 files were manually done in this set > too. Any others missed can be updated in later sets once found. > > V2: Changed header to remove the initial "/*-" on the first line, so that > the license tag is on the first line, rather than second. > > Bruce Richardson (5): > app: use SPDX tags for Intel copyright files > drivers: use SPDX tags for Intel copyright files > examples: use SPDX tags for Intel copyright files > lib: use SPDX tags for Intel copyright files > test: use SPDX tags for Intel copyright files Applied and merged with Makefile changes.