I share this opinion as well. What should we do about getting license information on the Kconfig files?
If we used SPDX one-liner, it could be done with a simple find and sed. Maybe like:
find . -name Kconfig | xargs sed -i -e "' 1i \ # SPDX blablabla" This could handle a multiple line header too. Greg