This is an automated email from Gerrit.

"Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7065

-- gerrit

commit 1beb17e38967cc12fae190a7afad916538d08b44
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Sun Jun 26 11:44:00 2022 +0200

    openocd: src: fix incorrect GPL license tag
    
    Use the standard SPDX tag, where it was incorrectly applied.
    
    The SPDX tag on files *.c is incorrect, as it should use the C99
    single line comment using '//'. But current checkpatch doesn't
    allow C99 comments, so keep using standard C comments, by now.
    
    Change-Id: Iaec63abc6e0a38e5b0ae0ea7f5ecee7ca007bbbd
    Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com>

diff --git a/src/flash/nor/xmc1xxx.c b/src/flash/nor/xmc1xxx.c
index 9e5f0a3ddd..70e07fcfaa 100644
--- a/src/flash/nor/xmc1xxx.c
+++ b/src/flash/nor/xmc1xxx.c
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
 /*
  * XMC1000 flash driver
  *
  * Copyright (c) 2016 Andreas Färber
- *
- * License: GPL-2.0+
  */
 
 #ifdef HAVE_CONFIG_H

-- 

Reply via email to