openocd: src: replace SPDX to remaining files
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 27 Jun 2022 14:10:57 +0000 (16:10 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 23 Jul 2022 13:59:25 +0000 (13:59 +0000)
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.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7073
Tested-by: jenkins
src/helper/bin2char.sh
src/helper/update_jep106.pl
src/jtag/drivers/Makefile.rlink
src/jtag/drivers/OpenULINK/Makefile
src/jtag/drivers/OpenULINK/src/USBJmpTb.a51
src/jtag/drivers/rlink_call.m4
src/jtag/drivers/rlink_init.m4

index 128ea9af6e496e51c634f500c083816eb4fe74ec..b89433d869bd20f0f393bb027a33dbf6721b4ca7 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 [ $# != 0 ] && {
     echo "Usage: $0"
index 561e04b00558ff170416a615c5d48c2b9cf7366e..60472e39756c9953d24b01a22a34bde4ec939127 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/perl
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 use strict;
 use warnings;
 use File::Basename;
index 6168332c8c3af5845491dce9132b37729bed2592..538228dac87286808b848edb0b8b7526d6351af3 100644 (file)
@@ -1,20 +1,9 @@
-#***************************************************************************
-#*   Copyright (C) 2008 Lou Deluxe                                         *
-#*   lou.openocd012@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.openocd012@fixit.nospammail.net
+#
 
 TOP = ../../..
 INTERFACE_NAME = rlink
index 9f6acc660aec83107169b86c1496d4cb1e3333d0..d65edcb166c1af9b42a334819a7ad00ddca8a510 100644 (file)
@@ -1,20 +1,9 @@
-############################################################################
-#    Copyright (C) 2011 by Martin Schmoelzer                               #
-#    <martin.schmoelzer@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.schmoelzer@student.tuwien.ac.at>
+#
 
 # Define the name of our tools. Some distributions (e. g. Fedora) prefix
 # the SDCC executables, change this accordingly!
index f10ad484f96ba7015340c178d6b134ae6e9d2f7f..f62508b7edc77ffcd6a322ac6af9c95924b907a9 100644 (file)
@@ -1,20 +1,9 @@
-;--------------------------------------------------------------------------;
-;    Copyright (C) 2011-2013 by Martin Schmoelzer                          ;
-;    <martin.schmoelzer@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.schmoelzer@student.tuwien.ac.at>
+;
 
 .module JUMPTABLE
 .globl USB_AutoVector
index bf07afa4ed6332cb7384f655f243fba733889e6e..39ac25c7cbac776f8aad78497e2980dc25a65b1c 100644 (file)
@@ -1,21 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# Copyright (C) 2008 Lou Deluxe
+# lou.openocd012@fixit.nospammail.net
+#
+
 m4_divert(`-1')
-/***************************************************************************
- *   Copyright (C) 2008 Lou Deluxe                                         *
- *   lou.openocd012@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'))
index 8ad2f51d81c66de3c4a6df911c8dc5aabd059ba1..e77e943ed8fd13707d970397e69f4e961ac09018 100644 (file)
@@ -1,21 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+#
+# Copyright (C) 2008 Lou Deluxe
+# lou.openocd012@fixit.nospammail.net
+#
+
 m4_divert(`-1')
-/***************************************************************************
- *   Copyright (C) 2008 Lou Deluxe                                         *
- *   lou.openocd012@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')