> From: Thomas Monjalon [mailto:[email protected]] > Sent: Friday, 31 October 2025 15.20 > > From "Contributor's Guidelines": > " > DPDK uses first line of the file to be SPDX tag. > In case of #! scripts, SPDX tag can be placed in 2nd line of the file. > " > > Some .c or .h files had the SPDX identifier on the second line > for no good reason, so it is moved to the first line > to comply with the guidelines. > > Signed-off-by: Thomas Monjalon <[email protected]> > ---
Cleaning up is always good. Acked-by: Morten Brørup <[email protected]>

