aboutsummaryrefslogtreecommitdiff
path: root/contrib/loaders/checksum
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-08-31 00:20:16 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-09-13 22:06:50 +0000
commit36597636f2a0e9fbf7b44f2c02fb85632d4dc063 (patch)
treeba14720b9c5b73aab410f2cb9c822ff9075c251c /contrib/loaders/checksum
parenta126229dff2ee0b20b0c7dace7e523633cc6607e (diff)
downloadriscv-openocd-36597636f2a0e9fbf7b44f2c02fb85632d4dc063.zip
riscv-openocd-36597636f2a0e9fbf7b44f2c02fb85632d4dc063.tar.gz
riscv-openocd-36597636f2a0e9fbf7b44f2c02fb85632d4dc063.tar.bz2
contrib: 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: I24bd362eeb6b74f09aceb9b757d45cbfa4afe334 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7160 Tested-by: jenkins
Diffstat (limited to 'contrib/loaders/checksum')
-rw-r--r--contrib/loaders/checksum/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/loaders/checksum/Makefile b/contrib/loaders/checksum/Makefile
index 623e425..5789a08 100644
--- a/contrib/loaders/checksum/Makefile
+++ b/contrib/loaders/checksum/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
BIN2C = ../../../src/helper/bin2char.sh
ARM_CROSS_COMPILE ?= arm-none-eabi-