openocd: src: replace SPDX to remaining files
[fw/openocd] / src / jtag / drivers / OpenULINK / src / USBJmpTb.a51
index 6f774dda2d295a67358d17b0c0239c449195a1ba..f62508b7edc77ffcd6a322ac6af9c95924b907a9 100644 (file)
@@ -1,22 +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, write to the                         ;
-;    Free Software Foundation, Inc.,                                       ;
-;    59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             ;
-;--------------------------------------------------------------------------;
+; 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
@@ -28,7 +15,7 @@
 .area   USB_JV (ABS,OVR)   ; Absolute, Overlay
 .org    0x43               ; USB interrupt (INT2) jumps here
 USB_AutoVector = #. + 2
-    ljmp  USB_jump_table
+    ljmp  USB_Jump_Table
 
 ;--------------------------------------------------------------------------;
 ; USB Jump Table                                                           ;
@@ -36,7 +23,7 @@ USB_AutoVector = #. + 2
 .area  USB_JT (ABS)        ; Absolute placement
 .org   0x1B00              ; Place jump table at 0x1B00
 
-USB_jump_table:            ; autovector jump table
+USB_Jump_Table:            ; autovector jump table
     ljmp  _sudav_isr       ; Setup Data Available
     .db 0
     ljmp  _sof_isr         ; Start of Frame