mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
boards/stm32: change licenses in Kconfig files to SPDX
This commit is contained in:
parent
cd21e1282d
commit
97c43a42c0
@ -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 "stm32f030f4-demo" if BOARD_STM32F030F4_DEMO
|
||||
|
||||
@ -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 "stm32f0discovery" if BOARD_STM32F0DISCOVERY
|
||||
|
||||
@ -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 "stm32f3discovery" if BOARD_STM32F3DISCOVERY
|
||||
|
||||
@ -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 "stm32f429i-disc1" if BOARD_STM32F429I_DISC1
|
||||
|
||||
@ -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 "stm32f429i-disco" if BOARD_STM32F429I_DISCO
|
||||
|
||||
@ -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 "stm32f4discovery" if BOARD_STM32F4DISCOVERY
|
||||
|
||||
@ -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 "stm32f723e-disco" if BOARD_STM32F723E_DISCO
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
# Copyright (c) 2021 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: 2021 Inria
|
||||
# SPDX-License-Identifier: LGPL-2.1-only
|
||||
|
||||
config BOARD
|
||||
default "stm32f746g-disco" if BOARD_STM32F746G_DISCO
|
||||
|
||||
@ -1,8 +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 "stm32f7508-dk" if BOARD_STM32F7508_DK
|
||||
|
||||
@ -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 "stm32f769i-disco" if BOARD_STM32F769I_DISCO
|
||||
|
||||
@ -1,9 +1,5 @@
|
||||
# Copyright (c) 2021 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: 2021 BISSELL Homecare, Inc.
|
||||
# SPDX-License-Identifier: LGPL-2.1-only
|
||||
|
||||
config BOARD
|
||||
default "stm32g0316-disco" if BOARD_STM32G0316_DISCO
|
||||
|
||||
@ -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 "stm32l0538-disco" if BOARD_STM32L0538_DISCO
|
||||
|
||||
@ -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 "stm32l476g-disco" if BOARD_STM32L476G_DISCO
|
||||
|
||||
@ -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 "stm32l496g-disco" if BOARD_STM32L496G_DISCO
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
# Copyright (C) 2020 Savoir-faire Linux
|
||||
#
|
||||
# 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 Savoir-faire Linux
|
||||
# SPDX-License-Identifier: LGPL-2.1-only
|
||||
|
||||
config BOARD
|
||||
default "stm32mp157c-dk2" if BOARD_STM32MP157C_DK2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user