diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-05-27 21:34:13 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-27 22:07:50 +0200 |
commit | 2df721b2be9eacc1d63829c109b71c341acef7a8 (patch) | |
tree | 00ce9d6936ccdfbc650b0a04029b60898e72a8c2 /docs/manual | |
parent | 6b7719f9642fed0de5052b05eff28ec00be67caa (diff) | |
download | buildroot-2df721b2be9eacc1d63829c109b71c341acef7a8.tar.gz buildroot-2df721b2be9eacc1d63829c109b71c341acef7a8.zip |
manual: explicitize manual license
People reading the Buildroot manual online cannot immediately know what its
license is (unlike reading it from within the source tree). To avoid any
discussion, explicitize this in the manual.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/manual.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index 94259f70eb..32255205a1 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -7,6 +7,11 @@ Buildroot usage and documentation by Thomas Petazzoni. Contributions from Karsten Kruse, Ned Ludd, Martin Herren and others. +The Buildroot manual is licensed under the GNU General Public License, +version 2. Refer to file +http://git.buildroot.org/buildroot/tree/COPYING[COPYING] in the Buildroot +sources for the full text of this license. + Buildroot {sys:echo $\{BR2_VERSION%%-git*\}} manual generated on {localdate} {localtime} from git revision {sys:git rev-parse --short HEAD} |