From: Antonio Borneo Date: Sun, 12 Jun 2022 22:08:15 +0000 (+0200) Subject: tcl/board/steval-idb012v1: fix SPDX tag X-Git-Url: https://git.gag.com/?p=fw%2Fopenocd;a=commitdiff_plain;h=6306bdffc249809810a89e5b0ade1a998e62cf5d 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 Reviewed-on: https://review.openocd.org/c/openocd/+/7024 Tested-by: jenkins --- diff --git a/tcl/board/steval-idb012v1.cfg b/tcl/board/steval-idb012v1.cfg index 25efc581f..288cbb260 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]