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.