aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2023-11-11 20:10:41 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2024-01-21 21:26:53 +0000
commit3fb729980c6e711146157c8c43a5e06ea6b99758 (patch)
treef905e9c7fcbcb83fe7af7f816927361b47126410 /Makefile.am
parentd8499687f8d2899508cb7cab3de750d944181b6a (diff)
downloadriscv-openocd-3fb729980c6e711146157c8c43a5e06ea6b99758.zip
riscv-openocd-3fb729980c6e711146157c8c43a5e06ea6b99758.tar.gz
riscv-openocd-3fb729980c6e711146157c8c43a5e06ea6b99758.tar.bz2
LICENSES: Add the Apache-2.0 license for standalone files
Add the full text of the Apache-2.0 license to the OpenOCD tree. It has the same content from: https://spdx.org/licenses/Apache-2.0.html#licenseText but reformatted as in the Linux kernel document and added the required tags for reference and tooling. While this commit is specific for standalone files, it already reports the information for dual licensing. Change-Id: I1fd427256c310ab733fb5d50f344ac52c64a56f5 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8005 Tested-by: jenkins Reviewed-by: Erhan Kurubas <erhan.kurubas@espressif.com>
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 153c471..1313d15 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,6 +70,7 @@ EXTRA_DIST += \
LICENSES/preferred/GPL-2.0 \
LICENSES/preferred/LGPL-2.1 \
LICENSES/preferred/MIT \
+ LICENSES/stand-alone/Apache-2.0 \
LICENSES/stand-alone/GPL-3.0 \
tools/logger.pl \
tools/rlink_make_speed_table \