openocd: src: add GPL license tag on files that miss it
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 26 Jun 2022 09:07:45 +0000 (11:07 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 23 Jul 2022 13:13:39 +0000 (13:13 +0000)
commitdb0d4dbc3f1edbaae0057ff356f501b2aa31f69d
tree617106743e309a47869707c24ac397e0249f09de
parentdba88e0238716f2fe0ff861d493cbace88a6bec3
openocd: src: add GPL license tag on files that miss it

Some file miss completely the license tag.

Add the SPDX tag, using the same GPL-2.0-or-later license of the
OpenOCD project.

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: I1fb51e722232d14f050458a820c3041de3dc9138
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7058
Tested-by: jenkins
src/flash/nor/fm4.c
src/jtag/drivers/cmsis_dap.h
src/rtos/linux_header.h
src/target/openrisc/jsp_server.h