Skip to content

Commit 8d0580b

Browse files
cpu/esp8266: move licenses to SPDX format
1 parent ac888a5 commit 8d0580b

File tree

29 files changed

+58
-147
lines changed

29 files changed

+58
-147
lines changed

cpu/esp8266/Kconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Copyright (c) 2020 HAW Hamburg
2-
#
3-
# This file is subject to the terms and conditions of the GNU Lesser
4-
# General Public License v2.1. See the file LICENSE in the top level
5-
# directory for more details.
1+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
2+
# SPDX-License-Identifier: LGPL-2.1-only
63

74
config CPU_CORE_XTENSA_L106
85
bool

cpu/esp8266/doc.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<!--
2-
Copyright (C) 2025 Gunar Schorcht
3-
4-
This file is subject to the terms and conditions of the GNU Lesser
5-
General Public License v2.1. See the file LICENSE in the top level
6-
directory for more details.
2+
SPDX-FileCopyrightText: 2025 Gunar Schorcht
3+
SPDX-License-Identifier: LGPL-2.1-only
74
-->
85

96
@defgroup cpu_esp8266 ESP8266 / ESP8285

cpu/esp8266/freertos/portable.c

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
/*
2-
* Copyright (C) 2019 Gunar Schorcht
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
7-
*
8-
* FreeRTOS to RIOT-OS adaption module for source code compatibility
2+
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
94
*/
105

116
#ifndef DOXYGEN

cpu/esp8266/include/cpu_conf.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2019 Gunar Schorcht
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/esp8266/include/gpio_arch.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2019 Gunar Schorcht
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/esp8266/include/irq_arch.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2019 Gunar Schorcht
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/esp8266/include/periph_cpu.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2019 Gunar Schorcht
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/esp8266/include/sdk_conf.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2019 Gunar Schorcht
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/esp8266/include/sys/types.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2019 Gunar Schorcht
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/esp8266/include/syscalls.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2019 Gunar Schorcht
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2019 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

0 commit comments

Comments
 (0)