Attention is currently required from: Angel Pons.
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/83184?usp=email )
Change subject: util/autoport: Extend Add_gpl to more files ......................................................................
Patch Set 3:
(1 comment)
File util/autoport/main.go:
https://review.coreboot.org/c/coreboot/+/83184/comment/472d3f1d_1d5158d4?usp... : PS2, Line 232: func Add_gpl(f *os.File, filetype Filetype) { : fmt.Fprintf(f, CommentFormatStrings[filetype], : "SPDX-License-Identifier: GPL-2.0-only") : fmt.Fprintln(f) : }
How about adding a general helper function to write comments? […]
Acknowledged. There is already a `makeComment()` function in `main.go` that seems to be hard coded for Kconfig comments, so I'll probably redefine that the make it more generic