Skip to content

Commit ac888a5

Browse files
cpu/esp_common: move licenses to SPDX format
1 parent 8b675fc commit ac888a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+153
-329
lines changed

cpu/esp_common/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_ARCH_XTENSA
85
bool

cpu/esp_common/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_esp_common ESP Common

cpu/esp_common/esp-now/doc.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<!--
2-
Copyright (C) 2018 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: 2018 Gunar Schorcht
3+
SPDX-License-Identifier: LGPL-2.1-only
74
-->
85

96
@defgroup cpu_esp_common_esp_now ESP-NOW netdev interface

cpu/esp_common/esp-now/esp_now_gnrc.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2018 Timo Rothenpieler
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: 2018 Timo Rothenpieler
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/esp_common/esp-now/esp_now_gnrc.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2018 Timo Rothenpieler
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: 2018 Timo Rothenpieler
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/esp_common/esp-now/esp_now_netdev.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2018 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: 2018 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/esp_common/esp-now/esp_now_netdev.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2018 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: 2018 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/esp_common/esp-now/esp_now_params.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2018 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: 2018 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/esp_common/esp-riscv/exceptions.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2022 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: 2022 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/esp_common/esp-riscv/irq_arch.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2022 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: 2022 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

0 commit comments

Comments
 (0)