Skip to content

Commit fe9beae

Browse files
authored
Merge pull request #10240 from fkjagodzinski/docs_update-license_py_modules
Add Python modules to LICENSE file
2 parents 594a1d1 + 5089253 commit fe9beae

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

LICENSE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,31 @@ Folders containing files under different permissive license than Apache 2.0 are
2222
- [TESTS/mbed_hal/trng/pithy](./TESTS/mbed_hal/trng/pithy) - BSD-3-Clause
2323
- [tools/data/rpc](./tools/data/rpc) - MIT
2424
- [targets](./targets) - PBL, BSD-style, MIT-style, Zlib-style, Public-domain
25+
26+
The Python modules used by Mbed tools are used under the following licenses:
27+
28+
- [colorama](https://pypi.org/project/colorama) - BSD-3-Clause
29+
- [urllib3](https://pypi.org/project/urllib3) - MIT
30+
- [secure](https://pypi.org/project/secure) - MIT
31+
- [prettytable](https://pypi.org/project/prettytable) - BSD-3-Clause
32+
- [junit-xml](https://pypi.org/project/junit-xml) - MIT
33+
- [pyyaml](https://pypi.org/project/pyyaml) - MIT
34+
- [jsonschema](https://pypi.org/project/jsonschema) - MIT
35+
- [future](https://pypi.org/project/future) - MIT
36+
- [six](https://pypi.org/project/six) - MIT
37+
- [mbed-cloud-sdk](https://pypi.org/project/mbed-cloud-sdk) - Apache 2.0
38+
- [requests](https://pypi.org/project/requests) - Apache-2.0
39+
- [idna](https://pypi.org/project/idna) - BSD-3-Clause
40+
- [pyserial](https://pypi.org/project/pyserial) - BSD-3-Clause
41+
- [Jinja2](https://pypi.org/project/Jinja2) - BSD-3-Clause
42+
- [intelhex](https://pypi.org/project/intelhex) - BSD
43+
- [mbed-ls](https://pypi.org/project/mbed-ls) - Apache-2.0
44+
- [mbed-host-tests](https://pypi.org/project/mbed-host-tests) - Apache-2.0
45+
- [mbed-greentea](https://pypi.org/project/mbed-greentea) - Apache-2.0
46+
- [beautifulsoup4](https://pypi.org/project/beautifulsoup4) - MIT
47+
- [pyelftools](https://pypi.org/project/pyelftools) - Public Domain
48+
- [manifest-tool](https://pypi.org/project/manifest-tool) - Apache-2.0
49+
- [icetea](https://pypi.org/project/icetea) - Apache-2.0
50+
- [pycryptodome](https://pypi.org/project/pycryptodome) - BSD-2-Clause
51+
- [pyusb](https://pypi.org/project/pyusb/) - Apache-2.0
52+
- [cmsis-pack-manager](https://pypi.org/project/cmsis-pack-manager) - Apache-2.0

0 commit comments

Comments
 (0)