aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-06-27 15:44:05 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-07-23 13:14:44 +0000
commit7907d982fa815cc0893c4bf8e588b8c3c639e1eb (patch)
tree03f90591fb078d01a5c5affedc2b4d22610c536e /Makefile.am
parent1b682fc4da3cc18be2923e8ab92a6e82d3119bff (diff)
downloadriscv-openocd-7907d982fa815cc0893c4bf8e588b8c3c639e1eb.zip
riscv-openocd-7907d982fa815cc0893c4bf8e588b8c3c639e1eb.tar.gz
riscv-openocd-7907d982fa815cc0893c4bf8e588b8c3c639e1eb.tar.bz2
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fe9130d..469585d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,7 @@ EXTRA_DIST += \
$(EXTRA_DIST_NEWS) \
Doxyfile.in \
LICENSES/license-rules.txt \
+ LICENSES/exceptions/eCos-exception-2.0 \
LICENSES/preferred/BSD-1-Clause \
LICENSES/preferred/BSD-2-Clause \
LICENSES/preferred/BSD-2-Clause-Views \