target/espressif: remove author lines from esp32xx and xtensa files

Some files have author info some doesn't. For the consistency we removed all.

Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com>
Change-Id: Ie6f1ec012302e3a954c75c5106f12820722cb715
Reviewed-on: https://review.openocd.org/c/openocd/+/7104
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Erhan Kurubas 2022-08-02 01:15:12 +02:00 committed by Antonio Borneo
parent 290eac04b9
commit 9cd714cd14
11 changed files with 4 additions and 30 deletions

View File

@ -1,20 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*************************************************************************** /***************************************************************************
* Espressif USB to Jtag adapter * * Espressif USB to Jtag adapter *
* Copyright (C) 2020 Espressif Systems (Shanghai) Co. Ltd. * * Copyright (C) 2020 Espressif Systems (Shanghai) Co. Ltd. *
* Author: Jeroen Domburg <jeroen@espressif.com> *
* *
* 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 <http://www.gnu.org/licenses/>. *
***************************************************************************/ ***************************************************************************/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -3,8 +3,6 @@
/*************************************************************************** /***************************************************************************
* ESP32 target API for OpenOCD * * ESP32 target API for OpenOCD *
* Copyright (C) 2016-2019 Espressif Systems Ltd. * * Copyright (C) 2016-2019 Espressif Systems Ltd. *
* Author: Dmitry Yakovlev <dmitry@espressif.com> *
* Author: Alexey Gerenkov <alexey@espressif.com> *
***************************************************************************/ ***************************************************************************/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -3,7 +3,6 @@
/*************************************************************************** /***************************************************************************
* ESP32-S2 target for OpenOCD * * ESP32-S2 target for OpenOCD *
* Copyright (C) 2019 Espressif Systems Ltd. * * Copyright (C) 2019 Espressif Systems Ltd. *
* Author: Alexey Gerenkov <alexey@espressif.com> *
***************************************************************************/ ***************************************************************************/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -3,7 +3,6 @@
/*************************************************************************** /***************************************************************************
* ESP32-S2 target for OpenOCD * * ESP32-S2 target for OpenOCD *
* Copyright (C) 2019 Espressif Systems Ltd. * * Copyright (C) 2019 Espressif Systems Ltd. *
* Author: Alexey Gerenkov <alexey@espressif.com> *
***************************************************************************/ ***************************************************************************/
#ifndef OPENOCD_TARGET_ESP32S2_H #ifndef OPENOCD_TARGET_ESP32S2_H

View File

@ -3,7 +3,6 @@
/*************************************************************************** /***************************************************************************
* Espressif Xtensa target API for OpenOCD * * Espressif Xtensa target API for OpenOCD *
* Copyright (C) 2019 Espressif Systems Ltd. * * Copyright (C) 2019 Espressif Systems Ltd. *
* Author: Alexey Gerenkov <alexey@espressif.com> *
***************************************************************************/ ***************************************************************************/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -3,7 +3,6 @@
/*************************************************************************** /***************************************************************************
* Generic ESP xtensa target implementation for OpenOCD * * Generic ESP xtensa target implementation for OpenOCD *
* Copyright (C) 2019 Espressif Systems Ltd. * * Copyright (C) 2019 Espressif Systems Ltd. *
* Author: Alexey Gerenkov <alexey@espressif.com> *
***************************************************************************/ ***************************************************************************/
#ifndef OPENOCD_TARGET_ESP_XTENSA_H #ifndef OPENOCD_TARGET_ESP_XTENSA_H

View File

@ -3,7 +3,6 @@
/*************************************************************************** /***************************************************************************
* ESP Xtensa SMP target API for OpenOCD * * ESP Xtensa SMP target API for OpenOCD *
* Copyright (C) 2020 Espressif Systems Ltd. Co * * Copyright (C) 2020 Espressif Systems Ltd. Co *
* Author: Alexey Gerenkov <alexey@espressif.com> *
***************************************************************************/ ***************************************************************************/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -5,9 +5,6 @@
* Copyright (C) 2016-2019 Espressif Systems Ltd. * * Copyright (C) 2016-2019 Espressif Systems Ltd. *
* Derived from esp108.c * * Derived from esp108.c *
* Author: Angus Gratton gus@projectgus.com * * Author: Angus Gratton gus@projectgus.com *
* Author: Jeroen Domburg <jeroen@espressif.com> *
* Author: Alexey Gerenkov <alexey@espressif.com> *
* Author: Andrey Gramakov <andrei.gramakov@espressif.com> *
***************************************************************************/ ***************************************************************************/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -3,7 +3,6 @@
/*************************************************************************** /***************************************************************************
* Generic Xtensa target * * Generic Xtensa target *
* Copyright (C) 2019 Espressif Systems Ltd. * * Copyright (C) 2019 Espressif Systems Ltd. *
* Author: Alexey Gerenkov <alexey@espressif.com> *
***************************************************************************/ ***************************************************************************/
#ifndef OPENOCD_TARGET_XTENSA_H #ifndef OPENOCD_TARGET_XTENSA_H

View File

@ -3,11 +3,8 @@
/*************************************************************************** /***************************************************************************
* Xtensa debug module API * * Xtensa debug module API *
* Copyright (C) 2019 Espressif Systems Ltd. * * Copyright (C) 2019 Espressif Systems Ltd. *
* <alexey@espressif.com> *
* *
* Derived from original ESP8266 target. * * Derived from original ESP8266 target. *
* Copyright (C) 2015 by Angus Gratton * * Author: Angus Gratton gus@projectgus.com *
* gus@projectgus.com *
***************************************************************************/ ***************************************************************************/
#ifndef OPENOCD_TARGET_XTENSA_DEBUG_MODULE_H #ifndef OPENOCD_TARGET_XTENSA_DEBUG_MODULE_H

View File

@ -4,8 +4,8 @@
* Generic Xtensa target API for OpenOCD * * Generic Xtensa target API for OpenOCD *
* Copyright (C) 2016-2019 Espressif Systems Ltd. * * Copyright (C) 2016-2019 Espressif Systems Ltd. *
* Author: Angus Gratton gus@projectgus.com * * Author: Angus Gratton gus@projectgus.com *
* Author: Jeroen Domburg <jeroen@espressif.com> *
***************************************************************************/ ***************************************************************************/
#ifndef OPENOCD_TARGET_XTENSA_REGS_H #ifndef OPENOCD_TARGET_XTENSA_REGS_H
#define OPENOCD_TARGET_XTENSA_REGS_H #define OPENOCD_TARGET_XTENSA_REGS_H