summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE13
1 files changed, 8 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 88e0e2f2b2..21fa6e6bdf 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,11 +1,14 @@
-Different components of Poky are under different licenses (a mix of
-MIT and GPLv2). Please see:
+Different components of OpenEmbedded are under different licenses (a mix
+of MIT and GPLv2). Please see:
-bitbake/COPYING (GPLv2)
+meta/COPYING.GPLv2 (GPLv2)
meta/COPYING.MIT (MIT)
-meta-extras/COPYING.MIT (MIT)
+meta-selftest/COPYING.MIT (MIT)
+meta-skeleton/COPYING.MIT (MIT)
-which cover the components in those subdirectories.
+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.