aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-06-27 15:01:17 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-07-23 13:14:59 +0000
commitd1a5921ce8393015119a154bec78d27d11dd1224 (patch)
tree0ca46302ce3d65ffa757cf3f95652417e1a36b6e /Makefile.am
parent7907d982fa815cc0893c4bf8e588b8c3c639e1eb (diff)
downloadriscv-openocd-d1a5921ce8393015119a154bec78d27d11dd1224.zip
riscv-openocd-d1a5921ce8393015119a154bec78d27d11dd1224.tar.gz
riscv-openocd-d1a5921ce8393015119a154bec78d27d11dd1224.tar.bz2
openocd: src: replace the GPL and BSD-Source-Code license tags
Add the new license text in the license pool. Replace the GPL and BSD boilerplates with the SPDX tag. Add the copyright owner of Atmel, as it was explicitly listed in the BSD 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: Ibb117dbf8402269be3e5ba4f4c472162494d813f Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7062 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 469585d..41daf95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,6 +59,7 @@ EXTRA_DIST += \
LICENSES/preferred/BSD-2-Clause \
LICENSES/preferred/BSD-2-Clause-Views \
LICENSES/preferred/BSD-3-Clause \
+ LICENSES/preferred/BSD-Source-Code \
LICENSES/preferred/GFDL-1.2 \
LICENSES/preferred/gfdl-1.2.texi.readme \
LICENSES/preferred/GPL-2.0 \