From: OpenOCD-Gerrit <ope...@us...> - 2022-08-15 13:27:37
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 9cd714cd145a73a4f43bdfc37554f4d5ab05f92b (commit) from 290eac04b93cd2f98e0a921e9dbf73b0822ae33b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9cd714cd145a73a4f43bdfc37554f4d5ab05f92b Author: Erhan Kurubas <erh...@es...> Date: Tue Aug 2 01:15:12 2022 +0200 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 <erh...@es...> Change-Id: Ie6f1ec012302e3a954c75c5106f12820722cb715 Reviewed-on: https://review.openocd.org/c/openocd/+/7104 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/src/jtag/drivers/esp_usb_jtag.c b/src/jtag/drivers/esp_usb_jtag.c index a73984a3a..d280c6ad8 100644 --- a/src/jtag/drivers/esp_usb_jtag.c +++ b/src/jtag/drivers/esp_usb_jtag.c @@ -1,20 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** * Espressif USB to Jtag adapter * * Copyright (C) 2020 Espressif Systems (Shanghai) Co. Ltd. * - * Author: Jeroen Domburg <je...@es...> * - * * - * 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 diff --git a/src/target/espressif/esp32.c b/src/target/espressif/esp32.c index 29d94a272..de8f1aacf 100644 --- a/src/target/espressif/esp32.c +++ b/src/target/espressif/esp32.c @@ -3,8 +3,6 @@ /*************************************************************************** * ESP32 target API for OpenOCD * * Copyright (C) 2016-2019 Espressif Systems Ltd. * - * Author: Dmitry Yakovlev <dm...@es...> * - * Author: Alexey Gerenkov <al...@es...> * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/target/espressif/esp32s2.c b/src/target/espressif/esp32s2.c index 4251e84c9..bbf7ff5af 100644 --- a/src/target/espressif/esp32s2.c +++ b/src/target/espressif/esp32s2.c @@ -3,7 +3,6 @@ /*************************************************************************** * ESP32-S2 target for OpenOCD * * Copyright (C) 2019 Espressif Systems Ltd. * - * Author: Alexey Gerenkov <al...@es...> * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/target/espressif/esp32s2.h b/src/target/espressif/esp32s2.h index adaabbf85..26fc7a198 100644 --- a/src/target/espressif/esp32s2.h +++ b/src/target/espressif/esp32s2.h @@ -3,7 +3,6 @@ /*************************************************************************** * ESP32-S2 target for OpenOCD * * Copyright (C) 2019 Espressif Systems Ltd. * - * Author: Alexey Gerenkov <al...@es...> * ***************************************************************************/ #ifndef OPENOCD_TARGET_ESP32S2_H diff --git a/src/target/espressif/esp_xtensa.c b/src/target/espressif/esp_xtensa.c index cc2888b0d..ce1601289 100644 --- a/src/target/espressif/esp_xtensa.c +++ b/src/target/espressif/esp_xtensa.c @@ -3,7 +3,6 @@ /*************************************************************************** * Espressif Xtensa target API for OpenOCD * * Copyright (C) 2019 Espressif Systems Ltd. * - * Author: Alexey Gerenkov <al...@es...> * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/target/espressif/esp_xtensa.h b/src/target/espressif/esp_xtensa.h index e3507e31e..4bbbd756c 100644 --- a/src/target/espressif/esp_xtensa.h +++ b/src/target/espressif/esp_xtensa.h @@ -3,7 +3,6 @@ /*************************************************************************** * Generic ESP xtensa target implementation for OpenOCD * * Copyright (C) 2019 Espressif Systems Ltd. * - * Author: Alexey Gerenkov <al...@es...> * ***************************************************************************/ #ifndef OPENOCD_TARGET_ESP_XTENSA_H diff --git a/src/target/espressif/esp_xtensa_smp.c b/src/target/espressif/esp_xtensa_smp.c index 7c2c72331..606066247 100644 --- a/src/target/espressif/esp_xtensa_smp.c +++ b/src/target/espressif/esp_xtensa_smp.c @@ -3,7 +3,6 @@ /*************************************************************************** * ESP Xtensa SMP target API for OpenOCD * * Copyright (C) 2020 Espressif Systems Ltd. Co * - * Author: Alexey Gerenkov <al...@es...> * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/target/xtensa/xtensa.c b/src/target/xtensa/xtensa.c index f04132e68..6f9d77e6c 100644 --- a/src/target/xtensa/xtensa.c +++ b/src/target/xtensa/xtensa.c @@ -5,9 +5,6 @@ * Copyright (C) 2016-2019 Espressif Systems Ltd. * * Derived from esp108.c * * Author: Angus Gratton gu...@pr... * - * Author: Jeroen Domburg <je...@es...> * - * Author: Alexey Gerenkov <al...@es...> * - * Author: Andrey Gramakov <and...@es...> * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/target/xtensa/xtensa.h b/src/target/xtensa/xtensa.h index 86b6a9c9b..d6000d80e 100644 --- a/src/target/xtensa/xtensa.h +++ b/src/target/xtensa/xtensa.h @@ -3,7 +3,6 @@ /*************************************************************************** * Generic Xtensa target * * Copyright (C) 2019 Espressif Systems Ltd. * - * Author: Alexey Gerenkov <al...@es...> * ***************************************************************************/ #ifndef OPENOCD_TARGET_XTENSA_H diff --git a/src/target/xtensa/xtensa_debug_module.h b/src/target/xtensa/xtensa_debug_module.h index 88f9eb2a7..189a6c97a 100644 --- a/src/target/xtensa/xtensa_debug_module.h +++ b/src/target/xtensa/xtensa_debug_module.h @@ -3,11 +3,8 @@ /*************************************************************************** * Xtensa debug module API * * Copyright (C) 2019 Espressif Systems Ltd. * - * <al...@es...> * - * * * Derived from original ESP8266 target. * - * Copyright (C) 2015 by Angus Gratton * - * gu...@pr... * + * Author: Angus Gratton gu...@pr... * ***************************************************************************/ #ifndef OPENOCD_TARGET_XTENSA_DEBUG_MODULE_H diff --git a/src/target/xtensa/xtensa_regs.h b/src/target/xtensa/xtensa_regs.h index 632400abf..7009a2a5f 100644 --- a/src/target/xtensa/xtensa_regs.h +++ b/src/target/xtensa/xtensa_regs.h @@ -4,8 +4,8 @@ * Generic Xtensa target API for OpenOCD * * Copyright (C) 2016-2019 Espressif Systems Ltd. * * Author: Angus Gratton gu...@pr... * - * Author: Jeroen Domburg <je...@es...> * ***************************************************************************/ + #ifndef OPENOCD_TARGET_XTENSA_REGS_H #define OPENOCD_TARGET_XTENSA_REGS_H ----------------------------------------------------------------------- Summary of changes: src/jtag/drivers/esp_usb_jtag.c | 16 ++-------------- src/target/espressif/esp32.c | 2 -- src/target/espressif/esp32s2.c | 1 - src/target/espressif/esp32s2.h | 1 - src/target/espressif/esp_xtensa.c | 1 - src/target/espressif/esp_xtensa.h | 1 - src/target/espressif/esp_xtensa_smp.c | 1 - src/target/xtensa/xtensa.c | 3 --- src/target/xtensa/xtensa.h | 1 - src/target/xtensa/xtensa_debug_module.h | 5 +---- src/target/xtensa/xtensa_regs.h | 2 +- 11 files changed, 4 insertions(+), 30 deletions(-) hooks/post-receive -- Main OpenOCD repository |