aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-12-07 23:25:39 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-04-11 20:52:04 +0100
commitba4cc258d2a350efe7deea1845ad3ee72e8578fc (patch)
tree869036367688a09ff0403995cd09afe94af5028f /Makefile.am
parent659e2e9da9a7d570827984cb3afdb2a44c3672e3 (diff)
downloadriscv-openocd-ba4cc258d2a350efe7deea1845ad3ee72e8578fc.zip
riscv-openocd-ba4cc258d2a350efe7deea1845ad3ee72e8578fc.tar.gz
riscv-openocd-ba4cc258d2a350efe7deea1845ad3ee72e8578fc.tar.bz2
LICENSES: add the GPL-3.0 license for stand-alone code
The stand-alone application "contrib/itmdump.c" is released as GPL-3.0-or-later. Add GPL-3.0 license in the licenses list. Copy in subfolder stand-alone the GPL-3.0 from https://www.gnu.org/licenses/gpl-3.0.txt adding the header required by spdxcheck.py. Change-Id: I238efc411e07ed6bc1eba23edbc91b3825c3d2c7 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5968 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 cdd4ccb..83865e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,7 @@ EXTRA_DIST += \
$(EXTRA_DIST_NEWS) \
Doxyfile.in \
LICENSES/preferred/GPL-2.0 \
+ LICENSES/stand-alone/GPL-3.0 \
tools/logger.pl \
tools/rlink_make_speed_table \
tools/st7_dtc_as \