]> git.gag.com Git - fw/openocd/commit
LICENSES: move the GPL-2.0 license as required by checkpatch
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 25 Apr 2020 15:19:28 +0000 (17:19 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 11 Apr 2021 19:51:57 +0000 (20:51 +0100)
commit659e2e9da9a7d570827984cb3afdb2a44c3672e3
treef2fe8b3d829c0ec27c8c26f774c77ebfb67bb635
parent01030fb893546ddd522a1557d8c00868b3e45f60
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
COPYING
LICENSES/preferred/GPL-2.0 [new file with mode: 0644]
Makefile.am