X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fetm_dummy.h;h=5a1955f37eac863d89b74e593af7aa717c88cd8c;hp=2673e4f56c3c2b88fa263fa1fc790a6ed2020a7d;hb=HEAD;hpb=6f929dbd93e1b2c0373f389060bf64e60e8194ab diff --git a/src/target/etm_dummy.h b/src/target/etm_dummy.h index 2673e4f56c..8df20000cb 100644 --- a/src/target/etm_dummy.h +++ b/src/target/etm_dummy.h @@ -1,27 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** * Copyright (C) 2007 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. * ***************************************************************************/ -#ifndef ETM_DUMMY_H -#define ETM_DUMMY_H + +#ifndef OPENOCD_TARGET_ETM_DUMMY_H +#define OPENOCD_TARGET_ETM_DUMMY_H #include "etm.h" extern struct etm_capture_driver etm_dummy_capture_driver; -#endif /* ETB_H */ +#endif /* OPENOCD_TARGET_ETM_DUMMY_H */