summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-04-15 10:44:40 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-15 10:24:22 +0200
commitbedb3be1c18cc20d32734e75f00114a2a4fff6e2 (patch)
tree31e3fdf9ebca921741c98541fbefd8fe8b241dad /docs/manual
parent2e9f105eeaae7bb680a3b687817013835ffbab76 (diff)
downloadbuildroot-bedb3be1c18cc20d32734e75f00114a2a4fff6e2.tar.gz
buildroot-bedb3be1c18cc20d32734e75f00114a2a4fff6e2.zip
docs/manual: contribute: fix license string for Buildroot license
As per section 12.2 "Complying with the Buildroot license", Buildroot is released under GPL version 2 or (at your option) any later version. But SPDX license string for Buildroot license in section 21.5 "Submitting patches" refers to only GPL version 2. Fix this inconsistency by using correct SPDX identifier. Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/contribute.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index 4ec01a854e..719032bcc4 100644
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -227,7 +227,7 @@ Finally, the patch should be signed off. This is done by adding
+Signed-off-by: Your Real Name <your@email.address>+ at the end of the
commit message. +git commit -s+ does that for you, if configured
properly. The +Signed-off-by+ tag means that you publish the patch
-under the Buildroot license (i.e. GPL-2.0, except for package patches,
+under the Buildroot license (i.e. GPL-2.0+, except for package patches,
which have the upstream license), and that you are allowed to do so.
See http://developercertificate.org/[the Developer Certificate of
Origin] for details.
OpenPOWER on IntegriCloud