aboutsummaryrefslogtreecommitdiff
path: root/tcl/cpu
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-06-12 22:59:55 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-06-24 21:52:18 +0000
commit2c5f263bcd61592b6575ed92672d14143bdb9aad (patch)
treee94108070cb646fb741baf9dbca6b2897bae976b /tcl/cpu
parent69ea481e0b3607085cc05cbc5ca41740c9f938f6 (diff)
downloadriscv-openocd-2c5f263bcd61592b6575ed92672d14143bdb9aad.zip
riscv-openocd-2c5f263bcd61592b6575ed92672d14143bdb9aad.tar.gz
riscv-openocd-2c5f263bcd61592b6575ed92672d14143bdb9aad.tar.bz2
tcl: move SPDX tag as first line
The SPDX tag is aimed at machine handling and it's thus expected to be placed in the first line. Change-Id: I3992856eeb28b333c38d010ef286e22471ede263 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7026 Tested-by: jenkins
Diffstat (limited to 'tcl/cpu')
-rw-r--r--tcl/cpu/arc/common.tcl4
-rw-r--r--tcl/cpu/arc/em.tcl4
-rw-r--r--tcl/cpu/arc/hs.tcl4
-rw-r--r--tcl/cpu/arc/v2.tcl4
4 files changed, 8 insertions, 8 deletions
diff --git a/tcl/cpu/arc/common.tcl b/tcl/cpu/arc/common.tcl
index b31e31a..e0de70b 100644
--- a/tcl/cpu/arc/common.tcl
+++ b/tcl/cpu/arc/common.tcl
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# Copyright (C) 2015, 2020 Synopsys, Inc.
# Anton Kolesov <anton.kolesov@synopsys.com>
# Didin Evgeniy <didin@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
# Things common to all ARCs
diff --git a/tcl/cpu/arc/em.tcl b/tcl/cpu/arc/em.tcl
index 595a351..13c5b43 100644
--- a/tcl/cpu/arc/em.tcl
+++ b/tcl/cpu/arc/em.tcl
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# Copyright (C) 2015, 2020 Synopsys, Inc.
# Anton Kolesov <anton.kolesov@synopsys.com>
# Didin Evgeniy <didin@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
source [find cpu/arc/v2.tcl]
diff --git a/tcl/cpu/arc/hs.tcl b/tcl/cpu/arc/hs.tcl
index 181f993..28e04f9 100644
--- a/tcl/cpu/arc/hs.tcl
+++ b/tcl/cpu/arc/hs.tcl
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# Copyright (C) 2015, 2020 Synopsys, Inc.
# Anton Kolesov <anton.kolesov@synopsys.com>
# Didin Evgeniy <didin@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
source [find cpu/arc/v2.tcl]
diff --git a/tcl/cpu/arc/v2.tcl b/tcl/cpu/arc/v2.tcl
index 364e8af..d28b9d9 100644
--- a/tcl/cpu/arc/v2.tcl
+++ b/tcl/cpu/arc/v2.tcl
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# Copyright (C) 2015, 2020 Synopsys, Inc.
# Anton Kolesov <anton.kolesov@synopsys.com>
# Didin Evgeniy <didin@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
source [find cpu/arc/common.tcl]