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.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7073
Tested-by: jenkins
This commit is contained in:
Antonio Borneo 2022-06-27 16:10:57 +02:00
parent b86f296ac6
commit 757895b8ee
7 changed files with 35 additions and 85 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
[ $# != 0 ] && { [ $# != 0 ] && {
echo "Usage: $0" echo "Usage: $0"

View File

@ -1,4 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
# SPDX-License-Identifier: GPL-2.0-or-later
use strict; use strict;
use warnings; use warnings;
use File::Basename; use File::Basename;

View File

@ -1,20 +1,9 @@
#*************************************************************************** # SPDX-License-Identifier: GPL-2.0-or-later
#* Copyright (C) 2008 Lou Deluxe *
#* lou.openocd012@fixit.nospammail.net * #
#* * # Copyright (C) 2008 Lou Deluxe
#* This program is free software; you can redistribute it and/or modify * # lou.openocd012@fixit.nospammail.net
#* 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/>. *
#***************************************************************************
TOP = ../../.. TOP = ../../..
INTERFACE_NAME = rlink INTERFACE_NAME = rlink

View File

@ -1,20 +1,9 @@
############################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2011 by Martin Schmoelzer #
# <martin.schmoelzer@student.tuwien.ac.at> # #
# # # Copyright (C) 2011 by Martin Schmoelzer
# This program is free software; you can redistribute it and/or modify # # <martin.schmoelzer@student.tuwien.ac.at>
# 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/>. #
############################################################################
# Define the name of our tools. Some distributions (e. g. Fedora) prefix # Define the name of our tools. Some distributions (e. g. Fedora) prefix
# the SDCC executables, change this accordingly! # the SDCC executables, change this accordingly!

View File

@ -1,20 +1,9 @@
;--------------------------------------------------------------------------; ; SPDX-License-Identifier: GPL-2.0-or-later
; Copyright (C) 2011-2013 by Martin Schmoelzer ;
; <martin.schmoelzer@student.tuwien.ac.at> ; ;
; ; ; Copyright (C) 2011-2013 by Martin Schmoelzer
; This program is free software; you can redistribute it and/or modify ; ; <martin.schmoelzer@student.tuwien.ac.at>
; 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/>. ;
;--------------------------------------------------------------------------;
.module JUMPTABLE .module JUMPTABLE
.globl USB_AutoVector .globl USB_AutoVector

View 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') 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_dnl Setup and hold times depend on SHIFTER_PRESCALER
m4_define(`SETUP_DELAY_CYCLES', m4_eval(`('SHIFTER_PRESCALER` + 1) / 2')) m4_define(`SETUP_DELAY_CYCLES', m4_eval(`('SHIFTER_PRESCALER` + 1) / 2'))

View 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') 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_MPEG_L')
m4_undefine(`CTRL_CARD_L') m4_undefine(`CTRL_CARD_L')