aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2018-08-30 16:54:06 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2018-08-31 09:22:25 +0200
commitec58c283ca9af8a9ee35e1227f37a67f3874092d (patch)
treece66d85bbeb0c20d5a6b4d216448bf736f023b81
parente8da307acd49c3ca6b8c214e235f4bb19cb5ad1c (diff)
README.md: do not mention the checkpatch license
checkpatch.pl being covered by the GPL is not a convincing reason for not having a local copy of the script. Nothing in OP-TEE is a derivative work of checkpatch, and a "mere aggregation" is even explicitly covered in the GPL text. It isn't necessary to be concerned with the output of checkpatch, since that is not included in OP-TEE, either. Therefore, remove the sentence that mentions the checkpatch license. Reported-by: David Brown <david.brown@linaro.org> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: David Brown <david.brown@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 14d205f0..0aa7a2fd 100644
--- a/README.md
+++ b/README.md
@@ -121,11 +121,9 @@ the code also follows GlobalPlatform standards. The exceptions are as follows:
against those projects later on and we don't expect that it is easy to
convince other software projects to change coding style.
-Regarding the checkpatch tool, since it is licensed under the terms of GNU GPL
-License Version 2, we
-cannot include this script directly into this project. Please use checkpatch
-directly from the Linux kernel git in combination with the local [checkpatch
-script].
+Regarding the checkpatch tool, it is not included directly into this project.
+Please use checkpatch.pl from the Linux kernel git in combination with the
+local [checkpatch script].
[build]: https://github.com/OP-TEE/build
[checkpatch script]: scripts/checkpatch.sh