1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

boards/nucleo: change licenses in Kconfig to SPDX

This commit is contained in:
krzysztof-cabaj 2025-07-14 15:58:27 +02:00
parent f69f0fdd21
commit 04cabffb18
44 changed files with 88 additions and 264 deletions

View File

@ -1,9 +1,5 @@
# Copyright (C) 2024 BISSELL Homecare, Inc.
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2024 BISSELL Homecare, Inc.
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-c031c6" if BOARD_NUCLEO_C031C6

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f030r8" if BOARD_NUCLEO_F030R8

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f031k6" if BOARD_NUCLEO_F031K6

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f042k6" if BOARD_NUCLEO_F042K6

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f070rb" if BOARD_NUCLEO_F070RB

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f072rb" if BOARD_NUCLEO_F072RB

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f091rc" if BOARD_NUCLEO_F091RC

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f103rb" if BOARD_NUCLEO_F103RB

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f207zg" if BOARD_NUCLEO_F207ZG

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f302r8" if BOARD_NUCLEO_F302R8

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f303k8" if BOARD_NUCLEO_F303K8

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f303re" if BOARD_NUCLEO_F303RE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f303ze" if BOARD_NUCLEO_F303ZE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f334r8" if BOARD_NUCLEO_F334R8

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f401re" if BOARD_NUCLEO_F401RE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f410rb" if BOARD_NUCLEO_F410RB

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f411re" if BOARD_NUCLEO_F411RE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f412zg" if BOARD_NUCLEO_F412ZG

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f413zh" if BOARD_NUCLEO_F413ZH

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f429zi" if BOARD_NUCLEO_F429ZI

View File

@ -1,9 +1,5 @@
# Copyright (c) 2022 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2022 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f439zi" if BOARD_NUCLEO_F439ZI

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f446re" if BOARD_NUCLEO_F446RE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f446ze" if BOARD_NUCLEO_F446ZE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f722ze" if BOARD_NUCLEO_F722ZE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f746zg" if BOARD_NUCLEO_F746ZG

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-f767zi" if BOARD_NUCLEO_F767ZI

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-g070rb" if BOARD_NUCLEO_G070RB

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-g071rb" if BOARD_NUCLEO_G071RB

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-g431rb" if BOARD_NUCLEO_G431RB

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-g474re" if BOARD_NUCLEO_G474RE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l011k4" if BOARD_NUCLEO_L011K4

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l031k6" if BOARD_NUCLEO_L031K6

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l053r8" if BOARD_NUCLEO_L053R8

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l073rz" if BOARD_NUCLEO_L073RZ

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l152re" if BOARD_NUCLEO_L152RE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l412kb" if BOARD_NUCLEO_L412KB

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l432kc" if BOARD_NUCLEO_L432KC

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l433rc" if BOARD_NUCLEO_L433RC

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l452re" if BOARD_NUCLEO_L452RE

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l476rg" if BOARD_NUCLEO_L476RG

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l496zg" if BOARD_NUCLEO_L496ZG

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l4r5zi" if BOARD_NUCLEO_L4R5ZI

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2020 Inria
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-l552ze-q" if BOARD_NUCLEO_L552ZE_Q

View File

@ -1,9 +1,5 @@
# Copyright (c) 2021 Freie Universität Berlin
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
# SPDX-FileCopyrightText: 2021 Freie Universität Berlin
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "nucleo-wl55jc" if BOARD_NUCLEO_WL55JC