Skip to content

Commit a9d92e1

Browse files
authored
Merge pull request #21704 from krzysztof-cabaj/cpu_change_to_SPDX_part1
cpu: move licenses from comments to SPDX format (part1)
2 parents 8c12a06 + 8ad4fbe commit a9d92e1

File tree

247 files changed

+609
-1369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+609
-1369
lines changed

cpu/arm7_common/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_ARCH_ARMV4T
95
bool

cpu/arm7_common/arm7_init.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved.
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: 2008-2009 Freie Universitaet Berlin (FUB)
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/arm7_common/arm_cpu.c

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2008-2009 Heiko Will <[email protected]>
3+
* SPDX-FileCopyrightText: 2009 Kaspar Schleiser <[email protected]>
4+
* SPDX-License-Identifier: LGPL-2.1-only
5+
*/
6+
17
/**
2-
* ARM architecture common support functions
3-
*
4-
* Copyright (C) 2008, 2009 Heiko Will <[email protected]>
5-
* Copyright (C) 2009 Kaspar Schleiser <[email protected]>
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.
10-
*
118
* @ingroup cpu_arm7_common
129
* @{
1310
* @file

cpu/arm7_common/include/VIC.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
/* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will
2-
* This file is subject to the terms and conditions of the GNU Lesser
3-
* General Public License v2.1. See the file LICENSE in the top level
4-
* directory for more details.
5-
*
1+
/*
2+
* SPDX-FileCopyrightText: 2005-2008 by Thomas Hillebrandt and Heiko Will
3+
* SPDX-License-Identifier: LGPL-2.1-only
64
*/
75

86
#pragma once

cpu/arm7_common/include/architecture_arch.h

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

96
#pragma once

cpu/arm7_common/include/arm7_common.h

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

97
#pragma once

cpu/arm7_common/include/arm_cpu.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
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
#pragma once

cpu/arm7_common/include/atomic_utils_arch.h

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

96
#pragma once

cpu/arm7_common/include/iap.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
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
#pragma once

cpu/arm7_common/include/irq_arch.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will
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: 2005-2008 by Thomas Hillebrandt and Heiko Will
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

0 commit comments

Comments
 (0)