Skip to content

Commit 26928f9

Browse files
cpu/stm32/gen_kconfig: templates - move licenses to SPDX format
1 parent 2bdb5c0 commit 26928f9

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

cpu/stm32/dist/kconfig/Kconfig.lines.j2

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

84
# This file was auto-generated from ST ProductsList.xlsx sheet using the
95
# script in cpu/stm32/dist/kconfig/gen_kconfig.py

cpu/stm32/dist/kconfig/Kconfig.models.j2

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

84
# This file was auto-generated from ST ProductsList.xlsx sheet using the
95
# script in cpu/stm32/dist/kconfig/gen_kconfig.py

0 commit comments

Comments
 (0)