Skip to content
Snippets Groups Projects
Alberto Pianon's avatar
Alberto Pianon authored
While Apache 2.0 license is the recommended option when choosing an open
source permissive (i.e. non-copyleft) license, such license is
incompatible with some other open source licenses (namely, GPL-2.0) so
it is not the best suited choice for patch files, since patch files are
naturally intended to modify third party code, which at times may be
subject to incompatible licenses.

Instead of checking license compatibility on a case by case basis (which
not only is time consuming, but it also a hardly maintainable/scalable
process and, most important, error-prone), a more practical approach
would be to adopt an open source license with the broadest compatibility
possible, namely, the MIT license.

Signed-off-by: default avatarAlberto Pianon <pianon@array.eu>
bb465c2d
History

SPDX-FileCopyrightText: Huawei Inc.

SPDX-License-Identifier: Apache-2.0

Introduction

Description

The meta-oniro-core is the core layer for Oniro Project build metadata.

Layer dependencies

The meta-oniro-core layer depends on the following layers:

Note that the dependencies of the above layers should also be taken into consideration.

Contributing

Merge requests

All contributions are to be handled as merge requests in the oniro Gitlab repository. For more information on the contributing process, check the CONRIBUTING.md file.

Maintainers

License

This layer is release under the licenses listed in the LICENSES root directory.