From 426fb0029cbf9f14248754eb614b46b5e322b7cb Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 18 May 2017 07:06:19 -0400 Subject: [PATCH] Fix typos, improve wording Signed-off-by: Marc Delisle --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03fd95a26a..e3197efe1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,10 +23,10 @@ Patches are welcome as [pull requests on GitHub][2]. Please include a Signed-off-by tag in the commit message (you can do this by passing `--signoff` parameter to Git). -When creating the commit on GitHub on using some other tool which does not have -direct support for this, it is same as adding -`Signed-off-by: Your name ` -as last line of the commit message. +When creating the commit on GitHub or using some other tool which does not have +direct support for this, it is the same as adding +`Signed-off-by: Your name ` +as the last line of the commit message. Note that by submitting patches with the Signed-off-by tag, you are giving permission to license the patch as GPLv2-or-later. See [the DCO file][3] for