Re: [PATCH RESEND v3] scripts/gcc-plugins: Add SPDX header for files without

2019-08-29 Thread Kees Cook
On Sat, Aug 24, 2019 at 04:30:37PM +0100, Alex Dewar wrote: > Replace boilerplate with approproate SPDX header. Vim also auto-trimmed > whitespace from one line. > [...] > --- a/scripts/gcc-plugins/cyc_complexity_plugin.c > +++ b/scripts/gcc-plugins/cyc_complexity_plugin.c > @@ -1,6 +1,6 @@ > +// S

[PATCH RESEND v3] scripts/gcc-plugins: Add SPDX header for files without

2019-08-24 Thread Alex Dewar
Replace boilerplate with approproate SPDX header. Vim also auto-trimmed whitespace from one line. Ignore the previous emails. I'm still trying to get the hang of the tools. Really sorry! Signed-off-by: Alex Dewar --- scripts/gcc-plugins/cyc_complexity_plugin.c | 2 +- scripts/gcc-plugins/late