X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fxtensa%2Fxtensa.c;h=6f9d77e6cc80993edd5172c27b70bf4a2b20183f;hb=9cd714cd145a73a4f43bdfc37554f4d5ab05f92b;hp=a9559600fd232e5bd92fad3a5ed8b9a498d696c2;hpb=78c87f5e81f8b3ee2a72aa546f87985596cb2b9f;p=openocd.git diff --git a/src/target/xtensa/xtensa.c b/src/target/xtensa/xtensa.c index a9559600fd..6f9d77e6cc 100644 --- a/src/target/xtensa/xtensa.c +++ b/src/target/xtensa/xtensa.c @@ -1,24 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** * Generic Xtensa target API for OpenOCD * * Copyright (C) 2016-2019 Espressif Systems Ltd. * * Derived from esp108.c * * Author: Angus Gratton gus@projectgus.com * - * Author: Jeroen Domburg * - * Author: Alexey Gerenkov * - * Author: Andrey Gramakov * - * * - * 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 . * ***************************************************************************/ #ifdef HAVE_CONFIG_H