openocd: src/helper: replace the GPL-2.0-or-later license tag
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 26 Jun 2022 22:58:56 +0000 (00:58 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 23 Jul 2022 13:54:09 +0000 (13:54 +0000)
commit533f0f1b879d2812dc9cef2045aee848013c34bd
tree2cf191703535cb05169d00ef9ac284e3b946c37b
parentc270e96637e936ac89d8b9c82e4528303b5bbdae
openocd: src/helper: 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: I7851617e2682f97ccc3927e3941aadef2df63b54
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7068
Tested-by: jenkins
23 files changed:
src/helper/binarybuffer.c
src/helper/binarybuffer.h
src/helper/bits.h
src/helper/command.c
src/helper/command.h
src/helper/configuration.c
src/helper/configuration.h
src/helper/fileio.c
src/helper/fileio.h
src/helper/jep106.c
src/helper/jep106.h
src/helper/log.c
src/helper/log.h
src/helper/options.c
src/helper/replacements.c
src/helper/replacements.h
src/helper/system.h
src/helper/time_support.c
src/helper/time_support.h
src/helper/time_support_common.c
src/helper/types.h
src/helper/util.c
src/helper/util.h