diff options
author | Rahul Bedarkar <rahul.bedarkar@imgtec.com> | 2017-03-16 17:24:00 +0530 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-03-16 16:58:04 +0100 |
commit | b0b2cd662b68b8f2e8f3adfce5d00d12cb08615d (patch) | |
tree | 6f5ad525c472e578575832d9ec81c03bf67bd1ee | |
parent | 399ab122afc17c6693230438c93ff7e7a28c4ac7 (diff) | |
download | buildroot-b0b2cd662b68b8f2e8f3adfce5d00d12cb08615d.tar.gz buildroot-b0b2cd662b68b8f2e8f3adfce5d00d12cb08615d.zip |
docs/manual: document MPL licenses
Many packages are provided under MPL v1.1 and v2.0. Document it under
License abbreviations section.
Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | docs/manual/legal-notice.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual/legal-notice.txt b/docs/manual/legal-notice.txt index 1e1e2b3aeb..df82fd2572 100644 --- a/docs/manual/legal-notice.txt +++ b/docs/manual/legal-notice.txt @@ -151,6 +151,12 @@ Buildroot, with the name used in the manifest files: * `ISC`: https://opensource.org/licenses/ISC[ ISC License]; +* `MPLv1.1`: + https://www.mozilla.org/en-US/MPL/1.1[ + Mozilla Public License Version 1.1] +* `MPLv2.0`: + https://www.mozilla.org/en-US/MPL/2.0[ + Mozilla Public License Version 2.0] [[legal-info-buildroot]] === Complying with the Buildroot license |