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:
parent
b86f296ac6
commit
757895b8ee
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
[ $# != 0 ] && {
|
||||
echo "Usage: $0"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use File::Basename;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'))
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue