openocd: src: replace the incomplete GPL-2.0-or-later license tag
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 27 Jun 2022 08:04:43 +0000 (10:04 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 23 Jul 2022 13:15:24 +0000 (13:15 +0000)
commit5635fbc25a3df8c7fec7ce79b8b2d96ad8279802
treeb75ae7efbe06b4ac1c0dead05256dbbe04116ab6
parentd1a5921ce8393015119a154bec78d27d11dd1224
openocd: src: replace the incomplete GPL-2.0-or-later license tag

Few files have the FSF boilerplate without the latest statement on
where to get the GPL license.

Manually replace the FSF boilerplate with the SPDX tag.
While there, reorganize the copyright statement.

The SPDX tag on files *.c is incorrect, as it should use the C99
single line comment using '//'. But current checkpatch doesn't
allow C99 comments, so keep using standard C comments, by now.

Change-Id: I0c908d01c010e24f9c7e94885e7fbed4ecf26a86
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7063
Tested-by: jenkins
src/target/armv8_dpm.c
src/target/armv8_dpm.h
src/target/armv8_opcodes.c
src/target/armv8_opcodes.h
src/target/ls1_sap.c
src/target/mem_ap.c