From 47c1f095a72d069d07afc01b700a6b14780ef2ca Mon Sep 17 00:00:00 2001 From: Janne Kiiskila Date: Sat, 11 Jul 2020 00:34:39 +0300 Subject: [PATCH 1/2] 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. --- LICENSE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index f44e60e8406..3a622c57174 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT - [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 - [drivers](./drivers) - MIT - [TESTS/mbed_hal/trng/pithy](./TESTS/mbed_hal/trng/pithy) - BSD-3-Clause From 0a2d5ff62f1ed753baa17f77ec643f05445c2114 Mon Sep 17 00:00:00 2001 From: Janne Kiiskila Date: Thu, 16 Jul 2020 14:24:35 +0300 Subject: [PATCH 2/2] Add blockdevices licenses They are a seemingly random mix of Apache 2.0 and MIT licenses. --- LICENSE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE.md b/LICENSE.md index 3a622c57174..9f8a85f2cef 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -17,6 +17,7 @@ Folders containing files under different permissive license than Apache 2.0 are - [features/netsocket/emac-drivers](./features/netsocket/emac-drivers) - BSD-style - [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