riscv-openocd/contrib/loaders/checksum
Antonio Borneo a126229dff contrib: replace the GPLv2-or-later license tag
Replace the GPLv2-or-later 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: I380d552940f1c405309a3346454251c0e80b5a45
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7159
Tested-by: jenkins
2022-09-13 22:06:14 +00:00
..
Makefile Implement CRC32 algorithm for RISC-V. 2021-03-19 21:58:17 +00:00
armv4_5_crc.inc armv4_5: Integrate build of checksum code 2016-05-22 15:51:15 +01:00
armv4_5_crc.s contrib: replace the GPLv2-or-later license tag 2022-09-13 22:06:14 +00:00
armv7m_crc.inc armv7m: Integrate build of checksum code 2016-05-22 15:49:51 +01:00
armv7m_crc.s contrib: replace the GPLv2-or-later license tag 2022-09-13 22:06:14 +00:00
mips32.s contrib: replace the GPLv2-or-later license tag 2022-09-13 22:06:14 +00:00
riscv32_crc.inc Implement CRC32 algorithm for RISC-V. 2021-03-19 21:58:17 +00:00
riscv64_crc.inc Implement CRC32 algorithm for RISC-V. 2021-03-19 21:58:17 +00:00
riscv_crc.c openocd: fix syntax of SPDX tags 2022-09-13 22:03:24 +00:00