Skip to content

Commit cd461dc

Browse files
authored
Merge pull request #21715 from krzysztof-cabaj/cpu_change_to_SPDX_part2
cpu: move licenses from comments to SPDX format (part2)
2 parents 2e49617 + 8d0580b commit cd461dc

File tree

196 files changed

+432
-1022
lines changed

Some content is hidden

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

196 files changed

+432
-1022
lines changed

cpu/esp32/Kconfig

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# Copyright (c) 2020 HAW Hamburg
2-
# 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.
1+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
2+
# SPDX-License-Identifier: LGPL-2.1-only
73

84
config CPU
95
default "esp32" if HAS_CPU_ESP32

cpu/esp32/Kconfig.common

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Copyright (c) 2020 HAW Hamburg
2-
# 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.
1+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
2+
# SPDX-FileCopyrightText: 2022 Gunar Schorcht
3+
# SPDX-License-Identifier: LGPL-2.1-only
74

85
if HAS_ARCH_ESP32
96

cpu/esp32/Kconfig.esp32

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Copyright (c) 2020 HAW Hamburg
2-
# 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.
1+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
2+
# SPDX-FileCopyrightText: 2022 Gunar Schorcht
3+
# SPDX-License-Identifier: LGPL-2.1-only
74

85
config CPU_FAM_ESP32
96
bool

cpu/esp32/Kconfig.esp32c3

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Copyright (c) 2020 HAW Hamburg
2-
# 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.
1+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
2+
# SPDX-FileCopyrightText: 2022 Gunar Schorcht
3+
# SPDX-License-Identifier: LGPL-2.1-only
74

85
config CPU_FAM_ESP32C3
96
bool

cpu/esp32/Kconfig.esp32c6

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Copyright (c) 2025 Gunar Schorcht
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: 2025 Gunar Schorcht
2+
# SPDX-License-Identifier: LGPL-2.1-only
63

74
config CPU_FAM_ESP32C6
85
bool

cpu/esp32/Kconfig.esp32h2

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Copyright (c) 2025 Gunar Schorcht
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: 2025 Gunar Schorcht
2+
# SPDX-License-Identifier: LGPL-2.1-only
63

74
config CPU_FAM_ESP32H2
85
bool

cpu/esp32/Kconfig.esp32s2

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Copyright (c) 2020 HAW Hamburg
2-
# 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.
1+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
2+
# SPDX-FileCopyrightText: 2022 Gunar Schorcht
3+
# SPDX-License-Identifier: LGPL-2.1-only
74

85
config CPU_FAM_ESP32S2
96
bool

cpu/esp32/Kconfig.esp32s3

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Copyright (c) 2020 HAW Hamburg
2-
# 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.
1+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
2+
# SPDX-FileCopyrightText: 2022 Gunar Schorcht
3+
# SPDX-License-Identifier: LGPL-2.1-only
74

85
config CPU_FAM_ESP32S3
96
bool

cpu/esp32/Kconfig.esp32x

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Copyright (c) 2023 Gunar Schorcht
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: 2023 Gunar Schorcht
2+
# SPDX-License-Identifier: LGPL-2.1-only
63

74
# define a CPU configurationthat common is common for all ESP32x SoC variants
85

cpu/esp32/bootloader/sdkconfig.h

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

107
#pragma once

0 commit comments

Comments
 (0)