diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-10 10:13:18 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-10 10:13:18 +0100 |
commit | 80878dae5bc6e2c3f4514a5c006fefd95f4c1365 (patch) | |
tree | 5296804aa7542c63f69ead6222ea12105ba0e999 /LICENSE | |
parent | 24ace6b45d400c1b76412363809434f61ca2d645 (diff) | |
download | poky-80878dae5bc6e2c3f4514a5c006fefd95f4c1365.tar.gz |
LICENSE: Clarify the license recipe source code is under
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,7 +5,10 @@ bitbake/COPYING (GPLv2) | |||
5 | meta/COPYING.MIT (MIT) | 5 | meta/COPYING.MIT (MIT) |
6 | meta-extras/COPYING.MIT (MIT) | 6 | meta-extras/COPYING.MIT (MIT) |
7 | 7 | ||
8 | which cover the components in those subdirectories. | 8 | which cover the components in those subdirectories. This means all |
9 | metadata is MIT licensed unless otherwise stated. Source code included | ||
10 | in tree for individual recipes is under the LICENSE stated in the .bb | ||
11 | file for those software projects unless otherwise stated. | ||
9 | 12 | ||
10 | License information for any other files is either explicitly stated | 13 | License information for any other files is either explicitly stated |
11 | or defaults to GPL version 2. | 14 | or defaults to GPL version 2. |