openocd/src/jtag
Antonio Borneo db0d4dbc3f openocd: src: add GPL license tag on files that miss it
Some file miss completely the license tag.

Add the SPDX tag, using the same GPL-2.0-or-later license of the
OpenOCD project.

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: I1fb51e722232d14f050458a820c3041de3dc9138
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7058
Tested-by: jenkins
2022-07-23 13:13:39 +00:00
..
aice openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
drivers openocd: src: add GPL license tag on files that miss it 2022-07-23 13:13:39 +00:00
hla openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
adapter.c jtag/adapter: add command 'adapter serial' 2021-11-28 10:49:51 +00:00
adapter.h jtag/adapter: add command 'adapter serial' 2021-11-28 10:49:51 +00:00
commands.c openocd: remove NULL comparisons with checkpatch [2/2] 2021-07-24 10:38:11 +01:00
commands.h jtag: make cmd_queue_scan_field_clone public 2018-10-16 11:58:17 +01:00
core.c jtag: Add an option to ignore the bypass bit 2022-01-22 10:20:17 +00:00
interface.c coding style: prototype of functions with no parameters 2020-05-09 14:39:59 +01:00
interface.h armv7m_trace: get rid of the old tpiu code 2021-03-10 21:34:04 +00:00
interfaces.c jtag: add esp_usb_jtag driver 2022-07-02 08:24:01 +00:00
interfaces.h jtag: remove unused function adapter_driver_modules_load() 2020-05-02 15:41:21 +01:00
jtag.h doxygen: fix some function prototype description 2022-02-14 15:11:21 +00:00
Makefile.am openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
minidriver.h jtag: fix some minor typo 2021-05-22 10:06:38 +01:00
startup.tcl openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
swd.h drivers/swd: add support for SWD multidrop 2021-11-20 14:44:54 +00:00
swim.c swim: add new transport 2020-05-24 21:32:05 +01:00
swim.h swim: fix adapter speed handling 2020-05-24 21:31:21 +01:00
tcl.c jtag: Add an option to ignore the bypass bit 2022-01-22 10:20:17 +00:00
tcl.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00