From 23ddcbdaed13207c92b24bbf00802e0cad39f72e Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 17 May 2020 21:49:15 +0800 Subject: [PATCH] Update authors --- AUTHORS.txt | 2 ++ trunk/scripts/new_authors.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/AUTHORS.txt b/AUTHORS.txt index e23ee1d41..089fe7243 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -62,3 +62,5 @@ CONTRIBUTORS ordered by first contribution. * Bepartofyou<309554135@qq.com> * l<22312935+lam2003@users.noreply.github.com> * xfalcon +* cgh +* LiPeng diff --git a/trunk/scripts/new_authors.sh b/trunk/scripts/new_authors.sh index 71c4399fa..196d56b56 100755 --- a/trunk/scripts/new_authors.sh +++ b/trunk/scripts/new_authors.sh @@ -9,6 +9,7 @@ if [[ $? -ne 0 ]]; then echo "no authors"; exit -1; fi for author in $authors; do echo $author| grep 'winlin' >/dev/null 2>&1 && continue; echo $author| grep 'winterserver' >/dev/null 2>&1 && continue; + echo $author| grep 'chengli.ycl' >/dev/null 2>&1 && continue; echo $author| grep 'wenjie.zhao' >/dev/null 2>&1 && continue; echo $author| grep 'zhaowenjie' >/dev/null 2>&1 && continue; echo $author| grep 'pengqiang.wpq' >/dev/null 2>&1 && continue;