summaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /LICENSE
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@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.