Skip to content

Commit 5a96f45

Browse files
committed
license: fix files list
1 parent 5f985f5 commit 5a96f45

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

drivers/LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Unless specifically indicated otherwise in a file or in the list below, files are licensed under the Apache 2.0 license,
22
as can be found: LICENSE-apache-2.0.txt.
33

4-
Files licensed under MIT.
4+
Files licensed under MIT:
55

6-
FlashIAP.cpp
7-
FlashIAP.h
6+
- FlashIAP.cpp
7+
- FlashIAP.h

rtos/LICENSE.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
Unless specifically indicated otherwise in a file or in the list below, files are licensed under the Apache 2.0 license,
22
as can be found: LICENSE-apache-2.0.txt.
33

4-
Files licensed under MIT.
4+
Files licensed under MIT:
55

6-
TARGET_CORTEX/mbed_rtos1_types.h
7-
TARGET_CORTEX/mbed_rtos_storage.h
8-
TARGET_CORTEX/mbed_rtx_conf.h
9-
TARGET_CORTEX/mbed_rtx_idle.cpp
10-
TARGET_CORTEX/SysTimer.h
11-
TARGET_CORTEX/SysTimer.cpp
12-
ConditionVariable.cpp
13-
ConditionVariable.h
14-
EventFlags.cpp
15-
EventFlags.h
16-
Kernel.cpp
17-
Kernel.h
18-
Mail.h
19-
MemoryPool.h
20-
Mutex.cpp
21-
Mutex.h
22-
Queue.h
23-
rtos.h
24-
rtos_handlers.h
25-
rtos_idle.h
26-
RtosTimer.cpp
27-
RtosTimer.h
28-
Semaphore.cpp
29-
Semaphore.h
30-
ThisThread.cpp
31-
ThisThread.h
32-
Thread.cpp
33-
Thread.h
6+
- TARGET_CORTEX/mbed_rtos1_types.h
7+
- TARGET_CORTEX/mbed_rtos_storage.h
8+
- TARGET_CORTEX/mbed_rtx_conf.h
9+
- TARGET_CORTEX/mbed_rtx_idle.cpp
10+
- TARGET_CORTEX/SysTimer.h
11+
- TARGET_CORTEX/SysTimer.cpp
12+
- ConditionVariable.cpp
13+
- ConditionVariable.h
14+
- EventFlags.cpp
15+
- EventFlags.h
16+
- Kernel.cpp
17+
- Kernel.h
18+
- Mail.h
19+
- MemoryPool.h
20+
- Mutex.cpp
21+
- Mutex.h
22+
- Queue.h
23+
- rtos.h
24+
- rtos_handlers.h
25+
- rtos_idle.h
26+
- RtosTimer.cpp
27+
- RtosTimer.h
28+
- Semaphore.cpp
29+
- Semaphore.h
30+
- ThisThread.cpp
31+
- ThisThread.h
32+
- Thread.cpp
33+
- Thread.h

0 commit comments

Comments
 (0)