aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE
blob: 9783ee5a1df3abe6e80b5e9c8364fcd880e23228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 files (including, but not limited to bb, bbappend,
bbclass, inc and conf files) are 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.