openocd: src: replace the BSD-3-Clause license tag
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 27 Jun 2022 08:32:34 +0000 (10:32 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 23 Jul 2022 13:14:01 +0000 (13:14 +0000)
commita5747fe4f5a6f7553c39ad3257eb6ac14110b78e
treead84433d3d18e9923250a7df150052495dcbc362
parentdb0d4dbc3f1edbaae0057ff356f501b2aa31f69d
openocd: src: replace the BSD-3-Clause license tag

Replace the BSD boilerplate with the SPDX 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: I5a8cab2051eee7eb99adf67f9631b0827c1359de
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7059
Tested-by: jenkins
src/flash/nor/ambiqmicro.c