Skip to content

Commit bec0033

Browse files
committed
readme: license update
Fix licenses based on latest Fossology scan. Using -style licenses for specific type licenses Add paths to the readme.
1 parent 417979f commit bec0033

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

README.md

+22-21
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,28 @@ The software is provided under [Apache-2.0 license](LICENSE). Contributions to t
3333

3434
This project contains code from other projects. The original license text is included in those source files. They must comply with our [license guide](https://os.mbed.com/docs/latest/reference/license.html)
3535

36-
Folders containing files not under Apache 2.0 as listed above. The original license text is included in those source files.
37-
38-
- cmsis - MIT/BSD-3-Clause
39-
- components/802.15.4_RF/mcr20a-rf-driver - BSD-3-Clause
40-
- features/cryptocell/FEATURE_CRYPTOCELL310 - BSD-style
41-
- features/FEATURE_BOOTLOADER - PBL
42-
- features/FEATURE_BLE/targets - BSD-style/PBL/MIT
43-
- features/lorawan - Revised BSD
44-
- features/lwipstack - BSD-3-Clause/MIT
45-
- features/nanostack/sal-stack-nanostack - BSD-3-Clause
46-
- features/storage/FEATURE_STORAGE - BSD-style
47-
- features/storage/blockdevice - MIT
48-
- features/storage/filesystem/littlefs - BSD-3-Clause
49-
- features/storage/filesystem/fat - MIT/BSD-style
50-
- features/netsocket/emac-drivers - BSD-3-Clause
51-
- features/frameworks/unity/unity - MIT
52-
- rtos - MIT
53-
- drivers - MIT
54-
- TESTS/mbed_hal/trng/pithy - BSD-3-Clause
55-
- tools/data/rpc - MIT
56-
- targets - PBL/BSD-style/MIT/Zlib
36+
Folders containing files not under Apache 2.0 as listed above (each folder should contain own README file with license specified for its files). The original license text is included in those source files.
37+
38+
- [cmsis](./cmsis) - MIT, BSD-3-Clause
39+
- [components/802.15.4_RF/mcr20a-rf-driver](./components/802.15.4_RF/mcr20a-rf-driver) - BSD-3-Clause
40+
- [features/cryptocell/FEATURE_CRYPTOCELL310](./features/cryptocell/FEATURE_CRYPTOCELL310) - ARM Object Code and Header Files License
41+
- [features/FEATURE_BOOTLOADER](./features/FEATURE_BOOTLOADER) - PBL
42+
- [features/FEATURE_BLE/targets](./features/FEATURE_BLE/targets) - BSD-style, PBL, MIT-style
43+
- [features/lorawan](./features/lorawan) - Revised BSD
44+
- [features/lwipstack](./features/lwipstack) - BSD-style, MIT-style
45+
- [features/nanostack/sal-stack-nanostack](./features/nanostack/sal-stack-nanostack) - BSD-3-Clause
46+
- [features/storage/FEATURE_STORAGE](./features/storage/FEATURE_STORAGE) - BSD-style
47+
- [features/storage/blockdevice](./features/storage/blockdevice) - MIT
48+
- [features/storage/filesystem/littlefs](./features/storage/filesystem/littlefs) - BSD-3-Clause
49+
- [features/storage/filesystem/fat](./features/storage/filesystem/fat) - MIT, BSD-style
50+
- [features/netsocket/emac-drivers](./features/netsocket/emac-drivers) - BSD-style
51+
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
52+
- [features/unsupported](./features/unsupported) - MIT-style, BSD-style
53+
- [rtos](./rtos) - MIT
54+
- [drivers](./drivers) - MIT
55+
- [TESTS/mbed_hal/trng/pithy](./TESTS/mbed_hal/trng/pithy) - BSD-3-Clause
56+
- [tools/data/rpc](./tools/data/rpc) - MIT
57+
- [targets](./targets) - PBL, BSD-style, MIT-style, Zlib-style, Public-domain
5758

5859
## Getting started for developers
5960

0 commit comments

Comments
 (0)