From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:36004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389738AbeHPSHS (ORCPT ); Thu, 16 Aug 2018 14:07:18 -0400 Date: Thu, 16 Aug 2018 11:08:13 -0400 From: Steven Rostedt To: Tzvetomir Stoyanov Cc: Linux Trace Devel Subject: Re: [PATCH] tools lib traceevent: Change to SPDX License format Message-ID: <20180816110813.3556e7c0@gandalf.local.home> In-Reply-To: <20180816110517.6f3e6b3e@gandalf.local.home> References: <20180816110517.6f3e6b3e@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-trace-devel-owner@vger.kernel.org List-ID: On Thu, 16 Aug 2018 11:05:17 -0400 Steven Rostedt wrote: > [ Tzvetomir, I'm going to add this patch to my repo, you can build on > top of it. (for the trace-cmd to upstream code) ] > > From: "Steven Rostedt (VMware)" > > Replaced COPYING with a description of how the SPDX identifiers are used. > Added a GPL-2.0 and LGPL-2.1 license file in the new LICENSES directory. > Then removed all the license templates from the source files and replaced > them with the corresponding SPDX identifier. Actually, I changed the change log to this: Replace the GPL text with SPDX tags in the tools/lib/traceevent files. -- Steve > > Signed-off-by: Steven Rostedt (VMware) > --- >