Attention is currently required from: Nicholas Chin.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83184?usp=email
to look at the new patch set (#3).
Change subject: util/autoport: Extend Add_gpl to more files ......................................................................
util/autoport: Extend Add_gpl to more files
Previously, Add_gpl() was only used with C and ASL source code files, and was hard coded to use the C /* */ style comment. Add a new argument to specify a filetype, which is used to look up a format string with the appropriate comment style. This allows the hard coded gma-mainboard.c SPDX header to be replaced with a call to Add_gpl(), as the original function would not be able to generate -- style Ada comments. Note that this does change the original hard coded GPL-2.0-or-later header to GPL-2.0-only as a result of using Add_gpl().
An SPDX header is also added to Kconfig and Makefile sources; as previous commits added them to all such files in the tree.
Change-Id: I24a1ccd0afb7045e878bf6eaae7a23f828a9240d Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M util/autoport/azalia.go M util/autoport/bd82x6x.go M util/autoport/ec_fixme.go M util/autoport/ec_lenovo.go M util/autoport/ec_none.go M util/autoport/main.go 6 files changed, 42 insertions(+), 19 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/83184/3