From: openocd-gerrit <ope...@us...> - 2024-08-02 16:01:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 5543bb4a90cd49940817a70a82c996df68d60282 (commit) from 4c77f942e1aba702cf49f70512e8f517db26825a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5543bb4a90cd49940817a70a82c996df68d60282 Author: Antonio Borneo <bor...@gm...> Date: Sun Jul 21 13:06:58 2024 +0200 doc: Makefile.am: add SPDX license Add the SPDX tag line. Change-Id: Iffe73faaf20614f9e5237b7afba3c580dfa03a9e Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/8410 Tested-by: jenkins diff --git a/doc/Makefile.am b/doc/Makefile.am index 67592038d..17d051ff8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + info_TEXINFOS += %D%/openocd.texi %C%_openocd_TEXINFOS = %D%/fdl.texi ----------------------------------------------------------------------- Summary of changes: doc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Main OpenOCD repository |