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;