Skip to content

Commit 916ec21

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
FastModel: Add SPDX License Identifier
1 parent 229e30a commit 916ec21

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/lp_ticker.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2018 ARM Limited
2+
* Copyright (c) 2006-2019 ARM Limited
3+
* SPDX-License-Identifier: Apache-2.0
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/sleep_api.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
/** \addtogroup hal */
33
/** @{*/
44
/* mbed Microcontroller Library
5-
* Copyright (c) 2018 Arm Limited
5+
* Copyright (c) 2018-2019 Arm Limited
6+
* SPDX-License-Identifier: Apache-2.0
67
*
78
* Licensed under the Apache License, Version 2.0 (the "License");
89
* you may not use this file except in compliance with the License.

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/us_ticker.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2018 ARM Limited
2+
* Copyright (c) 2006-2019 ARM Limited
3+
* SPDX-License-Identifier: Apache-2.0
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)