-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Description
The LICENCE.md file of mbed-os states: https://github.com/ARMmbed/mbed-os/blob/master/LICENSE.md
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.
[..]
features/storage - BSD-style, MIT
However, looking at the actual source code files of features/storage
, lots of them are also Apache 2.0 licensed.
mbed-os/features/storage/nvstore/source/nvstore.cpp
Lines 1 to 15 in dc1198b
/* | |
* Copyright (c) 2018 ARM Limited. All rights reserved. | |
* SPDX-License-Identifier: Apache-2.0 | |
* Licensed under the Apache License, Version 2.0 (the License); you may | |
* not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software | |
* distributed under the License is distributed on an AS IS BASIS, WITHOUT | |
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
* See the License for the specific language governing permissions and | |
* limitations under the License. | |
*/ |
Can you look over the licenses that subfolder again and correct the LICENSE.md
?
Issue request type
[X] Question
[ ] Enhancement
[ ] Bug
Metadata
Metadata
Assignees
Labels
No labels