aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-06-26 11:44:00 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-07-23 13:15:54 +0000
commit4db9add47f282c264c512fb76e43c6707f72ab2b (patch)
tree5b30d84b825ae31c0bf3b99244fa48f70ba1a474 /src
parent665b501203633909a7dfe6c2dc41a756e45829f7 (diff)
downloadriscv-openocd-4db9add47f282c264c512fb76e43c6707f72ab2b.zip
riscv-openocd-4db9add47f282c264c512fb76e43c6707f72ab2b.tar.gz
riscv-openocd-4db9add47f282c264c512fb76e43c6707f72ab2b.tar.bz2
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.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7065 Tested-by: jenkins
Diffstat (limited to 'src')
-rw-r--r--src/flash/nor/xmc1xxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nor/xmc1xxx.c b/src/flash/nor/xmc1xxx.c
index 9e5f0a3..70e07fc 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