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

-- gerrit

commit 80ced6474501dc334b86df0cbe237a7dc08712b6
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Sun Jun 12 22:55:37 2022 +0200

    tcl: replace FSF boilerplate with SPDX tag
    
    OpenOCD project is switching to SPDX tags.
    Replace the few FSF boilerplate in tcl folder.
    
    Change-Id: I15b146eb77cc491ed7355178f684f3e76fc763b4
    Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com>

diff --git a/tcl/board/ampere_emag8180.cfg b/tcl/board/ampere_emag8180.cfg
index a122e02883..736be12258 100644
--- a/tcl/board/ampere_emag8180.cfg
+++ b/tcl/board/ampere_emag8180.cfg
@@ -1,22 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # OpenOCD Board Configuration for eMAG Development Platform
 #
 # Copyright (c) 2019-2021, Ampere Computing LLC
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program;
-#
-#
 
 #
 # Configure JTAG speed
diff --git a/tcl/interface/jtag_dpi.cfg b/tcl/interface/jtag_dpi.cfg
index a92e131a9c..225d4d5451 100644
--- a/tcl/interface/jtag_dpi.cfg
+++ b/tcl/interface/jtag_dpi.cfg
@@ -1,22 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # Provide support for the Cadence JTAG BFM
 #
 # Copyright (c) 2020, Ampere Computing LLC
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program;
-#
-#
 
 adapter driver jtag_dpi
 
diff --git a/tcl/target/ampere_emag.cfg b/tcl/target/ampere_emag.cfg
index 2e828de869..0b0bd9e88d 100644
--- a/tcl/target/ampere_emag.cfg
+++ b/tcl/target/ampere_emag.cfg
@@ -1,22 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # OpenOCD Target Configuration for eMAG ARMv8 Processor
 #
 # Copyright (c) 2019-2021, Ampere Computing LLC
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program;
-#
-#
 
 #
 # Configure defaults for target

-- 

Reply via email to