From: Antonio Borneo Date: Tue, 30 Aug 2022 15:15:32 +0000 (+0200) Subject: openocd: fix syntax of SPDX tags X-Git-Tag: v0.12.0-rc1~61 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;h=25a374a187d760eddb87cbe639cb885b159b74b4;hp=25a374a187d760eddb87cbe639cb885b159b74b4;p=openocd.git openocd: fix syntax of SPDX tags Put the SPDX tag alone in a comment in the first line of the file. Replace the obsolete GPL-2.0+ tag 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: Ia91b0f7da42c439b6340bbe81983b86b68f6d65c Signed-off-by: Antonio Borneo Reviewed-on: https://review.openocd.org/c/openocd/+/7156 Tested-by: jenkins ---