diff mbox

[01/13,v2] core/legal-info: update the legal-info report header

Message ID f0470f8dbed2b03668b7539bcf1cbbdbb99eeeea.1450031251.git.yann.morin.1998@free.fr
State Changes Requested
Headers show

Commit Message

Yann E. MORIN Dec. 13, 2015, 6:35 p.m. UTC
In some cases, the toolchain sources are now recovered and available in
the legal-info output. So, adapt the header to use conditional instead
of an definitive negation.

Also update the part about saving the sources: it's not the license list
that defines whether sources are installed, but rather whether the
package is reditributable or not.

Update the header acoordingly.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>

---
Changes v1 -> v2:
  - slight rephrasing  (Luca)
  - move early in the series  (Luca)
---
 support/legal-info/README.header | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Arnout Vandecappelle Dec. 16, 2015, 10:20 p.m. UTC | #1
On 13-12-15 19:35, Yann E. MORIN wrote:
> In some cases, the toolchain sources are now recovered and available in
> the legal-info output. So, adapt the header to use conditional instead
> of an definitive negation.
> 
> Also update the part about saving the sources: it's not the license list
> that defines whether sources are installed, but rather whether the
> package is reditributable or not.

 redistributable

> 
> Update the header acoordingly.

 accordingly

> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> Acked-by: Luca Ceresoli <luca@lucaceresoli.net>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 This can go in regardless of the rest of the series.

 Regards,
 Arnout

> 
> ---
> Changes v1 -> v2:
>   - slight rephrasing  (Luca)
>   - move early in the series  (Luca)
> ---
>  support/legal-info/README.header | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/support/legal-info/README.header b/support/legal-info/README.header
> index 3321adb..d07c45d 100644
> --- a/support/legal-info/README.header
> +++ b/support/legal-info/README.header
> @@ -12,12 +12,12 @@ This material is composed of the following items.
>   * The Buildroot configuration file; this has been saved in buildroot.config.
>   * The toolchain (cross-compiler and related tools) used to generate all the
>     compiled programs.
> -   Note: this has not been saved due to technical limitations, you must
> -   collect it manually.
> +   Note: this may have not been saved due to technical limitations, you may
> +   need to collect it manually.
>   * The source code for all packages; this has been saved in the sources/
> -   subdirectory (except for the proprietary packages, which have not been
> -   saved); patches applied to some packages by Buildroot are included in the
> -   Buildroot sources and were not duplicated in the sources/ subdirectory.
> +   subdirectory (except for the non-redistributable packages, which have not
> +   been saved); patches applied to some packages by Buildroot are included in
> +   the Buildroot sources and were not duplicated in the sources/ subdirectory.
>   * A manifest file listing the configured packages and related information.
>   * The license text of the packages; they have been saved in the licenses/
>     subdirectory.
>
diff mbox

Patch

diff --git a/support/legal-info/README.header b/support/legal-info/README.header
index 3321adb..d07c45d 100644
--- a/support/legal-info/README.header
+++ b/support/legal-info/README.header
@@ -12,12 +12,12 @@  This material is composed of the following items.
  * The Buildroot configuration file; this has been saved in buildroot.config.
  * The toolchain (cross-compiler and related tools) used to generate all the
    compiled programs.
-   Note: this has not been saved due to technical limitations, you must
-   collect it manually.
+   Note: this may have not been saved due to technical limitations, you may
+   need to collect it manually.
  * The source code for all packages; this has been saved in the sources/
-   subdirectory (except for the proprietary packages, which have not been
-   saved); patches applied to some packages by Buildroot are included in the
-   Buildroot sources and were not duplicated in the sources/ subdirectory.
+   subdirectory (except for the non-redistributable packages, which have not
+   been saved); patches applied to some packages by Buildroot are included in
+   the Buildroot sources and were not duplicated in the sources/ subdirectory.
  * A manifest file listing the configured packages and related information.
  * The license text of the packages; they have been saved in the licenses/
    subdirectory.