From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/5] Use SPDX tags on C files Date: Thu, 04 Jan 2018 22:14:31 +0100 Message-ID: <8764779.tgqMkecs6A@xps> References: <20171219143321.219543-1-bruce.richardson@intel.com> <20171220112200.285979-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com To: Bruce Richardson 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) In-Reply-To: <20171220112200.285979-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.