mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
* Fix up LICENSE:
- Replace reference to Poky with OpenEmbedded
- Remove reference to bitbake and meta-extras that aren't part of this
repository
- Clarify license statements
* Add a COPYING.GPLv2 file in meta/ for the GPLv2 parts
* Add a COPYING.MIT file to meta-skeleton consistent with the other
meta-* directories
(From OE-Core rev: b777180f317a844513fcaae42fd7c91dff308f9b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
515 B
Plaintext
15 lines
515 B
Plaintext
Different components of OpenEmbedded are under different licenses (a mix
|
|
of MIT and GPLv2). Please see:
|
|
|
|
meta/COPYING.GPLv2 (GPLv2)
|
|
meta/COPYING.MIT (MIT)
|
|
meta-selftest/COPYING.MIT (MIT)
|
|
meta-skeleton/COPYING.MIT (MIT)
|
|
|
|
All metadata is MIT licensed unless otherwise stated. Source code
|
|
included in tree for individual recipes is under the LICENSE stated in
|
|
the associated recipe (.bb file) unless otherwise stated.
|
|
|
|
License information for any other files is either explicitly stated
|
|
or defaults to GPL version 2.
|