contrib: replace the GPLv3-or-later license tag
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 30 Aug 2022 15:25:24 +0000 (17:25 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Tue, 13 Sep 2022 22:05:50 +0000 (22:05 +0000)
commit2d48b8e012cf99f53cdd2a9130167c075717c7d7
tree13e84ff7252b8971a48f15747a40652f812dd3c2
parent25a374a187d760eddb87cbe639cb885b159b74b4
contrib: replace the GPLv3-or-later license tag

These files are not built in OpenOCD and are not in conflict with
OpenOCD license.

Replace the GPL boilerplate with the SPDX tag.
Add 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: I934e4add24098f0e8574120b3bc32e9bcf166abd
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7157
Tested-by: jenkins
contrib/itmdump.c
contrib/rpc_examples/ocd_rpc_example.py
contrib/rpc_examples/ocdrpc.hs