aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-12-12 11:50:56 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-04-11 20:52:43 +0100
commit96aaa77f72a721f058f3863f270c2ba3d8d68871 (patch)
treec9f450935d324b1c0897b93e5c9c43186be14967 /Makefile.am
parent5bf4640639c1855e4f2968b629e55bfffbdcdd76 (diff)
downloadriscv-openocd-96aaa77f72a721f058f3863f270c2ba3d8d68871.zip
riscv-openocd-96aaa77f72a721f058f3863f270c2ba3d8d68871.tar.gz
riscv-openocd-96aaa77f72a721f058f3863f270c2ba3d8d68871.tar.bz2
LICENSES: add 'license-rules.txt'
Add a file to the LICENSES directory to describe how file licenses should be described in all the OpenOCD files, using the SPDX identifier, as well as where all licenses should be in the source tree for people to refer to (LICENSES/). This file is mainly copied from the Linux kernel file in Documentation/process/license-rules.rst originally written by Thomas Gleixner <tglx@linutronix.de>, with specific adaptations for OpenOCD. Change-Id: I7a98fc756df90dc86dbc6e0c47c009a610a0318d Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5973 Tested-by: jenkins Reviewed-by: Tim Newsome <tim@sifive.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 21b7c41..fc444f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,7 @@ EXTRA_DIST += \
README.macOS \
$(EXTRA_DIST_NEWS) \
Doxyfile.in \
+ LICENSES/license-rules.txt \
LICENSES/preferred/BSD-1-Clause \
LICENSES/preferred/BSD-2-Clause \
LICENSES/preferred/BSD-3-Clause \