From 833faf7cb7dda0bc1072f42557a53127dc2595be Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 22 Jan 2019 09:50:11 +0100 Subject: [PATCH] fixed typos - signed-off-by: trimstray --- CONTRIBUTING.md | 4 ++-- LICENSE.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4068f08..38f2518 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,10 +6,10 @@ If you would like to support this project, you have an interesting idea how to i Moving forward all commits to this project must include a "signed-off-by" line indicating the name and email address of the contributor signing off on the change. To enable signatures add the following lines to `.git/hooks/prepare-commit-msg` : -`````` +``` SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/- signed-off-by: \1/p') grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" -`````` +``` ## Pull requests diff --git a/LICENSE.md b/LICENSE.md index aa88ca6..5f8b06f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -673,4 +673,3 @@ library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . -