-
Notifications
You must be signed in to change notification settings - Fork 3k
MASTER - LICENSE.md - clarify filesystem licensing #13276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@JanneKiiskila, thank you for your changes. |
Thanks !
👍 |
LICENSE.md
Outdated
@@ -14,7 +14,8 @@ Folders containing files under different permissive license than Apache 2.0 are | |||
- [features/lorawan](./features/lorawan) - Revised BSD | |||
- [features/lwipstack](./features/lwipstack) - BSD-style, MIT-style | |||
- [features/nanostack/sal-stack-nanostack](./features/nanostack/sal-stack-nanostack) - BSD-3-Clause | |||
- [features/storage](./features/storage) - BSD-style, MIT | |||
- [features/storage/filesystem/littlefs](./features/storage/filesystem/littlefs) - [BSD-3-Clause](https://github.com/ARMmbed/littlefs/blob/master/LICENSE.md) | |||
- [features/storage/filesystem/fat/ChaN](.features/storage/filesystem/fat/ChaN) - BSD-style, 1 clause, [Copyright ChaN](http://www.elm-chan.org/fsw/ff/doc/appnote.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One note: some of the files in features\storage\blockdevice are released under MIT. Lets add it as well
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
@JanneKiiskila could you rebase this please |
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.
They are a seemingly random mix of Apache 2.0 and MIT licenses.
2d85741
to
0a2d5ff
Compare
Rebased. |
Quick Ci check and should be good to go in |
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.
Impact of changes
Documentation.
Migration actions required
None.
Documentation
Self-documenting.
Pull request type
Test results
Reviewers
@ARMmbed/mbed-os-maintainers @geky