This is an automated email from Gerrit. "Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7024
-- gerrit commit da21591f522feb18e25e3a22431fa215b4991238 Author: Antonio Borneo <borneo.anto...@gmail.com> Date: Mon Jun 13 00:08:15 2022 +0200 tcl/board/steval-idb012v1: fix SPDX tag Remove trailing '.' While there, add newline to file's last line. Change-Id: I3a727e406b572d051b28e17688c24627e55520c4 Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com> diff --git a/tcl/board/steval-idb012v1.cfg b/tcl/board/steval-idb012v1.cfg index 25efc581ff..288cbb2609 100644 --- a/tcl/board/steval-idb012v1.cfg +++ b/tcl/board/steval-idb012v1.cfg @@ -1,5 +1,6 @@ -# SPDX-License-Identifier: GPL-2.0-or-later. +# SPDX-License-Identifier: GPL-2.0-or-later + # This is an evaluation board with a single BlueNRG-LPS chip. set CHIPNAME bluenrg-lps source [find interface/cmsis-dap.cfg] -source [find target/bluenrg-x.cfg] \ No newline at end of file +source [find target/bluenrg-x.cfg] --