X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.h;h=1c2a633c768cedf602a2b01c246d4d77522d5f5f;hp=e43f156fcbf5a58219af15a9d78c037ee666d330;hb=HEAD;hpb=34654359a918edae10ca7dd7ebc0a487fdf609a4 diff --git a/src/openocd.h b/src/openocd.h index e43f156fcb..1c2a633c76 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -1,27 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Copyright (C) 2009 by Zachary T Welch * - * * - * 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 OPENOCD_H -#define OPENOCD_H +#ifndef OPENOCD_OPENOCD_H +#define OPENOCD_OPENOCD_H -/** +/** * Different applications can define this entry point to override * the default openocd main function. On most systems, this will be * defined in src/openocd.c. @@ -31,7 +18,4 @@ */ int openocd_main(int argc, char *argv[]); -/// provides a hard-coded command environment setup -extern const char openocd_startup_tcl[]; - -#endif +#endif /* OPENOCD_OPENOCD_H */