]> git.baikalelectronics.ru Git - uboot.git/commit
tools/file2include: create Linux style SPDX header
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 7 May 2018 18:38:24 +0000 (20:38 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 May 2018 00:38:34 +0000 (20:38 -0400)
commit81e24d11106d0b1f4df3d1e3b9bd7b0f3ef115d7
treeb7b7fa9fe6ed9a1508163add858bedf9e05ad07a
parent24ad7fedbff911540c9b17a538d240f36d01c440
tools/file2include: create Linux style SPDX header

file2include is used to convert a binary file to a C include.
With the patch the SPDX header is written to the first line as
expected by scripts/checkpatch.pl.

Cf. https://www.kernel.org/doc/html/v4.16/process/license-rules.html

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/file2include.c