From 73c7e9d229942fca26faba7df90d014e60e0dc72 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 31 May 2018 10:10:20 -0700 Subject: sdk-manual: Edits to "License Detection" Updates to prose for better understanding. (From yocto-docs rev: 44a07560845c973a0da4c27969c740d3d712d323) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 31 ++++++++++++++++------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'documentation') diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index 2c4b5b99d7..c39951c181 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml @@ -1157,20 +1157,24 @@ The devtool add command attempts to determine if the software you are adding is able to be - distributed under a common open-source license and sets the + distributed under a common, open-source license. + If so, the command sets the LICENSE value accordingly. - You should double-check this value against the documentation - or source files for the software you are building and update - that LICENSE value if necessary. + You should double-check the value added by the command against + the documentation or source files for the software you are + building and, if necessary, update that + LICENSE value. The devtool add command also sets the LIC_FILES_CHKSUM value to point to all files that appear to be license-related. - However, license statements often appear in comments at the top - of source files or within documentation. + Realize that license statements often appear in comments at + the top of source files or within the documentation. + In such cases, the command does not recognize those license + statements. Consequently, you might need to amend the LIC_FILES_CHKSUM variable to point to one or more of those comments if present. @@ -1184,14 +1188,13 @@ If the devtool add command cannot - determine licensing information, the - LICENSE value is set to "CLOSED" and the - LIC_FILES_CHKSUM value remains unset. - This behavior allows you to continue with development but is - unlikely to be correct in all cases. - Consequently, you should check the documentation or source - files for the software you are building to determine the actual - license. + determine licensing information, devtool + sets the LICENSE value to "CLOSED" and + leaves the LIC_FILES_CHKSUM value unset. + This behavior allows you to continue with development even + though the settings are unlikely to be correct in all cases. + You should check the documentation or source files for the + software you are building to determine the actual license. -- cgit v1.2.3-54-g00ecf