diff --git a/boards/stm32f030f4-demo/Kconfig b/boards/stm32f030f4-demo/Kconfig index 43a8b84652..978b744008 100644 --- a/boards/stm32f030f4-demo/Kconfig +++ b/boards/stm32f030f4-demo/Kconfig @@ -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 diff --git a/boards/stm32f0discovery/Kconfig b/boards/stm32f0discovery/Kconfig index b0d4c34360..c9e4eff57f 100644 --- a/boards/stm32f0discovery/Kconfig +++ b/boards/stm32f0discovery/Kconfig @@ -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 diff --git a/boards/stm32f3discovery/Kconfig b/boards/stm32f3discovery/Kconfig index d130094b25..0d0d531e33 100644 --- a/boards/stm32f3discovery/Kconfig +++ b/boards/stm32f3discovery/Kconfig @@ -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 diff --git a/boards/stm32f429i-disc1/Kconfig b/boards/stm32f429i-disc1/Kconfig index 29c12eb07c..4c7ea70cc0 100644 --- a/boards/stm32f429i-disc1/Kconfig +++ b/boards/stm32f429i-disc1/Kconfig @@ -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 diff --git a/boards/stm32f429i-disco/Kconfig b/boards/stm32f429i-disco/Kconfig index 56181d2468..86774aed5c 100644 --- a/boards/stm32f429i-disco/Kconfig +++ b/boards/stm32f429i-disco/Kconfig @@ -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 diff --git a/boards/stm32f4discovery/Kconfig b/boards/stm32f4discovery/Kconfig index 73924b843f..05135abf22 100644 --- a/boards/stm32f4discovery/Kconfig +++ b/boards/stm32f4discovery/Kconfig @@ -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 diff --git a/boards/stm32f723e-disco/Kconfig b/boards/stm32f723e-disco/Kconfig index 9cf87c1aa3..b80e284c50 100644 --- a/boards/stm32f723e-disco/Kconfig +++ b/boards/stm32f723e-disco/Kconfig @@ -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 diff --git a/boards/stm32f746g-disco/Kconfig b/boards/stm32f746g-disco/Kconfig index 33cd238b09..e75db9b19d 100644 --- a/boards/stm32f746g-disco/Kconfig +++ b/boards/stm32f746g-disco/Kconfig @@ -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 diff --git a/boards/stm32f7508-dk/Kconfig b/boards/stm32f7508-dk/Kconfig index 9063c51bf0..d24a58521a 100644 --- a/boards/stm32f7508-dk/Kconfig +++ b/boards/stm32f7508-dk/Kconfig @@ -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 diff --git a/boards/stm32f769i-disco/Kconfig b/boards/stm32f769i-disco/Kconfig index 0aa59f226c..b87b2d286c 100644 --- a/boards/stm32f769i-disco/Kconfig +++ b/boards/stm32f769i-disco/Kconfig @@ -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 diff --git a/boards/stm32g0316-disco/Kconfig b/boards/stm32g0316-disco/Kconfig index d8b79ac7bd..3d7ce430e9 100644 --- a/boards/stm32g0316-disco/Kconfig +++ b/boards/stm32g0316-disco/Kconfig @@ -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 diff --git a/boards/stm32l0538-disco/Kconfig b/boards/stm32l0538-disco/Kconfig index c47c556339..b2b4dfc7ad 100644 --- a/boards/stm32l0538-disco/Kconfig +++ b/boards/stm32l0538-disco/Kconfig @@ -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 diff --git a/boards/stm32l476g-disco/Kconfig b/boards/stm32l476g-disco/Kconfig index acd55a20f1..ec01aa710f 100644 --- a/boards/stm32l476g-disco/Kconfig +++ b/boards/stm32l476g-disco/Kconfig @@ -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 diff --git a/boards/stm32l496g-disco/Kconfig b/boards/stm32l496g-disco/Kconfig index 78441d8c95..a0107b07ef 100644 --- a/boards/stm32l496g-disco/Kconfig +++ b/boards/stm32l496g-disco/Kconfig @@ -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 diff --git a/boards/stm32mp157c-dk2/Kconfig b/boards/stm32mp157c-dk2/Kconfig index 14ae739bc5..77ac8e94c1 100644 --- a/boards/stm32mp157c-dk2/Kconfig +++ b/boards/stm32mp157c-dk2/Kconfig @@ -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