Skip to content

Commit 49d6dd8

Browse files
committed
license: add license file containing folders with non apache license
1 parent 2cde31c commit 49d6dd8

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Unless specifically indicated otherwise in a file, files are licensed under the Apache 2.0 license,
2+
as can be found in: LICENSE-apache-2.0.txt
3+
4+
Folders containing files under different permissive license than Apache 2.0 are listed below. Eeach folder should contain own README file with license specified for its files. The original license text is included in those source files.
5+
6+
- [cmsis](./cmsis) - MIT, BSD-3-Clause
7+
- [components/802.15.4_RF/mcr20a-rf-driver](./components/802.15.4_RF/mcr20a-rf-driver) - BSD-3-Clause
8+
- [features/cryptocell/FEATURE_CRYPTOCELL310](./features/cryptocell/FEATURE_CRYPTOCELL310) - ARM Object Code and Header Files License
9+
- [features/FEATURE_BOOTLOADER](./features/FEATURE_BOOTLOADER) - PBL
10+
- [features/FEATURE_BLE/targets](./features/FEATURE_BLE/targets) - BSD-style, PBL, MIT-style
11+
- [features/lorawan](./features/lorawan) - Revised BSD
12+
- [features/lwipstack](./features/lwipstack) - BSD-style, MIT-style
13+
- [features/nanostack/sal-stack-nanostack](./features/nanostack/sal-stack-nanostack) - BSD-3-Clause
14+
- [features/storage](./features/storage) - BSD-style, MIT
15+
- [features/netsocket/emac-drivers](./features/netsocket/emac-drivers) - BSD-style
16+
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
17+
- [features/unsupported](./features/unsupported) - MIT-style, BSD-style
18+
- [rtos](./rtos) - MIT
19+
- [drivers](./drivers) - MIT
20+
- [TESTS/mbed_hal/trng/pithy](./TESTS/mbed_hal/trng/pithy) - BSD-3-Clause
21+
- [tools/data/rpc](./tools/data/rpc) - MIT
22+
- [targets](./targets) - PBL, BSD-style, MIT-style, Zlib-style, Public-domain

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,11 @@ The [release notes](https://os.mbed.com/releases) detail the current release. Yo
2929

3030
## License and contributions
3131

32-
The software is provided under [Apache-2.0 license](LICENSE). Contributions to this project are accepted under the same license. Please see [contributing.md](CONTRIBUTING.md) for more info.
32+
The software is provided under [Apache-2.0 license](LICENSE-apache-2.0.txt). Contributions to this project are accepted under the same license. Please see [contributing.md](CONTRIBUTING.md) for more info.
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 (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](./features/storage) - BSD-style, MIT
47-
- [features/netsocket/emac-drivers](./features/netsocket/emac-drivers) - BSD-style
48-
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
49-
- [features/unsupported](./features/unsupported) - MIT-style, BSD-style
50-
- [rtos](./rtos) - MIT
51-
- [drivers](./drivers) - MIT
52-
- [TESTS/mbed_hal/trng/pithy](./TESTS/mbed_hal/trng/pithy) - BSD-3-Clause
53-
- [tools/data/rpc](./tools/data/rpc) - MIT
54-
- [targets](./targets) - PBL, BSD-style, MIT-style, Zlib-style, Public-domain
36+
Folders containing files under different permissive license than Apache 2.0 are listed in LICENSE file.
5537

5638
## Getting started for developers
5739

0 commit comments

Comments
 (0)