Skip to content

Commit e2f5b26

Browse files
authored
Merge pull request #21768 from krzysztof-cabaj/cpu_stm32_genkconfig_SPDX
cpu/stm32/genkconfig: move script licence and templates to SPDX
2 parents 2bdb5c0 + 2cce719 commit e2f5b26

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
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

cpu/stm32/dist/kconfig/gen_kconfig.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2020 Inria
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.
3+
# SPDX-FileCopyrightText: 2020 Inria
4+
# SPDX-License-Identifier: LGPL-2.1-only
85

96
import os
107
import argparse

0 commit comments

Comments
 (0)