Re: [PATCH] selftests/ftrace: Fix invalid SPDX identifiers

2018-11-29 Thread Masami Hiramatsu
On Thu, 29 Nov 2018 14:54:16 -0700 shuah wrote: > On 11/29/18 2:20 PM, Thomas Gleixner wrote: > > On Mon, 12 Nov 2018, Thomas Gleixner wrote: > > > > Polite reminder > > Thanks for the reminder. > > > > >> While GPL2.0 looks about right, the correct and valid identifiers for GPL > >> v2

Re: [PATCH] selftests/ftrace: Fix invalid SPDX identifiers

2018-11-29 Thread shuah
On 11/29/18 2:20 PM, Thomas Gleixner wrote: On Mon, 12 Nov 2018, Thomas Gleixner wrote: Polite reminder Thanks for the reminder. While GPL2.0 looks about right, the correct and valid identifiers for GPL v2 only code are 'GPL-2.0' or 'GPL-2.0-only'. Signed-off-by: Thomas Gleixner Cc:

Re: [PATCH] selftests/ftrace: Fix invalid SPDX identifiers

2018-11-29 Thread Thomas Gleixner
On Mon, 12 Nov 2018, Thomas Gleixner wrote: Polite reminder > While GPL2.0 looks about right, the correct and valid identifiers for GPL v2 > only code are 'GPL-2.0' or 'GPL-2.0-only'. > > Signed-off-by: Thomas Gleixner > Cc: Masami Hiramatsu > Cc: Shuah Khan (Samsung OSG) > > --- > > P.

[PATCH] selftests/ftrace: Fix invalid SPDX identifiers

2018-11-12 Thread Thomas Gleixner
While GPL2.0 looks about right, the correct and valid identifiers for GPL v2 only code are 'GPL-2.0' or 'GPL-2.0-only'. Signed-off-by: Thomas Gleixner Cc: Masami Hiramatsu Cc: Shuah Khan (Samsung OSG) --- P.S.: checkpatch.pl emits a warning when crappy license ids are used tools/testing/sel