openocd: src: replace the GPL-2.0-or-later license tag
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 26 Jun 2022 23:26:22 +0000 (01:26 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 23 Jul 2022 13:59:13 +0000 (13:59 +0000)
commitb86f296ac6b967fa933ad06a44bf651d9c4a9b09
tree39b11d643db7ae0f81361a0afc9dd3d8f843be2f
parent057e566097b41f9bfeee50e97ba6ef624189ae6a
openocd: src: replace the GPL-2.0-or-later license tag

Replace the FSF boilerplate with the SPDX tag.

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: I30cd66ac7d737f1973c68fdbb841ffcf00e917c4
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7072
Tested-by: jenkins
30 files changed:
src/hello.c
src/hello.h
src/main.c
src/openocd.c
src/openocd.h
src/pld/pld.c
src/pld/pld.h
src/pld/virtex2.c
src/pld/virtex2.h
src/pld/xilinx_bit.c
src/pld/xilinx_bit.h
src/rtt/rtt.c
src/rtt/rtt.h
src/rtt/tcl.c
src/server/gdb_server.c
src/server/gdb_server.h
src/server/rtt_server.c
src/server/rtt_server.h
src/server/server.c
src/server/server.h
src/server/tcl_server.c
src/server/tcl_server.h
src/server/telnet_server.c
src/server/telnet_server.h
src/svf/svf.c
src/svf/svf.h
src/transport/transport.c
src/transport/transport.h
src/xsvf/xsvf.c
src/xsvf/xsvf.h