diff --git a/AUTHORS.txt b/AUTHORS.txt index 81290103e..37ac62d27 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,7 +1,10 @@ CONTRIBUTORS ordered by first contribution. -* winlin -* chengli.ycl -* wenjie.zhao<740936897@qq.com> +* winlinvip +* winlinvip +* winlinvip +* wenjiegit +* wenjiegit<740936897@qq.com> +* wenjiegit * xiangcheng.liu * naijia.liu * alcoholyi @@ -50,32 +53,34 @@ CONTRIBUTORS ordered by first contribution. * qiang.li * HungMingWu * Himer +* xialixin +* xialixin<68469352@qq.com> * xialixin +* xialixin * alphonsetai * Michael.Ma * lam2003 +* runner365 * runner365 * XiaofengWang -* XiaLixin -* xiaozhihong -* HuyaJohn * xiaozhihong +* xiaozhihong +* xiaozhihong * yanghuiwen * Bepartofyou<309554135@qq.com> -* pengqiang.wpq +* Bepartofyou * l<22312935+lam2003@users.noreply.github.com> * xfalcon -* chengh_math -* jinxue.cgh +* chen-guanghua +* chen-guanghua +* lipeng19811218 * lipeng19811218 -* mozhan.lp * yajun18 * liulichuan * yapingcat * chenchengbin -* chenhaibo +* duiniuluantanqin * jasongwq -* xialixin * yinjiaoyuan * PieerePi * JesseXi @@ -84,5 +89,4 @@ CONTRIBUTORS ordered by first contribution. * xbpeng121<53243357+xbpeng121@users.noreply.github.com> * johzzy * stone -* cfw11<34058899+cfw11@users.noreply.github.com> -* louis.xia<68469352@qq.com> +* cfw11<34058899+cfw11@users.noreply.github.com> \ No newline at end of file diff --git a/trunk/scripts/new_authors.sh b/trunk/scripts/new_authors.sh index 51e33d747..21bba453b 100755 --- a/trunk/scripts/new_authors.sh +++ b/trunk/scripts/new_authors.sh @@ -7,8 +7,7 @@ authors=`git log --format='%ae'|grep -v localhost|grep -v demo|grep -v none|sort if [[ $? -ne 0 ]]; then echo "no authors"; exit -1; fi for author in $authors; do - echo $author| grep -e "winlin" -e 'winterserver' \ - -e 'zhaowenjie' >/dev/null 2>&1 && continue; + echo $author| grep -e "winlin" -e 'winterserver' >/dev/null 2>&1 && continue; username=$(echo $author |awk -F '@' '{print $1}') grep $username $AFILE 1>/dev/null 2>/dev/null && continue;