Skip to content

Commit ef681bf

Browse files
committed
Add SPDX-License-Identifier and Copyright in new files
1 parent d97c4d5 commit ef681bf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

TESTS/mbed_hal/stack_size_unification/main.cpp

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

TESTS/mbed_hal/stack_size_unification/stack_size_unification.h

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

0 commit comments

Comments
 (0)