diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-06-25 15:14:46 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-06-25 15:16:40 -0400 |
commit | e215d8663370fcdb477d1bc20b434b7e4295fab7 (patch) | |
tree | f00181ad696585096648a1f16e9b5f0147863b7f /LICENSE | |
parent | 16ff368c38a3a36c4f32084e6a513342afe89f4f (diff) |
Initial commitHEADsalmon_18.90.0salmon/18.90.018.90.0master
Populate with agl-vcar.dbc from meta-agl-demo as of commit 7618c4a0,
plus supporting content including README.md, LICENSE, and .gitreview
files.
Bug-AGL: SPEC-5119
Change-Id: Ie7e2009743a7f836e08055ba396570b0acbca65d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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/ |