riscv-openocd/tcl
Antonio Borneo 3bccc77999 tcl/interface: add SPDX tag
For historical reasons, no license information was added to the
tcl files. This makes trivial adding the SPDX tag through script:
	fgrep -rL SPDX tcl/interface | while read a;do \
	sed -i '1{i# SPDX-License-Identifier: GPL-2.0-or-later\n
	}' $a;done

With no specific license information from the author, let's extend
the OpenOCD project license GPL-2.0-or-later to the files.

Change-Id: I7bd6a628e9e153fc477cddf9b97087a39ec48aa7
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7029
Tested-by: jenkins
2022-06-24 21:54:01 +00:00
..
board tcl/board: add SPDX tag 2022-06-24 21:53:49 +00:00
chip Remove all occurrences of 'mem2array' and 'array2mem' 2022-03-12 09:48:19 +00:00
cpld cpld: altera-epm240: Increase adapter speed 2022-02-26 15:29:52 +00:00
cpu tcl: move SPDX tag as first line 2022-06-24 21:52:18 +00:00
fpga tcl: add lattice ECP5 family support 2021-08-25 03:47:50 +00:00
interface tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
target tcl/target: add SPDX tag 2022-06-24 21:53:35 +00:00
test tcl: [1/3] prepare for jimtcl 0.81 'expr' syntax change 2021-05-08 09:48:44 +01:00
tools tcl/tools: Add function to measure the speed of ARM Cortex-M devices 2022-03-26 13:22:32 +00:00
bitsbytes.tcl tcl: fix some minor typo 2021-05-22 10:06:26 +01:00
mem_helper.tcl Remove all occurrences of 'mem2array' and 'array2mem' 2022-03-12 09:48:19 +00:00
memory.tcl Remove all occurrences of 'mem2array' and 'array2mem' 2022-03-12 09:48:19 +00:00
mmr_helpers.tcl tcl: add get_bit & get_bitfield memory helper functions 2022-06-10 21:56:20 +00:00