mirror of https://github.com/ARMmbed/mbed-os.git
Update list of licenses in source and python modules
Updated file paths following directory restructure and added any missing licenses. Add cbor to the list of python modules and sort list alphabetically for consistency.pull/14238/head
parent
e6565a4486
commit
1d7d7fab3b
105
LICENSE.md
105
LICENSE.md
|
@ -3,59 +3,62 @@ as can be found in: LICENSE-apache-2.0.txt
|
|||
|
||||
Folders containing files under different permissive license than Apache 2.0 are listed below. Each folder should contain its own README file with license specified for its files. The original license text is included in those source files.
|
||||
|
||||
- [cmsis](./cmsis) - MIT, BSD-3-Clause
|
||||
- [connectivity/drivers/802.15.4_RF/mcr20a-rf-driver](./connectivity/drivers/802.15.4_RF/mcr20a-rf-driver) - BSD-3-Clause
|
||||
- [connectivity/drivers/emac](./connectivity/drivers/emac) - BSD-style
|
||||
- [features/cryptocell/FEATURE_CRYPTOCELL310](./features/cryptocell/FEATURE_CRYPTOCELL310) - ARM Object Code and Header Files License
|
||||
- [features/FEATURE_BOOTLOADER](./features/FEATURE_BOOTLOADER) - PBL
|
||||
- [features/FEATURE_BLE/targets](./features/FEATURE_BLE/targets) - BSD-style, PBL, MIT-style
|
||||
- [features/FEATURE_PSA/FEATURE_TFM](./features/FEATURE_PSA/FEATURE_TFM) - BSD-3-Clause
|
||||
- [features/FEATURE_PSA/FEATURE_MBED_PSA_SRV/services/attestation](./features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation) - BSD-3-Clause
|
||||
- [features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor](./features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor) - BSD-3-Clause
|
||||
- [connectivity/lorawan](./connectivity/lorawan) - Revised BSD
|
||||
- [connectivity/lwipstack](./connectivity/lwipstack) - BSD-style, MIT-style
|
||||
- [connectivity/nanostack/sal-stack-nanostack](./connectivity/nanostack/sal-stack-nanostack) - BSD-3-Clause
|
||||
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
|
||||
- [features/unsupported](./features/unsupported) - MIT-style, BSD-style
|
||||
- [storage/blockdevice](./storage/blockdevice) - Apache 2.0, MIT
|
||||
- [storage/filesystem/littlefs](.storage/filesystem/littlefs) - [BSD-3-Clause](https://github.com/ARMmbed/littlefs/blob/master/LICENSE.md)
|
||||
- [storage/filesystem/fat/ChaN](.storage/filesystem/fat/ChaN) - BSD-style, 1 clause, [Copyright ChaN](http://www.elm-chan.org/fsw/ff/doc/appnote.html)
|
||||
- [rtos](./rtos) - MIT
|
||||
- [drivers](./drivers) - MIT
|
||||
- [TESTS/mbed_hal/trng/pithy](./TESTS/mbed_hal/trng/pithy) - BSD-3-Clause
|
||||
- [tools/data/rpc](./tools/data/rpc) - MIT
|
||||
- [targets](./targets) - PBL, BSD-style, MIT-style, Zlib-style, Public-domain, BSD-3-Clause
|
||||
- [cmsis](cmsis) - MIT
|
||||
- [connectivity/FEATURE_BLE](connectivity/FEATURE_BLE) - BSD-3-Clause, MIT
|
||||
- [connectivity/drivers/802.15.4_RF/mcr20a-rf-driver](connectivity/drivers/802.15.4_RF/mcr20a-rf-driver) - BSD-3-Clause
|
||||
- [connectivity/drivers/ble/FEATURE_BLE](connectivity/drivers/ble/FEATURE_BLE) - MIT, PBL, BSD-3-Clause
|
||||
- [connectivity/drivers/emac](connectivity/drivers/emac) - BSD-3-Clause
|
||||
- [connectivity/drivers/lora](connectivity/drivers/lora) - BSD-3-Clause
|
||||
- [connectivity/drivers/mbedtls/FEATURE_CRYPTOCELL310](connectivity/drivers/mbedtls/FEATURE_CRYPTOCELL310) - ARM Object Code and Header Files
|
||||
- [connectivity/libraries/ppp](connectivity/libraries/ppp) - BSD-3-Clause, BSD-4-Clause
|
||||
- [connectivity/lorawan](connectivity/lorawan) - BSD-3-Clause
|
||||
- [connectivity/lwipstack](connectivity/lwipstack) - BSD-2-Clause, BSD-3-Clause, MIT
|
||||
- [connectivity/nanostack](connectivity/nanostack) - BSD-3-Clause
|
||||
- [drivers](drivers) - MIT
|
||||
- [features](features) - MIT
|
||||
- [platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor](platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor) - BSD-3-Clause
|
||||
- [platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation](platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation) - BSD-3-Clause
|
||||
- [platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM](platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM) - BSD-3-Clause
|
||||
- [rtos](rtos) - MIT
|
||||
- [storage/blockdevice/include/blockdevice](storage/blockdevice/include/blockdevice) - BSD-2-Clause, BSD-3-Clause, MIT
|
||||
- [storage/filesystem/fat/ChaN](storage/filesystem/fat/ChaN) - BSD-2-Clause, [Copyright ChaN](http://www.elm-chan.org/fsw/ff/doc/appnote.html)
|
||||
- [storage/filesystem/fat](storage/filesystem/fat) - MIT
|
||||
- [storage/filesystem/littlefs](storage/filesystem/littlefs)- BSD-3-Clause, MIT
|
||||
- [storage/filesystem/littlefsv2](storage/filesystem/littlefsv2)- BSD-3-Clause, MIT
|
||||
- [targets](targets) - ADI BSD, AMD Historical, BSD-2-Clause, BSD-3-Clause, Beer-Ware, MIT, MPLv2.0, SGI-B-1.1, XFree86, ZLIB
|
||||
|
||||
The Python modules used by Mbed tools are used under the following licenses:
|
||||
|
||||
- [colorama](https://pypi.org/project/colorama) - BSD-3-Clause
|
||||
- [urllib3](https://pypi.org/project/urllib3) - MIT
|
||||
- [secure](https://pypi.org/project/secure) - MIT
|
||||
- [prettytable](https://pypi.org/project/prettytable) - BSD-3-Clause
|
||||
- [junit-xml](https://pypi.org/project/junit-xml) - MIT
|
||||
- [pyyaml](https://pypi.org/project/pyyaml) - MIT
|
||||
- [jsonschema](https://pypi.org/project/jsonschema) - MIT
|
||||
- [future](https://pypi.org/project/future) - MIT
|
||||
- [six](https://pypi.org/project/six) - MIT
|
||||
- [mbed-cloud-sdk](https://pypi.org/project/mbed-cloud-sdk) - Apache 2.0
|
||||
- [requests](https://pypi.org/project/requests) - Apache-2.0
|
||||
- [idna](https://pypi.org/project/idna) - BSD-3-Clause
|
||||
- [pyserial](https://pypi.org/project/pyserial) - BSD-3-Clause
|
||||
- [Jinja2](https://pypi.org/project/Jinja2) - BSD-3-Clause
|
||||
- [intelhex](https://pypi.org/project/intelhex) - BSD
|
||||
- [mbed-ls](https://pypi.org/project/mbed-ls) - Apache-2.0
|
||||
- [mbed-host-tests](https://pypi.org/project/mbed-host-tests) - Apache-2.0
|
||||
- [mbed-greentea](https://pypi.org/project/mbed-greentea) - Apache-2.0
|
||||
- [beautifulsoup4](https://pypi.org/project/beautifulsoup4) - MIT
|
||||
- [pyelftools](https://pypi.org/project/pyelftools) - Public Domain
|
||||
- [manifest-tool](https://pypi.org/project/manifest-tool) - Apache-2.0
|
||||
- [icetea](https://pypi.org/project/icetea) - Apache-2.0
|
||||
- [pycryptodome](https://pypi.org/project/pycryptodome) - BSD-2-Clause
|
||||
- [pyusb](https://pypi.org/project/pyusb/) - Apache-2.0
|
||||
- [cbor](https://pypi.org/project/cbor) - Apache-2.0
|
||||
- [click](https://pypi.org/project/click) - BSD-3-Clause
|
||||
- [cmsis-pack-manager](https://pypi.org/project/cmsis-pack-manager) - Apache-2.0
|
||||
- [hidapi](https://pypi.org/project/hidapi/) - BSD-style
|
||||
- [pywin32](https://pypi.org/project/pywin32/) - PSF
|
||||
- [wmi](https://pypi.org/project/WMI/) - MIT
|
||||
- [psutil](https://pypi.org/project/psutil/) - BSD
|
||||
- [click](https://pypi.org/project/click/) - BSD-3-Clause
|
||||
- [cryptography](https://pypi.org/project/cryptography/) - BSD, Apache-2.0
|
||||
- [colorama](https://pypi.org/project/colorama) - BSD-3-Clause
|
||||
- [cryptography](https://pypi.org/project/cryptography) - BSD, Apache-2.0
|
||||
- [cysecuretools](https://pypi.org/project/cysecuretools/) - Apache-2.0
|
||||
- [future](https://pypi.org/project/future) - MIT
|
||||
- [hidapi](https://pypi.org/project/hidapi) - BSD-style
|
||||
- [icetea](https://pypi.org/project/icetea) - Apache-2.0
|
||||
- [idna](https://pypi.org/project/idna) - BSD-3-Clause
|
||||
- [intelhex](https://pypi.org/project/intelhex) - BSD
|
||||
- [Jinja2](https://pypi.org/project/Jinja2) - BSD-3-Clause
|
||||
- [jsonschema](https://pypi.org/project/jsonschema) - MIT
|
||||
- [junit-xml](https://pypi.org/project/junit-xml) - MIT
|
||||
- [manifest-tool](https://pypi.org/project/manifest-tool) - Apache-2.0
|
||||
- [mbed-cloud-sdk](https://pypi.org/project/mbed-cloud-sdk) - Apache 2.0
|
||||
- [mbed-greentea](https://pypi.org/project/mbed-greentea) - Apache-2.0
|
||||
- [mbed-host-tests](https://pypi.org/project/mbed-host-tests) - Apache-2.0
|
||||
- [mbed-ls](https://pypi.org/project/mbed-ls) - Apache-2.0
|
||||
- [prettytable](https://pypi.org/project/prettytable) - BSD-3-Clause
|
||||
- [psutil](https://pypi.org/project/psutil) - BSD
|
||||
- [pycryptodome](https://pypi.org/project/pycryptodome) - BSD-2-Clause
|
||||
- [pyelftools](https://pypi.org/project/pyelftools) - Public Domain
|
||||
- [pyserial](https://pypi.org/project/pyserial) - BSD-3-Clause
|
||||
- [pyusb](https://pypi.org/project/pyusb) - Apache-2.0
|
||||
- [pywin32](https://pypi.org/project/pywin32) - PSF
|
||||
- [pyyaml](https://pypi.org/project/pyyaml) - MIT
|
||||
- [requests](https://pypi.org/project/requests) - Apache-2.0
|
||||
- [secure](https://pypi.org/project/secure) - MIT
|
||||
- [six](https://pypi.org/project/six) - MIT
|
||||
- [urllib3](https://pypi.org/project/urllib3) - MIT
|
||||
- [wmi](https://pypi.org/project/WMI) - MIT
|
||||
|
|
Loading…
Reference in New Issue