aboutsummaryrefslogtreecommitdiff
path: root/contrib/buildroot/openocd_be_defconfig
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/buildroot/openocd_be_defconfig
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/buildroot/openocd_be_defconfig')
-rw-r--r--contrib/buildroot/openocd_be_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/buildroot/openocd_be_defconfig b/contrib/buildroot/openocd_be_defconfig
index 9752da5..2fe28f6 100644
--- a/contrib/buildroot/openocd_be_defconfig
+++ b/contrib/buildroot/openocd_be_defconfig
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
BR2_armeb=y
BR2_cortex_a7=y
BR2_TOOLCHAIN_EXTERNAL=y