This is an automated email from Gerrit.

"Erhan Kurubas <erhan.kuru...@espressif.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7105

-- gerrit

commit 8930f128177c9dfdf66be6db6e598c3739573aca
Author: Erhan Kurubas <erhan.kuru...@espressif.com>
Date:   Tue Aug 2 01:38:09 2022 +0200

    loaders/reset/espressif: replace the GPL-2.0-or-later license tag with the 
SPDX
    
    Signed-off-by: Erhan Kurubas <erhan.kuru...@espressif.com>
    Change-Id: Iddccae2bd8906a3587a2aa2684124356a340fc74

diff --git a/contrib/loaders/reset/espressif/common.mk 
b/contrib/loaders/reset/espressif/common.mk
index 4623583aa6..f77efe6769 100644
--- a/contrib/loaders/reset/espressif/common.mk
+++ b/contrib/loaders/reset/espressif/common.mk
@@ -1,18 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # ESP32 Makefile to compile the SoC reset program
 # Copyright (C) 2022 Espressif Systems Ltd.
-#
-# 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/>
 
 # Pass V=1 to see the commands being executed by make
 ifneq ("$(V)","1")
diff --git a/contrib/loaders/reset/espressif/esp32/Makefile 
b/contrib/loaders/reset/espressif/esp32/Makefile
index 3551b6a5ea..d63fe0fc38 100644
--- a/contrib/loaders/reset/espressif/esp32/Makefile
+++ b/contrib/loaders/reset/espressif/esp32/Makefile
@@ -1,18 +1,5 @@
 # ESP32 Makefile to compile the SoC reset program
 # Copyright (C) 2022 Espressif Systems Ltd.
-#
-# 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/>
 
 # Prefix for ESP32 cross compilers (can include a directory path)
 CROSS ?= xtensa-esp32-elf-
diff --git a/contrib/loaders/reset/espressif/esp32/esp32_cpu_reset_handler.S 
b/contrib/loaders/reset/espressif/esp32/esp32_cpu_reset_handler.S
index 1132545568..506d41e85c 100644
--- a/contrib/loaders/reset/espressif/esp32/esp32_cpu_reset_handler.S
+++ b/contrib/loaders/reset/espressif/esp32/esp32_cpu_reset_handler.S
@@ -1,19 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
 /***************************************************************************
  *   Reset stub used by esp32 target                                       *
  *   Copyright (C) 2017 Espressif Systems Ltd.                             *
- *                                                                         *
- *   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/>. *
  ***************************************************************************/
 
 #define RTC_CNTL_RESET_STATE_REG    0x3ff48034
diff --git a/contrib/loaders/reset/espressif/esp32s3/Makefile 
b/contrib/loaders/reset/espressif/esp32s3/Makefile
index 4dab161fd0..37d5f82815 100644
--- a/contrib/loaders/reset/espressif/esp32s3/Makefile
+++ b/contrib/loaders/reset/espressif/esp32s3/Makefile
@@ -1,18 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # ESP32 Makefile to compile the SoC reset program
 # Copyright (C) 2022 Espressif Systems Ltd.
-#
-# 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/>
 
 # Prefix for ESP32 cross compilers (can include a directory path)
 CROSS ?= xtensa-esp32s3-elf-
diff --git 
a/contrib/loaders/reset/espressif/esp32s3/esp32s3_cpu_reset_handler.S 
b/contrib/loaders/reset/espressif/esp32s3/esp32s3_cpu_reset_handler.S
index e70ac9ca7b..5fc635725f 100644
--- a/contrib/loaders/reset/espressif/esp32s3/esp32s3_cpu_reset_handler.S
+++ b/contrib/loaders/reset/espressif/esp32s3/esp32s3_cpu_reset_handler.S
@@ -1,19 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
 /***************************************************************************
  *   Reset stub used by esp32s3 target                                     *
  *   Copyright (C) 2020 Espressif Systems (Shanghai) Co. Ltd.              *
- *                                                                         *
- *   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/>. *
  ***************************************************************************/
 
 #define RTC_CNTL_RESET_STATE_REG            0x60008038

-- 

Reply via email to