Skip to content

Commit 102d1dc

Browse files
cpu/kinetis: move licenses to SPDX format
1 parent 2f242dc commit 102d1dc

35 files changed

+100
-205
lines changed

cpu/kinetis/Kconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Copyright (c) 2020 HAW Hamburg
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.
1+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
2+
# SPDX-License-Identifier: LGPL-2.1-only
63

74
config CPU_COMMON_KINETIS
85
bool

cpu/kinetis/cpu.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 SKF AB
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2017 SKF AB
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/kinetis/dist/calc_spi_scalers/calc_spi_scalers.c

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
/*
2-
* Copyright (C) 2014 Hamburg University of Applied Sciences
3-
* 2014 PHYTEC Messtechnik GmbH
4-
* 2015 Eistec AB
5-
* 2016 Freie Universität Berlin
6-
*
7-
* This file is subject to the terms and conditions of the GNU Lesser
8-
* General Public License v2.1. See the file LICENSE in the top level
9-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2014 Hamburg University of Applied Sciences
3+
* SPDX-FileCopyrightText: 2014 PHYTEC Messtechnik GmbH
4+
* SPDX-FileCopyrightText: 2015 Eistec AB
5+
* SPDX-FileCopyrightText: 2016 Freie Universität Berlin
6+
* SPDX-License-Identifier: LGPL-2.1-only
107
*/
118

129
/**

cpu/kinetis/fcfield.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*
2-
* Copyright (C) 2015 PHYTEC Messtechnik GmbH
3-
* Copyright (C) 2015 Eistec AB
4-
*
5-
* This file is subject to the terms and conditions of the GNU Lesser General
6-
* Public License v2.1. See the file LICENSE in the top level directory for more
7-
* details.
2+
* SPDX-FileCopyrightText: 2015 PHYTEC Messtechnik GmbH
3+
* SPDX-FileCopyrightText: 2015 Eistec AB
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
/**

cpu/kinetis/include/bme.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 Eistec AB
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2017 Eistec AB
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/kinetis/include/cpu_conf.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 Eistec AB
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2017 Eistec AB
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/kinetis/include/cpu_conf_kinetis.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 Eistec AB
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017 Eistec AB
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/kinetis/include/cpu_conf_kinetis_ea.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*
2-
* Copyright (C) 2017 Eistec AB
3-
* Copyright (C) 2018 HERE Deutschland GmbH
4-
*
5-
* This file is subject to the terms and conditions of the GNU Lesser General
6-
* Public License v2.1. See the file LICENSE in the top level directory for more
7-
* details.
2+
* SPDX-FileCopyrightText: 2017 Eistec AB
3+
* SPDX-FileCopyrightText: 2018 HERE Deutschland GmbH
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
#pragma once

cpu/kinetis/include/cpu_conf_kinetis_k.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 Eistec AB
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2017 Eistec AB
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/kinetis/include/cpu_conf_kinetis_l.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 Eistec AB
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2017 Eistec AB
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

0 commit comments

Comments
 (0)