LICENSE 545 B

1234567891011121314
  1. Different components of Poky are under different licenses (a mix of
  2. MIT and GPLv2). Please see:
  3. bitbake/COPYING (GPLv2)
  4. meta/COPYING.MIT (MIT)
  5. meta-extras/COPYING.MIT (MIT)
  6. which cover the components in those subdirectories. This means all
  7. metadata is MIT licensed unless otherwise stated. Source code included
  8. in tree for individual recipes is under the LICENSE stated in the .bb
  9. file for those software projects unless otherwise stated.
  10. License information for any other files is either explicitly stated
  11. or defaults to GPL version 2.