-
Notifications
You must be signed in to change notification settings - Fork 3k
Add SPDX identifier to files in storage #14041
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
@harmut01, thank you for your changes. |
77359a7
to
8bce84d
Compare
8bce84d
to
a060775
Compare
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.
Why was MIT
used instead of Apache-2.0
?
Find information about licenses in Mbed OS here: https://os.mbed.com/docs/mbed-os/v6.5/contributing/license.html
To answer a question about the licenses. We use Apache 2.0 but MIT is permissive as well, fine to be included although our files should be apache by default. |
I believe the inconsistency was unintended. For example, https://github.com/ARMmbed/mbed-os/pull/6757/files introduced BufferedBlockDevice.cpp with Apache-2.0 but BufferedBlockDevice.h with the text from the MIT license (without mentioning the name though). |
If our own documentation says we should use Apache surely we must use Apache... |
a060775
to
7626b0b
Compare
Pull request has been modified.
7626b0b
to
494bf91
Compare
@hugueskamba @0xc0170 @LDong-Arm I've changed the license headers to Apache 2.0 for consistency. I think it is better to address the problem now rather than further down the road (unless there's a reason for having an MIT license). |
storage/blockdevice/tests/TESTS/blockdevice/general_block_device/main.cpp
Outdated
Show resolved
Hide resolved
storage/filesystem/littlefsv2/tests/TESTS/COMMON/atomic_usage.cpp
Outdated
Show resolved
Hide resolved
494bf91
to
9a5ed51
Compare
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
SPDX identifiers added to files in Storage.
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers
@ARMmbed/mbed-os-core