diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-04-02 21:19:05 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-04-02 23:05:10 +0200 |
commit | 07370b7bb5b2361ae7b65b38f03e1c6b2f76e9a5 (patch) | |
tree | 21f0fdeb929d6f098216d851c39aa1272044fd0c /docs/manual | |
parent | 6b3c2b4b088efe6a3dc51d555a92d27e905b4681 (diff) | |
download | buildroot-07370b7bb5b2361ae7b65b38f03e1c6b2f76e9a5.tar.gz buildroot-07370b7bb5b2361ae7b65b38f03e1c6b2f76e9a5.zip |
docs: add links to the rest of the licenses
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/legal-notice.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/manual/legal-notice.txt b/docs/manual/legal-notice.txt index 7b17438189..58952243e9 100644 --- a/docs/manual/legal-notice.txt +++ b/docs/manual/legal-notice.txt @@ -115,10 +115,18 @@ Buildroot, with the name used in the manifest files: * `LGPL`: http://www.gnu.org/licenses/lgpl.html[ GNU Lesser General Public License] (any version); -* `BSD-4c`: Original BSD 4-clause license; -* `BSD-3c`: BSD 3-clause license; -* `BSD-2c`: BSD 2-clause license; -* `MIT`: MIT-style license. +* `BSD-4c`: + http://directory.fsf.org/wiki/License:BSD_4Clause[ + Original BSD 4-clause license]; +* `BSD-3c`: + http://opensource.org/licenses/BSD-3-Clause[ + BSD 3-clause license]; +* `BSD-2c`: + http://opensource.org/licenses/BSD-2-Clause[ + BSD 2-clause license]; +* `MIT`: + http://opensource.org/licenses/mit-license.html[ + MIT-style license]; * `Apache-2.0`: http://apache.org/licenses/LICENSE-2.0.html[ Apache License, version 2.0]; |