aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-08-30 17:15:32 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-09-13 22:03:24 +0000
commit25a374a187d760eddb87cbe639cb885b159b74b4 (patch)
tree0d59ceec301b9ee0bf796112a33cd29d917d4baa /.travis.yml
parent0c6e0bb82bef9c93506e2f30fc20918691540e65 (diff)
downloadriscv-openocd-25a374a187d760eddb87cbe639cb885b159b74b4.zip
riscv-openocd-25a374a187d760eddb87cbe639cb885b159b74b4.tar.gz
riscv-openocd-25a374a187d760eddb87cbe639cb885b159b74b4.tar.bz2
openocd: fix syntax of SPDX tags
Put the SPDX tag alone in a comment in the first line of the file. Replace the obsolete GPL-2.0+ tag 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: Ia91b0f7da42c439b6340bbe81983b86b68f6d65c Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7156 Tested-by: jenkins
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index da6b94c..28d5502 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0+
+# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright Marek Vasut <marex@denx.de>
# OpenOCD on Travis CI - https://travis-ci.org/