Skip to content

Commit 7dc21b1

Browse files
cpu/lm4120: move licenses to SPDX format
1 parent 102d1dc commit 7dc21b1

File tree

10 files changed

+22
-53
lines changed

10 files changed

+22
-53
lines changed

cpu/lm4f120/Kconfig

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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.
6-
#
1+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
2+
# SPDX-License-Identifier: LGPL-2.1-only
73

84
config CPU_FAM_LM4F120
95
bool

cpu/lm4f120/cpu.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2015 Rakendra Thapa <[email protected]
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: 2015 Rakendra Thapa <[email protected]
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/lm4f120/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) 2015 Rakendra Thapa <[email protected]
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: 2015 Rakendra Thapa <[email protected]
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/lm4f120/include/periph_cpu.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*
2-
* Copyright (C) 2015 Rakendra Thapa <[email protected]>
3-
* Copyright (C) 2017 Marc Poulhiès <[email protected]>
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.
2+
* SPDX-FileCopyrightText: 2015 Rakendra Thapa <[email protected]>
3+
* SPDX-FileCopyrightText: 2017 Marc Poulhiès <[email protected]>
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
#pragma once

cpu/lm4f120/periph/adc.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2016 Marc Poulhiès
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: 2016 Marc Poulhiès
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/lm4f120/periph/gpio.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2015 Marc Poulhiès
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: 2015 Marc Poulhiès
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/lm4f120/periph/spi.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 Marc Poulhiès
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 Marc Poulhiès
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/lm4f120/periph/timer.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*
2-
* Copyright (C) 2015 Rakendra Thapa <[email protected]
3-
* 2015 Marc Poulhiès <[email protected]>
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 Rakendra Thapa <[email protected]
3+
* SPDX-FileCopyrightText: 2015 Marc Poulhiès <[email protected]>
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
/**

cpu/lm4f120/periph/uart.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2015 Rakendra Thapa <[email protected]>
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: 2015 Rakendra Thapa <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/lm4f120/vectors.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2015 Rakendra Thapa <rakendrathapa#gmail.com>
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: 2015 Rakendra Thapa <rakendrathapa#gmail.com>
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

0 commit comments

Comments
 (0)