summaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:36:22 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 15:32:53 +0200
commitf4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch)
tree487180fa9866985ea7b28e625651765d86f515c3 /LICENSE
downloadpoky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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.