aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-06-27 10:31:09 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-07-23 13:14:24 +0000
commit1b682fc4da3cc18be2923e8ab92a6e82d3119bff (patch)
tree47b9c7587a050f59f71c9b9571f98a5e0eab77f2 /Makefile.am
parenta5747fe4f5a6f7553c39ad3257eb6ac14110b78e (diff)
downloadriscv-openocd-1b682fc4da3cc18be2923e8ab92a6e82d3119bff.zip
riscv-openocd-1b682fc4da3cc18be2923e8ab92a6e82d3119bff.tar.gz
riscv-openocd-1b682fc4da3cc18be2923e8ab92a6e82d3119bff.tar.bz2
openocd: src: replace the BSD-2-Clause-Views license tag
Add the license text in the license pool. Replace the BSD boilerplate with the SPDX tag. Add the copyright owner of Jim Project, as it was explicitly listed in the boilerplate text. 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: I6dd004b1945773c10539016ce733d1fbfe776a9d Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7060 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 89ca838..fe9130d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,7 @@ EXTRA_DIST += \
LICENSES/license-rules.txt \
LICENSES/preferred/BSD-1-Clause \
LICENSES/preferred/BSD-2-Clause \
+ LICENSES/preferred/BSD-2-Clause-Views \
LICENSES/preferred/BSD-3-Clause \
LICENSES/preferred/GFDL-1.2 \
LICENSES/preferred/gfdl-1.2.texi.readme \