Skip to content

Commit 9cb8a12

Browse files
committed
fix SPDX identifier typos
1 parent 5f1c777 commit 9cb8a12

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

TESTS/host_tests/device_echo.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
2-
mbed SDK
3-
Copyright (c) 2011-2016 ARM Limited
4-
SPDX-License-Identifier: Apache-2.
2+
Copyright (c) 2011-2020, Arm Limited and affiliates
3+
SPDX-License-Identifier: Apache-2.0
54
65
Licensed under the Apache License, Version 2.0 (the "License");
76
you may not use this file except in compliance with the License.

TESTS/host_tests/rtc_calc_auto.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
2-
mbed SDK
3-
Copyright (c) 2011-2013 ARM Limited
4-
SPDX-License-Identifier: Apache-2.
2+
Copyright (c) 2011-2020, Arm Limited and affiliates
3+
SPDX-License-Identifier: Apache-2.0
54
65
Licensed under the Apache License, Version 2.0 (the "License");
76
you may not use this file except in compliance with the License.

TESTS/host_tests/trng_reset.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
"""
2-
Copyright (c) 2018 ARM Limited
3-
SPDX-License-Identifier: Apache-2.
2+
Copyright (c) 2018-2020, Arm Limited and affiliates
3+
SPDX-License-Identifier: Apache-2.0
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
77
You may obtain a copy of the License at
88
9-
http://www.apache.org/licenses/LICENSE-2.0
9+
http://www.apache.org/licenses/LICENSE-2.0
1010
1111
Unless required by applicable law or agreed to in writing, software
1212
distributed under the License is distributed on an "AS IS" BASIS,

platform/mbed_mpu_mgmt.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2019 ARM Limited
3-
* SPDX-License-Identifier: Apache-2.
1+
/*
2+
* Copyright (c) 2018-2020, Arm Limited and affiliates.
3+
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -14,6 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
1718
#ifndef MBED_MPU_MGMT_H
1819
#define MBED_MPU_MGMT_H
1920

0 commit comments

Comments
 (0)