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 | openembedded-core-contrib-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) meta/COPYING.MIT (MIT) meta-extras/COPYING.MIT (MIT) -which cover the components in those subdirectories. +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. License information for any other files is either explicitly stated or defaults to GPL version 2. |