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

-- gerrit

commit ad43f32db222b930603dc32d335a91dcacd1fcd2
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Mon Jun 27 16:10:57 2022 +0200

    openocd: src: replace SPDX to remaining files
    
    With most of the files already processed through scripts, replace
    manually the license to the few remaining files.
    
    Change-Id: I3c7131e66b89ddad482f1074b5be5a9a69fdf6fd
    Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com>

diff --git a/src/helper/bin2char.sh b/src/helper/bin2char.sh
index 128ea9af6e..b89433d869 100755
--- a/src/helper/bin2char.sh
+++ b/src/helper/bin2char.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 [ $# != 0 ] && {
     echo "Usage: $0"
diff --git a/src/helper/update_jep106.pl b/src/helper/update_jep106.pl
index 561e04b005..60472e3975 100755
--- a/src/helper/update_jep106.pl
+++ b/src/helper/update_jep106.pl
@@ -1,4 +1,6 @@
 #!/usr/bin/perl
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 use strict;
 use warnings;
 use File::Basename;
diff --git a/src/jtag/drivers/Makefile.rlink b/src/jtag/drivers/Makefile.rlink
index 6168332c8c..538228dac8 100644
--- a/src/jtag/drivers/Makefile.rlink
+++ b/src/jtag/drivers/Makefile.rlink
@@ -1,20 +1,9 @@
-#***************************************************************************
-#*   Copyright (C) 2008 Lou Deluxe                                         *
-#*   lou.openocd...@fixit.nospammail.net                                   *
-#*                                                                         *
-#*   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.  If not, see <http://www.gnu.org/licenses/>. *
-#***************************************************************************
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# Copyright (C) 2008 Lou Deluxe
+# lou.openocd...@fixit.nospammail.net
+#
 
 TOP = ../../..
 INTERFACE_NAME = rlink
diff --git a/src/jtag/drivers/OpenULINK/Makefile 
b/src/jtag/drivers/OpenULINK/Makefile
index 9f6acc660a..d65edcb166 100644
--- a/src/jtag/drivers/OpenULINK/Makefile
+++ b/src/jtag/drivers/OpenULINK/Makefile
@@ -1,20 +1,9 @@
-############################################################################
-#    Copyright (C) 2011 by Martin Schmoelzer                               #
-#    <martin.schmoel...@student.tuwien.ac.at>                              #
-#                                                                          #
-#    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.  If not, see <http://www.gnu.org/licenses/>. #
-############################################################################
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# Copyright (C) 2011 by Martin Schmoelzer
+# <martin.schmoel...@student.tuwien.ac.at>
+#
 
 # Define the name of our tools. Some distributions (e. g. Fedora) prefix
 # the SDCC executables, change this accordingly!
diff --git a/src/jtag/drivers/OpenULINK/src/USBJmpTb.a51 
b/src/jtag/drivers/OpenULINK/src/USBJmpTb.a51
index f10ad484f9..f62508b7ed 100644
--- a/src/jtag/drivers/OpenULINK/src/USBJmpTb.a51
+++ b/src/jtag/drivers/OpenULINK/src/USBJmpTb.a51
@@ -1,20 +1,9 @@
-;--------------------------------------------------------------------------;
-;    Copyright (C) 2011-2013 by Martin Schmoelzer                          ;
-;    <martin.schmoel...@student.tuwien.ac.at>                              ;
-;                                                                          ;
-;    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.  If not, see <http://www.gnu.org/licenses/>. ;
-;--------------------------------------------------------------------------;
+; SPDX-License-Identifier: GPL-2.0-or-later
+
+;
+; Copyright (C) 2011-2013 by Martin Schmoelzer
+; <martin.schmoel...@student.tuwien.ac.at>
+;
 
 .module JUMPTABLE
 .globl USB_AutoVector
diff --git a/src/jtag/drivers/rlink_call.m4 b/src/jtag/drivers/rlink_call.m4
index bf07afa4ed..39ac25c7cb 100644
--- a/src/jtag/drivers/rlink_call.m4
+++ b/src/jtag/drivers/rlink_call.m4
@@ -1,21 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# Copyright (C) 2008 Lou Deluxe
+# lou.openocd...@fixit.nospammail.net
+#
+
 m4_divert(`-1')
-/***************************************************************************
- *   Copyright (C) 2008 Lou Deluxe                                         *
- *   lou.openocd...@fixit.nospammail.net                                   *
- *                                                                         *
- *   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.  If not, see <http://www.gnu.org/licenses/>. *
- ***************************************************************************/
 
 m4_dnl Setup and hold times depend on SHIFTER_PRESCALER
 m4_define(`SETUP_DELAY_CYCLES', m4_eval(`('SHIFTER_PRESCALER` + 1) / 2'))
diff --git a/src/jtag/drivers/rlink_init.m4 b/src/jtag/drivers/rlink_init.m4
index 8ad2f51d81..e77e943ed8 100644
--- a/src/jtag/drivers/rlink_init.m4
+++ b/src/jtag/drivers/rlink_init.m4
@@ -1,21 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# Copyright (C) 2008 Lou Deluxe
+# lou.openocd...@fixit.nospammail.net
+#
+
 m4_divert(`-1')
-/***************************************************************************
- *   Copyright (C) 2008 Lou Deluxe                                         *
- *   lou.openocd...@fixit.nospammail.net                                   *
- *                                                                         *
- *   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.  If not, see <http://www.gnu.org/licenses/>. *
- ***************************************************************************/
 
 m4_undefine(`CTRL_MPEG_L')
 m4_undefine(`CTRL_CARD_L')

-- 

Reply via email to