From ef91193c51bf6f807584c465fcda38761c622456 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 23 Dec 2013 20:59:49 +0000 Subject: Fix license notices for OE-Core * Fix up LICENSE: - Replace reference to Poky with OpenEmbedded - Remove reference to bitbake and meta-extras that aren't part of this repository - Clarify license statements * Add a COPYING.GPLv2 file in meta/ for the GPLv2 parts * Add a COPYING.MIT file to meta-skeleton consistent with the other meta-* directories (From OE-Core rev: b777180f317a844513fcaae42fd7c91dff308f9b) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- LICENSE | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 4dc9a31..21fa6e6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,14 +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. This means all -metadata is MIT licensed unless otherwise stated. Source code included -in tree for individual recipes is under the LICENSE stated in the .bb -file for those software projects unless otherwise stated. +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. -- cgit v1.1