diff options
author | Simon Dawson <spdawson@gmail.com> | 2014-01-02 13:01:48 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-01-02 15:12:02 +0100 |
commit | ab836f14e62209ce506ff17c7f344e07458e9085 (patch) | |
tree | c67f81a601d7b295899818e5cde99d681a589fd2 /docs/manual | |
parent | d6c096fd09219691c3f273aff298631b07c669e0 (diff) | |
download | buildroot-ab836f14e62209ce506ff17c7f344e07458e9085.tar.gz buildroot-ab836f14e62209ce506ff17c7f344e07458e9085.zip |
package: standardise Apache licenses
Apache licenses are referred to in a variety of ways; standardise these,
choosing a form which does not contain whitespace.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/legal-notice.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/legal-notice.txt b/docs/manual/legal-notice.txt index 574c1d8527..f79a578937 100644 --- a/docs/manual/legal-notice.txt +++ b/docs/manual/legal-notice.txt @@ -122,6 +122,9 @@ Buildroot, with the name used in the manifest files: * `BSD-3c`: BSD 3-clause license; * `BSD-2c`: BSD 2-clause license; * `MIT`: MIT-style license. +* `Apache-2.0`: + http://apache.org/licenses/LICENSE-2.0.html[ + Apache License, version 2.0]; Complying with the Buildroot license ------------------------------------ |