target/espressif: remove author lines from esp32xx and xtensa files
authorErhan Kurubas <erhan.kurubas@espressif.com>
Mon, 1 Aug 2022 23:15:12 +0000 (01:15 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Mon, 15 Aug 2022 13:27:10 +0000 (13:27 +0000)
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>
src/jtag/drivers/esp_usb_jtag.c
src/target/espressif/esp32.c
src/target/espressif/esp32s2.c
src/target/espressif/esp32s2.h
src/target/espressif/esp_xtensa.c
src/target/espressif/esp_xtensa.h
src/target/espressif/esp_xtensa_smp.c
src/target/xtensa/xtensa.c
src/target/xtensa/xtensa.h
src/target/xtensa/xtensa_debug_module.h
src/target/xtensa/xtensa_regs.h

index a73984a3a1c2a0407679f91e0c1c07b16fe990fe..d280c6ad87d62d8fac384f369077adda47dc3efb 100644 (file)
@@ -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 <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
index 29d94a272bcd2b1c1cbbecc67964abed1ef2d649..de8f1aacf73cd1cc65e431a99e2662f401bbe68a 100644 (file)
@@ -3,8 +3,6 @@
 /***************************************************************************
  *   ESP32 target API for OpenOCD                                          *
  *   Copyright (C) 2016-2019 Espressif Systems Ltd.                        *
- *   Author: Dmitry Yakovlev <dmitry@espressif.com>                        *
- *   Author: Alexey Gerenkov <alexey@espressif.com>                        *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
index 4251e84c98bb9657c6a5d99d98c95e87c6f0a8b7..bbf7ff5afaecde75461af49b1cee27148e4be498 100644 (file)
@@ -3,7 +3,6 @@
 /***************************************************************************
  *   ESP32-S2 target for OpenOCD                                           *
  *   Copyright (C) 2019 Espressif Systems Ltd.                             *
- *   Author: Alexey Gerenkov <alexey@espressif.com>                        *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
index adaabbf8520192e3bea050d8c85b219d019b4425..26fc7a198c9c950a1be888b0c1a1da43d592697a 100644 (file)
@@ -3,7 +3,6 @@
 /***************************************************************************
  *   ESP32-S2 target for OpenOCD                                           *
  *   Copyright (C) 2019 Espressif Systems Ltd.                             *
- *   Author: Alexey Gerenkov <alexey@espressif.com>                        *
  ***************************************************************************/
 
 #ifndef OPENOCD_TARGET_ESP32S2_H
index cc2888b0de88c369c1c6fca37c844c28b639d874..ce1601289c24b9c34daf181ae576b44947d2bb1a 100644 (file)
@@ -3,7 +3,6 @@
 /***************************************************************************
  *   Espressif Xtensa target API for OpenOCD                               *
  *   Copyright (C) 2019 Espressif Systems Ltd.                             *
- *   Author: Alexey Gerenkov <alexey@espressif.com>                        *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
index e3507e31e0949363964b3d47902671e635bbddd2..4bbbd756ca746f8c38f5b87666af0e59f0fa0e45 100644 (file)
@@ -3,7 +3,6 @@
 /***************************************************************************
  *   Generic ESP xtensa target implementation for OpenOCD                  *
  *   Copyright (C) 2019 Espressif Systems Ltd.                             *
- *   Author: Alexey Gerenkov <alexey@espressif.com>                        *
  ***************************************************************************/
 
 #ifndef OPENOCD_TARGET_ESP_XTENSA_H
index 7c2c72331a18658b8d963a4c2242b9322db253e6..6060662475d64976b4e2f0d1d36936f610fa707a 100644 (file)
@@ -3,7 +3,6 @@
 /***************************************************************************
  *   ESP Xtensa SMP target API for OpenOCD                                 *
  *   Copyright (C) 2020 Espressif Systems Ltd. Co                          *
- *   Author: Alexey Gerenkov <alexey@espressif.com>                        *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
index f04132e68c41f5b409e03ec4ec76f4d31e67877e..6f9d77e6cc80993edd5172c27b70bf4a2b20183f 100644 (file)
@@ -5,9 +5,6 @@
  *   Copyright (C) 2016-2019 Espressif Systems Ltd.                        *
  *   Derived from esp108.c                                                 *
  *   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
index 86b6a9c9b3318ae675cad0ed9405c93f691d4d47..d6000d80e7a00f5ae4c4e365fd0869941b3215ad 100644 (file)
@@ -3,7 +3,6 @@
 /***************************************************************************
  *   Generic Xtensa target                                                 *
  *   Copyright (C) 2019 Espressif Systems Ltd.                             *
- *   Author: Alexey Gerenkov <alexey@espressif.com>                        *
  ***************************************************************************/
 
 #ifndef OPENOCD_TARGET_XTENSA_H
index 88f9eb2a7bc280983fc9f17aa6a498f5c7cf5047..189a6c97a8e3f6514d3e05a98225944c1751af20 100644 (file)
@@ -3,11 +3,8 @@
 /***************************************************************************
  *   Xtensa debug module API                                               *
  *   Copyright (C) 2019 Espressif Systems Ltd.                             *
- *   <alexey@espressif.com>                                                *
- *                                                                         *
  *   Derived from original ESP8266 target.                                 *
- *   Copyright (C) 2015 by Angus Gratton                                   *
- *   gus@projectgus.com                                                    *
+ *   Author: Angus Gratton gus@projectgus.com                              *
  ***************************************************************************/
 
 #ifndef OPENOCD_TARGET_XTENSA_DEBUG_MODULE_H
index 632400abf9079352630e187156b79b9293ede243..7009a2a5fce4c89d61f8e33ec8e98335d49dc855 100644 (file)
@@ -4,8 +4,8 @@
  *   Generic Xtensa target API for OpenOCD                                 *
  *   Copyright (C) 2016-2019 Espressif Systems Ltd.                        *
  *   Author: Angus Gratton gus@projectgus.com                              *
- *   Author: Jeroen Domburg <jeroen@espressif.com>                         *
  ***************************************************************************/
+
 #ifndef OPENOCD_TARGET_XTENSA_REGS_H
 #define OPENOCD_TARGET_XTENSA_REGS_H