Re: [PATCH] tracing: Add SPDX License format to bpf_trace.c
From: Daniel Borkmann
Date: Thu Aug 16 2018 - 18:34:29 EST
On 08/17/2018 12:20 AM, Alexei Starovoitov wrote:
> On Thu, Aug 16, 2018 at 03:48:17PM -0400, Steven Rostedt wrote:
>> [ Alexei and/or Daniel, I'm adding SPDX headers to the tracing
>> directory. Can you ack this patch? Thanks ]
>>
>> From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx>
>>
>> Add the SPDX License header to ease license compliance management.
>>
>> Cc: Alexei Starovoitov <ast@xxxxxxxxxxxx>
>
> ohh. did you get a reply from that address? ;)
>
>> Cc: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
>> Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
>
> Acked-by: Alexei Starovoitov <ast@xxxxxxxxxx>
Also from my side:
Acked-by: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
+// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2011-2015 PLUMgrid, http://plumgrid.com
* Copyright (c) 2016 Facebook
*
You probably also want to remove that single '*' line as well in your patch.
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
*/
Thanks,
Daniel