diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2016-03-01 12:01:04 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-01 12:46:58 +0100 |
commit | 20040036974f3e432017629910fb548ca2f3e925 (patch) | |
tree | ceadeb16cffa68bad5e79c858854d560b48bbe18 /docs/manual/patch-policy.txt | |
parent | 1834024ba00caa91b5e6c32e15b142bfdfb19d15 (diff) | |
download | buildroot-20040036974f3e432017629910fb548ca2f3e925.tar.gz buildroot-20040036974f3e432017629910fb548ca2f3e925.zip |
docs/manual: add section about patch licensing
Use the same text that is used in COPYING.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Steve Calfee <stevecalfee@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/patch-policy.txt')
-rw-r--r-- | docs/manual/patch-policy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/patch-policy.txt b/docs/manual/patch-policy.txt index d50c971c95..5a1fe4f46e 100644 --- a/docs/manual/patch-policy.txt +++ b/docs/manual/patch-policy.txt @@ -91,7 +91,7 @@ If something goes wrong in the steps _3_ or _4_, then the build fails. === Format and licensing of the package patches Patches are released under the same license as the software they apply -to. +to (see xref:legal-info-buildroot[]). A message explaining what the patch does, and why it is needed, should be added in the header commentary of the patch. |