Skip to content

Commit a95e0c8

Browse files
cpu/lpc1768 & lpc23xx: move licenses to SPDX format
1 parent 7dc21b1 commit a95e0c8

File tree

28 files changed

+60
-148
lines changed

28 files changed

+60
-148
lines changed

cpu/lpc1768/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_LPC176X
95
bool

cpu/lpc1768/cpu.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2014 Freie Universität Berlin
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: 2014 Freie Universität Berlin
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/lpc1768/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) 2014 Freie Universität Berlin
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: 2014 Freie Universität Berlin
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/lpc1768/include/periph_cpu.h

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

96
#pragma once

cpu/lpc1768/periph/cpuid.c

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

96
/**

cpu/lpc1768/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) 2017 Bas Stottelaar <[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: 2017 Bas Stottelaar <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/lpc1768/periph/pm.c

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

96
/**

cpu/lpc1768/periph/timer.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2014 Freie Universität Berlin
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: 2014 Freie Universität Berlin
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/lpc1768/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) 2014 Freie Universität Berlin
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: 2014 Freie Universität Berlin
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/lpc1768/vectors.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2014 Freie Universität Berlin
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: 2014 Freie Universität Berlin
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

0 commit comments

Comments
 (0)