summaryrefslogtreecommitdiffstats
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-02-181-1/+1
| | | | (cherry picked from commit b54c7357bb0af32e6150ae003194807fe8f16b65)
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-02-101-1/+1
| | | | (cherry picked from commit 0a863659a47dbab90ae53eb8fd5cc86eabdcc7c7)
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-02-071-1/+1
| | | | (cherry picked from commit 710b0e5c7d032ab9d47b8bdda2f918e86d626bad)
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-01-291-119/+119
|
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-01-291-128/+128
|
* Auto-update LICENSE file with current recipe licensestempgithub-actions[bot]2025-01-211-4/+4
|
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2025-01-151-4/+4
|
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2024-12-091-124/+124
|
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2024-12-061-1/+1
|
* Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2024-12-051-10/+162
|
* license: clarify the licensing for the project's metadataDima Zavin2019-01-101-0/+12
Presently, the recipe files in meta-freescale are under an ambiguous license. There is a EULA file at the root, but it's clearly not meant to apply as the default license as it is only explicitly called out in a few recipes and mirrors the language of the LSDK. The yocto upstream projects are meant to be distributed under a more liberal license than the LSDK. There are several licenses listed is custom-licenses/, but those again only apply to specific recipes (e.g. NXP-Binary-EULA). The license for the recipes themselves (and for the layer metadata, etc.) is not clear and is problematic when attempting to host a mirror of this code. So, add a LICENSE file that describes this situation, and provide a reference copy of the MIT license (taken from poky/meta/). Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>