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:54 +0000 |
commit | ef91193c51bf6f807584c465fcda38761c622456 (patch) | |
tree | 0f64821235540418b22f5c58425cce06f0cdb87c /LICENSE | |
parent | 4d093feeb25ff2b5984b5c9a74e4dbc02be10ca1 (diff) | |
download | poky-ef91193c51bf6f807584c465fcda38761c622456.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
(From OE-Core rev: b777180f317a844513fcaae42fd7c91dff308f9b)
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 @@ | |||
1 | Different components of Poky are under different licenses (a mix of | 1 | Different components of OpenEmbedded are under different licenses (a mix |
2 | MIT and GPLv2). Please see: | 2 | of MIT and GPLv2). Please see: |
3 | 3 | ||
4 | bitbake/COPYING (GPLv2) | 4 | meta/COPYING.GPLv2 (GPLv2) |
5 | meta/COPYING.MIT (MIT) | 5 | meta/COPYING.MIT (MIT) |
6 | meta-extras/COPYING.MIT (MIT) | 6 | meta-selftest/COPYING.MIT (MIT) |
7 | meta-skeleton/COPYING.MIT (MIT) | ||
7 | 8 | ||
8 | which cover the components in those subdirectories. This means all | 9 | All metadata is MIT licensed unless otherwise stated. Source code |
9 | metadata is MIT licensed unless otherwise stated. Source code included | 10 | included in tree for individual recipes is under the LICENSE stated in |
10 | in tree for individual recipes is under the LICENSE stated in the .bb | 11 | the associated recipe (.bb file) unless otherwise stated. |
11 | file for those software projects unless otherwise stated. | ||
12 | 12 | ||
13 | License information for any other files is either explicitly stated | 13 | License information for any other files is either explicitly stated |
14 | or defaults to GPL version 2. | 14 | or defaults to GPL version 2. |