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