tcl/board/steval-idb012v1: fix SPDX tag
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 12 Jun 2022 22:08:15 +0000 (00:08 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 24 Jun 2022 21:51:44 +0000 (21:51 +0000)
Remove trailing '.'
While there, add newline to file's last line.

Change-Id: I3a727e406b572d051b28e17688c24627e55520c4
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7024
Tested-by: jenkins
tcl/board/steval-idb012v1.cfg

index 25efc581ff39e33f8bc1383dce4387551943bdf3..288cbb26090e0058a1ad361562390e95307f090c 100644 (file)
@@ -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]