aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-12-07 15:28:16 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-04-11 20:52:14 +0100
commit98ab7a4eba683a29ee6c969d76c600460519f38d (patch)
treee0f5816d5a7f4c28d6be23bf47540be150f8ddfc /Makefile.am
parentba4cc258d2a350efe7deea1845ad3ee72e8578fc (diff)
downloadriscv-openocd-98ab7a4eba683a29ee6c969d76c600460519f38d.zip
riscv-openocd-98ab7a4eba683a29ee6c969d76c600460519f38d.tar.gz
riscv-openocd-98ab7a4eba683a29ee6c969d76c600460519f38d.tar.bz2
LICENSES: add the GFDL-1.2 license
The documentation of OpenOCD is released under the GNU Free Documentation License, version 1.2, with embedded some part of OpenOCD code released under the GNU GPL-2.0-or-later. Update doc/fdl.texi with latest minor fixes as in https://www.gnu.org/licenses/old-licenses/fdl-1.2.texi Update doc/openocd.texi and move here the license chapter title Add license file LICENSES/preferred/GFDL-1.2 from https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt and add the required tags for reference and tooling, coping mostly from the Linux kernel license file in the 'deprecated' folder. Add a readme file to link to the existing texinfo copy of the license. Change-Id: Ief96e0686257be7a70d4eeec442848bd6494763d Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5969 Tested-by: jenkins
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 83865e4..8698c42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,8 @@ EXTRA_DIST += \
README.macOS \
$(EXTRA_DIST_NEWS) \
Doxyfile.in \
+ LICENSES/preferred/GFDL-1.2 \
+ LICENSES/preferred/gfdl-1.2.texi.readme \
LICENSES/preferred/GPL-2.0 \
LICENSES/stand-alone/GPL-3.0 \
tools/logger.pl \