X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fopenocd.h;h=543ac3c23940cfa1c6c439e24e98532314ff2eec;hb=HEAD;hp=344ca80c0c7beeaa0d6475c52c4469dabd615c91;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/openocd.h b/src/openocd.h index 344ca80c0c..1c2a633c76 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -1,23 +1,12 @@ +/* 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, see . * ***************************************************************************/ -#ifndef OPENOCD_H -#define OPENOCD_H +#ifndef OPENOCD_OPENOCD_H +#define OPENOCD_OPENOCD_H /** * Different applications can define this entry point to override @@ -29,4 +18,4 @@ */ int openocd_main(int argc, char *argv[]); -#endif +#endif /* OPENOCD_OPENOCD_H */