loaders/reset/espressif: replace the GPL-2.0-or-later license tag
authorErhan Kurubas <erhan.kurubas@espressif.com>
Mon, 1 Aug 2022 23:38:09 +0000 (01:38 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Mon, 15 Aug 2022 13:23:28 +0000 (13:23 +0000)
Replace the FSF boilerplate with the SPDX tag.

Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com>
Change-Id: Iddccae2bd8906a3587a2aa2684124356a340fc74
Reviewed-on: https://review.openocd.org/c/openocd/+/7105
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
contrib/loaders/reset/espressif/common.mk
contrib/loaders/reset/espressif/esp32/Makefile
contrib/loaders/reset/espressif/esp32/esp32_cpu_reset_handler.S
contrib/loaders/reset/espressif/esp32s3/Makefile
contrib/loaders/reset/espressif/esp32s3/esp32s3_cpu_reset_handler.S

index 4623583aa65aae0b39a543e9a9acef39dd31762f..f77efe6769083f0cf0888b6df58691ca13540516 100644 (file)
@@ -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")
index 3551b6a5eac23955652c82441cc665ab499fc92b..a63178065fb93034758c89e38b6f49b0f2929a3d 100644 (file)
@@ -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-esp32-elf-
index 11325455680bdaff4b1d41054cc5cc2f354e88b2..506d41e85c86d7d2ecbb75f6d63dbe80e523bdc9 100644 (file)
@@ -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
index 4dab161fd08cf7a10cc4be74e4ab62bfb7bde9eb..37d5f82815d509faa0c6b024ab05c739f1862bf6 100644 (file)
@@ -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-
index e70ac9ca7bf98370eb451638617f303c5c2e1d72..5fc635725f9a2460f0a8e0eb102003c1faeaa9e6 100644 (file)
@@ -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