1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Update authors

This commit is contained in:
winlin 2020-05-17 21:49:15 +08:00
parent 3029394c58
commit 23ddcbdaed
2 changed files with 3 additions and 0 deletions

View file

@ -62,3 +62,5 @@ CONTRIBUTORS ordered by first contribution.
* Bepartofyou<309554135@qq.com>
* l<22312935+lam2003@users.noreply.github.com>
* xfalcon<x-falcon@users.noreply.github.com>
* cgh<jinxue.cgh@alibaba-inc.com>
* LiPeng<mozhan.lp@alibaba-inc.com>

View file

@ -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;