generic-poky/LICENSE
Paul Eggleton ef91193c51 Fix license notices for OE-Core
* 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>
2014-01-02 12:58:54 +00:00

15 lines
515 B
Text

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.