openocd/src/flash/nand
Antonio Borneo 7907d982fa openocd: src: replace the GPL with eCos exception 2.0 license tag
Add the license exception text in the license pool.
Add the exception chapter in license-rules.txt
Replace the 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: Ied513b7c9c0722ed2a9c11dbdff3fbf59f1b41ce
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7061
Tested-by: jenkins
2022-07-23 13:14:44 +00:00
..
Makefile.am openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
arm_io.c openocd: remove NULL comparisons with checkpatch [2/2] 2021-07-24 10:38:11 +01:00
arm_io.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
at91sam9.c openocd: manually fix Yoda conditions 2021-07-20 14:55:43 +01:00
core.c openocd: remove NULL comparisons with checkpatch [2/2] 2021-07-24 10:38:11 +01:00
core.h flash: fix some minor typo 2021-05-22 10:06:32 +01:00
davinci.c flash: fix clang static analyzer build errors 2022-05-21 09:00:51 +00:00
driver.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
driver.h flash: fix typos and duplicated words 2020-07-26 20:13:22 +01:00
ecc.c openocd: src: replace the GPL with eCos exception 2.0 license tag 2022-07-23 13:14:44 +00:00
ecc_kw.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
fileio.c openocd: fix Yoda conditions with checkpatch 2021-07-24 10:38:31 +01:00
fileio.h nand/fileio: change prototype of nand_fileio_start() 2019-05-14 19:33:43 +01:00
imp.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
lpc32xx.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
lpc32xx.h flash: rename CamelCase symbols 2021-07-02 17:09:47 +01:00
lpc3180.c openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
lpc3180.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
mx3.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
mx3.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
mxc.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
mxc.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
nonce.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
nuc910.c Avoid non-standard conditionals with omitted operands. 2021-06-04 17:46:24 +01:00
nuc910.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
orion.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
s3c24xx.c openocd: fix simple cases of NULL comparison 2021-07-24 10:37:49 +01:00
s3c24xx.h openocd: fix simple cases of Yoda condition 2021-07-20 14:55:24 +01:00
s3c24xx_regs.h flash: rename CamelCase symbols 2021-07-02 17:09:47 +01:00
s3c2410.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
s3c2412.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
s3c2440.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
s3c2443.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
s3c6400.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
tcl.c openocd: use single line for register_commands*() 2021-11-23 11:03:38 +00:00