summaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE14
1 files changed, 14 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000000..21fa6e6bdf
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,14 @@
1Different components of OpenEmbedded are under different licenses (a mix
2of MIT and GPLv2). Please see:
3
4meta/COPYING.GPLv2 (GPLv2)
5meta/COPYING.MIT (MIT)
6meta-selftest/COPYING.MIT (MIT)
7meta-skeleton/COPYING.MIT (MIT)
8
9All metadata is MIT licensed unless otherwise stated. Source code
10included in tree for individual recipes is under the LICENSE stated in
11the associated recipe (.bb file) unless otherwise stated.
12
13License information for any other files is either explicitly stated
14or defaults to GPL version 2.