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/+/7026

-- gerrit

commit 8810b9ee1ff0fad991495ed82ba1d6a1e67630d2
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Sun Jun 12 22:59:55 2022 +0200

    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.anto...@gmail.com>

diff --git a/tcl/board/snps_em_sk.cfg b/tcl/board/snps_em_sk.cfg
index 3d93407350..56eed93df7 100644
--- a/tcl/board/snps_em_sk.cfg
+++ b/tcl/board/snps_em_sk.cfg
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #  Copyright (C) 2014-2016,2020 Synopsys, Inc.
 #  Anton Kolesov <anton.kole...@synopsys.com>
 #  Didin Evgeniy <di...@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
 
 #
 # Synopsys DesignWare ARC EM Starter Kit v2.x
diff --git a/tcl/board/snps_em_sk_v1.cfg b/tcl/board/snps_em_sk_v1.cfg
index 0c1539ee52..94aab14edc 100644
--- a/tcl/board/snps_em_sk_v1.cfg
+++ b/tcl/board/snps_em_sk_v1.cfg
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #  Copyright (C) 2014-2016,2020 Synopsys, Inc.
 #  Anton Kolesov <anton.kole...@synopsys.com>
 #  Didin Evgeniy <di...@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
 
 #
 # Synopsys DesignWare ARC EM Starter Kit v1.0 and v1.1
diff --git a/tcl/board/snps_em_sk_v2.1.cfg b/tcl/board/snps_em_sk_v2.1.cfg
index c1fb232d53..96391df372 100644
--- a/tcl/board/snps_em_sk_v2.1.cfg
+++ b/tcl/board/snps_em_sk_v2.1.cfg
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #  Copyright (C) 2014-2016,2020 Synopsys, Inc.
 #  Anton Kolesov <anton.kole...@synopsys.com>
 #  Didin Evgeniy <di...@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
 
 #
 # Synopsys DesignWare ARC EM Starter Kit v2.1
diff --git a/tcl/board/snps_em_sk_v2.2.cfg b/tcl/board/snps_em_sk_v2.2.cfg
index 674d9f65c8..c1f6a7223d 100644
--- a/tcl/board/snps_em_sk_v2.2.cfg
+++ b/tcl/board/snps_em_sk_v2.2.cfg
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #  Copyright (C) 2016,2020 Synopsys, Inc.
 #  Anton Kolesov <anton.kole...@synopsys.com>
 #  Didin Evgeniy <di...@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
 
 #
 # Synopsys DesignWare ARC EM Starter Kit v2.2
diff --git a/tcl/board/snps_hsdk.cfg b/tcl/board/snps_hsdk.cfg
index a6228f4c1e..24022e5a80 100644
--- a/tcl/board/snps_hsdk.cfg
+++ b/tcl/board/snps_hsdk.cfg
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #  Copyright (C) 2019, 2020 Synopsys, Inc.
 #  Anton Kolesov <anton.kole...@synopsys.com>
 #  Didin Evgeniy <di...@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
 
 #
 # Synopsys DesignWare ARC HSDK Software Development Platform (HS38 cores)
diff --git a/tcl/cpu/arc/common.tcl b/tcl/cpu/arc/common.tcl
index b31e31a34e..e0de70bc0b 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.kole...@synopsys.com>
 #  Didin Evgeniy <di...@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 595a351308..13c5b437c0 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.kole...@synopsys.com>
 #  Didin Evgeniy <di...@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 181f993bf0..28e04f952e 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.kole...@synopsys.com>
 #  Didin Evgeniy <di...@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 364e8af37e..d28b9d9744 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.kole...@synopsys.com>
 #  Didin Evgeniy <di...@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
 
 source [find cpu/arc/common.tcl]
 
diff --git a/tcl/interface/ftdi/snps_sdp.cfg b/tcl/interface/ftdi/snps_sdp.cfg
index 7bd8387b7b..eb2aecc87a 100644
--- a/tcl/interface/ftdi/snps_sdp.cfg
+++ b/tcl/interface/ftdi/snps_sdp.cfg
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #  Copyright (C) 2020 Synopsys, Inc.
 #  Anton Kolesov <anton.kole...@synopsys.com>
 #  Didin Evgeniy <di...@synopsys.com>
-#
-#  SPDX-License-Identifier: GPL-2.0-or-later
 
 #
 # Synopsys SDP Mainboard has embdded FT2232 chip, which is similar to Digilent
diff --git a/tcl/target/snps_em_sk_fpga.cfg b/tcl/target/snps_em_sk_fpga.cfg
index d09561f387..62f4dec102 100644
--- a/tcl/target/snps_em_sk_fpga.cfg
+++ b/tcl/target/snps_em_sk_fpga.cfg
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #  Copyright (C) 2014-2015,2020 Synopsys, Inc.
 #  Anton Kolesov <anton.kole...@synopsys.com>
 #  Didin Evgeniy <di...@synopsys.com>
-#
-#  SPDX-License-Identifier: GPL-2.0-or-later
 
 #
 # Xilinx Spartan-6 XC6SLX45  FPGA on EM Starter Kit v1.
diff --git a/tcl/target/snps_hsdk.cfg b/tcl/target/snps_hsdk.cfg
index 372b406f93..b4f368425c 100644
--- a/tcl/target/snps_hsdk.cfg
+++ b/tcl/target/snps_hsdk.cfg
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #  Copyright (C) 2019,2020 Synopsys, Inc.
 #  Anton Kolesov <anton.kole...@synopsys.com>
 #  Didin Evgeniy <di...@synopsys.com>
-#
-# SPDX-License-Identifier: GPL-2.0-or-later
 
 #
 # HS Development Kit SoC.

-- 

Reply via email to