X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmain.c;h=3bc859a0bfc6833c3607d725381731c35b5ceae6;hb=27e7f5df5ff691a78ca7530892ee5dc05820a947;hp=9c7191d6e3e4e34daf1e13230d8cee3c48f6f01e;hpb=241fd0b5a8a95e814395f79b5ea7715c1862f045;p=fw%2Fopenocd diff --git a/src/main.c b/src/main.c index 9c7191d6e..3bc859a0b 100644 --- a/src/main.c +++ b/src/main.c @@ -1,28 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * - * * - * 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. * ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "openocd.h" +#include "helper/system.h" /* This is the main entry for developer PC hosted OpenOCD. *