On Fri, 17 Aug 2018 00:34:21 +0200 Daniel Borkmann <dan...@iogearbox.net> wrote:
> 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)" <rost...@goodmis.org> > >> > >> Add the SPDX License header to ease license compliance management. > >> > >> Cc: Alexei Starovoitov <a...@plumgrid.com> > > > > ohh. did you get a reply from that address? ;) > > > >> Cc: Daniel Borkmann <dan...@iogearbox.net> > >> Signed-off-by: Steven Rostedt (VMware) <rost...@goodmis.org> > > > > Acked-by: Alexei Starovoitov <a...@kernel.org> > > Also from my side: > > Acked-by: Daniel Borkmann <dan...@iogearbox.net> Thanks! > > +// 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. Done. -- Steve > > - * 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