diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2022-08-31 00:20:16 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2022-09-13 22:06:50 +0000 |
commit | 36597636f2a0e9fbf7b44f2c02fb85632d4dc063 (patch) | |
tree | ba14720b9c5b73aab410f2cb9c822ff9075c251c /contrib/loaders/flash/fm4/write.S | |
parent | a126229dff2ee0b20b0c7dace7e523633cc6607e (diff) | |
download | riscv-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/flash/fm4/write.S')
-rw-r--r-- | contrib/loaders/flash/fm4/write.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/loaders/flash/fm4/write.S b/contrib/loaders/flash/fm4/write.S index a8d01cd..0819da7 100644 --- a/contrib/loaders/flash/fm4/write.S +++ b/contrib/loaders/flash/fm4/write.S @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /* * Spansion FM4 flash write algorithm * |