LICENSE.md - clarify filesystem licensing

We should really specify the littlefs and FAT FS licensing as separate
items, we should not just lump them together.

I also think we should point where the originals were picked up from.
pull/13276/head
Janne Kiiskila 2020-07-11 00:34:39 +03:00
parent d14454baef
commit 47c1f095a7
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ Folders containing files under different permissive license than Apache 2.0 are
- [features/netsocket/emac-drivers](./features/netsocket/emac-drivers) - BSD-style - [features/netsocket/emac-drivers](./features/netsocket/emac-drivers) - BSD-style
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT - [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
- [features/unsupported](./features/unsupported) - MIT-style, BSD-style - [features/unsupported](./features/unsupported) - MIT-style, BSD-style
- [storage](./storage) - BSD-style, 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 - [rtos](./rtos) - MIT
- [drivers](./drivers) - MIT - [drivers](./drivers) - MIT
- [TESTS/mbed_hal/trng/pithy](./TESTS/mbed_hal/trng/pithy) - BSD-3-Clause - [TESTS/mbed_hal/trng/pithy](./TESTS/mbed_hal/trng/pithy) - BSD-3-Clause