1Different components of OpenEmbedded are under different licenses (a mix 2of MIT and GPLv2). See LICENSE.GPL-2.0-only and LICENSE.MIT for further 3details of the individual licenses. 4 5All metadata is MIT licensed unless otherwise stated. Source code 6included in tree for individual recipes (e.g. patches) are under 7the LICENSE stated in the associated recipe (.bb file) unless 8otherwise stated. 9 10License information for any other files is either explicitly stated 11or defaults to GPL version 2 only. 12 13Individual files contain the following style tags instead of the full license 14text to identify their license: 15 16 SPDX-License-Identifier: GPL-2.0-only 17 SPDX-License-Identifier: MIT 18 19This enables machine processing of license information based on the SPDX 20License Identifiers that are here available: http://spdx.org/licenses/ 21