Skip to content

Commit 2cce719

Browse files
cpu/stm32/gen_kconfig: move script license to SPDX format
1 parent 26928f9 commit 2cce719

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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)