diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-23 20:59:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:58:40 +0000 |
commit | b777180f317a844513fcaae42fd7c91dff308f9b (patch) | |
tree | bdc9b520bb37500ba0f6aa389b022df83bf6a94f /LICENSE | |
parent | 86f9917de741a553d646975101630e9efd26dd97 (diff) | |
download | openembedded-core-contrib-b777180f317a844513fcaae42fd7c91dff308f9b.tar.gz |
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
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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. |