aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-04-25 17:19:28 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2021-04-11 20:51:57 +0100
commit659e2e9da9a7d570827984cb3afdb2a44c3672e3 (patch)
treef2fe8b3d829c0ec27c8c26f774c77ebfb67bb635 /Makefile.am
parent01030fb893546ddd522a1557d8c00868b3e45f60 (diff)
downloadriscv-openocd-659e2e9da9a7d570827984cb3afdb2a44c3672e3.zip
riscv-openocd-659e2e9da9a7d570827984cb3afdb2a44c3672e3.tar.gz
riscv-openocd-659e2e9da9a7d570827984cb3afdb2a44c3672e3.tar.bz2
LICENSES: move the GPL-2.0 license as required by checkpatch
The script spdxcheck.py (used by checkpatch.pl) searches for the license files in a dedicated folder, split in the subfolders: "preferred", "dual", "deprecated", "exceptions". Move the GPL-2.0 license from COPYING to the subfolder preferred, adding the header required by spdxcheck.py. The header is copied from equivalent file in the Linux kernel, made by Thomas Gleixner <tglx@linutronix.de>. Note: the license in COPYING matches exactly https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt Add a minimalist COPYING in the top directory, as required by automake, pointing to the files in LICENSES. Change-Id: I1fd0abc57b554d74f0b00fabd6c8c822b2c4acb5 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5967 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 85287c5..cdd4ccb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,7 @@ EXTRA_DIST += \
README.macOS \
$(EXTRA_DIST_NEWS) \
Doxyfile.in \
+ LICENSES/preferred/GPL-2.0 \
tools/logger.pl \
tools/rlink_make_speed_table \
tools/st7_dtc_as \