diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-25 16:31:58 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-03-31 23:49:05 +0000 |
commit | 754db9a18c248c9403632a1334b4258be1f9759e (patch) | |
tree | 83eb0b2e0b8d32a777b31f84ef18291de5bbee81 /meta-agl-profile-graphical-qt5/LICENSE | |
parent | b803c02425123eec9ad22c8c632197bcaab4980a (diff) |
Use top-level LICENSE files for each repo
We re-use the OpenEmbedded / Yocto Project style to
declare the licenses more prominently in the top level folders.
LICENSE is derived from poky's LICENSE file.
Bug-AGL: SPEC-3295
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I059b5b42beb0d422ad2e679e958588240b5d8989
Diffstat (limited to 'meta-agl-profile-graphical-qt5/LICENSE')
-rw-r--r-- | meta-agl-profile-graphical-qt5/LICENSE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical-qt5/LICENSE b/meta-agl-profile-graphical-qt5/LICENSE new file mode 100644 index 000000000..e8758f89c --- /dev/null +++ b/meta-agl-profile-graphical-qt5/LICENSE @@ -0,0 +1,20 @@ +Different components of the AGL layers are under different licenses (a mix +of MIT and GPLv2). See LICENSE.GPL-2.0-only and LICENSE.MIT for further +details of the individual licenses. + +All metadata (e.g. .bb, .bbappend, .bbclass, .inc, templates/* and similar) +is MIT licensed unless otherwise stated. +Source code included in tree for individual recipes (e.g. patches) are under +the LICENSE stated in the associated recipe (.bb file) unless otherwise stated. + +License information for any other files (scripts) is either explicitly stated +or defaults to GPL version 2 only. + +Individual files can contain the following style tags instead of the full +license text to identify their license: + + SPDX-License-Identifier: GPL-2.0-only + SPDX-License-Identifier: MIT + +This enables machine processing of license information based on the SPDX +License Identifiers that are here available: http://spdx.org/licenses/ |