From: openocd-gerrit <ope...@us...> - 2024-08-02 16:01:46
|
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 882749dd2f4afe3758daf40d8b501c1af5166fa8 (commit) from 5543bb4a90cd49940817a70a82c996df68d60282 (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 882749dd2f4afe3758daf40d8b501c1af5166fa8 Author: Antonio Borneo <bor...@gm...> Date: Sun Jul 21 13:07:47 2024 +0200 uncrustify.cfg: add SPDX license Add the SPDX tag line. Change-Id: I701580948a0cacdb7fe31d91ed730e848da9b0ba Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/8411 Reviewed-by: zapb <de...@za...> Tested-by: jenkins diff --git a/uncrustify.cfg b/uncrustify.cfg index 07d097818..593bcc2ad 100644 --- a/uncrustify.cfg +++ b/uncrustify.cfg @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + tok_split_gte=false utf8_byte=false utf8_force=false ----------------------------------------------------------------------- Summary of changes: uncrustify.cfg | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Main OpenOCD repository |