X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Favr32_jtag.h;h=382b245ba84af36ea4503e06d7cbc30e1a02155a;hp=d04ddda53120bd2296428dedc4ed301d40c2cc33;hb=HEAD;hpb=374127301ec1d72033b9d573b72c7abdfd61990d diff --git a/src/target/avr32_jtag.h b/src/target/avr32_jtag.h index d04ddda531..382b245ba8 100644 --- a/src/target/avr32_jtag.h +++ b/src/target/avr32_jtag.h @@ -1,24 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** * Copyright (C) 2010 by Oleksandr Tymoshenko * - * * - * 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. * ***************************************************************************/ -#ifndef AVR32_JTAG -#define AVR32_JTAG +#ifndef OPENOCD_TARGET_AVR32_JTAG_H +#define OPENOCD_TARGET_AVR32_JTAG_H #define AVR32NUMCOREREGS 17 @@ -102,4 +89,4 @@ int avr32_ocd_clearbits(struct avr32_jtag *jtag, int reg, uint32_t bits); int avr32_jtag_exec(struct avr32_jtag *jtag_info, uint32_t inst); -#endif /* AVR32_JTAG */ +#endif /* OPENOCD_TARGET_AVR32_JTAG_H */