X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fopenrisc%2For1k_du.h;h=ae95376fa59c5a579555101bbc228d277ba905a1;hb=be2e5c6c35f77fecb4df2a19cec05cceac500ca9;hp=f5ee3643558e97071744ce319dd73c8fff7b141e;hpb=712165f4831afed3a1410579d2e708581e4356fb;p=fw%2Fopenocd diff --git a/src/target/openrisc/or1k_du.h b/src/target/openrisc/or1k_du.h index f5ee36435..ae95376fa 100644 --- a/src/target/openrisc/or1k_du.h +++ b/src/target/openrisc/or1k_du.h @@ -1,25 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** * Copyright (C) 2013 Franck Jullien * * elec4fun@gmail.com * - * * - * 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 OR1K_DU -#define OR1K_DU +#ifndef OPENOCD_TARGET_OPENRISC_OR1K_DU_H +#define OPENOCD_TARGET_OPENRISC_OR1K_DU_H #ifdef HAVE_CONFIG_H #include "config.h" @@ -77,5 +64,4 @@ int or1k_adv_jtag_jsp_xfer(struct or1k_jtag *jtag_info, int *out_len, unsigned char *out_buffer, int *in_len, unsigned char *in_buffer); -#endif - +#endif /* OPENOCD_TARGET_OPENRISC_OR1K_DU_H */