diff --git a/CHANGELOG.md b/CHANGELOG.md index 451e04c15..4113af929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -794,7 +794,7 @@ Winlin 2021 [pr #558]: https://github.com/ossrs/srs/pull/558 [pr #559]: https://github.com/ossrs/srs/pull/559 -[authors]: https://github.com/ossrs/srs/blob/develop/AUTHORS.txt +[authors]: https://github.com/ossrs/srs/blob/4.0release/trunk/AUTHORS.txt [bigthanks]: https://github.com/ossrs/srs/wiki/v4_CN_Product#bigthanks [st]: https://github.com/winlinvip/state-threads [st2]: https://github.com/ossrs/state-threads/tree/srs diff --git a/PERFORMANCE.md b/PERFORMANCE.md index 303f33f16..ad4749ab7 100644 --- a/PERFORMANCE.md +++ b/PERFORMANCE.md @@ -143,7 +143,7 @@ Winlin 2021 [p22]: https://github.com/ossrs/srs/commit/5a4373d4835758188b9a1f03005cea0b6ddc62aa [p23]: https://github.com/ossrs/srs/pull/239 -[authors]: https://github.com/ossrs/srs/blob/4.0release/AUTHORS.txt +[authors]: https://github.com/ossrs/srs/blob/4.0release/trunk/AUTHORS.txt [bigthanks]: https://github.com/ossrs/srs/wiki/Product#release40 [st]: https://github.com/ossrs/state-threads [st2]: https://github.com/ossrs/state-threads/tree/srs diff --git a/README.md b/README.md index 7dad6ea17..800821b01 100755 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ Supported operating systems and hardware: Beijing, 2013.10
Winlin -[authors]: https://github.com/ossrs/srs/blob/4.0release/AUTHORS.txt +[authors]: https://github.com/ossrs/srs/blob/4.0release/trunk/AUTHORS.txt [bigthanks]: https://github.com/ossrs/srs/wiki/Product#release40 [st]: https://github.com/ossrs/state-threads [st2]: https://github.com/ossrs/state-threads/tree/srs diff --git a/AUTHORS.txt b/trunk/AUTHORS.txt similarity index 96% rename from AUTHORS.txt rename to trunk/AUTHORS.txt index 37ac62d27..a4b17dbd0 100644 --- a/AUTHORS.txt +++ b/trunk/AUTHORS.txt @@ -89,4 +89,6 @@ CONTRIBUTORS ordered by first contribution. * xbpeng121<53243357+xbpeng121@users.noreply.github.com> * johzzy * stone -* cfw11<34058899+cfw11@users.noreply.github.com> \ No newline at end of file +* cfw11<34058899+cfw11@users.noreply.github.com> +* Hung-YiChen +* long \ No newline at end of file diff --git a/trunk/auto/auto_headers.sh b/trunk/auto/auto_headers.sh index 589861869..824daab86 100755 --- a/trunk/auto/auto_headers.sh +++ b/trunk/auto/auto_headers.sh @@ -182,8 +182,8 @@ echo "" >> $SRS_AUTO_HEADERS_H ##################################################################################### # generated the contributors from AUTHORS.txt ##################################################################################### -if [[ -f ../AUTHORS.txt ]]; then - SRS_CONSTRIBUTORS=`cat ../AUTHORS.txt|grep "*"|awk '{print $2}'` +if [[ -f AUTHORS.txt ]]; then + SRS_CONSTRIBUTORS=`cat AUTHORS.txt|grep "*"|awk '{print $2}'` echo "#define SRS_CONSTRIBUTORS \"\\" >> $SRS_AUTO_HEADERS_H for CONTRIBUTOR in $SRS_CONSTRIBUTORS; do CONTRIBUTOR=`echo $CONTRIBUTOR|sed 's/@users.noreply.github.com>/@github>/g'` diff --git a/trunk/scripts/new_authors.sh b/trunk/scripts/new_authors.sh index 21bba453b..3a4bc0b83 100755 --- a/trunk/scripts/new_authors.sh +++ b/trunk/scripts/new_authors.sh @@ -1,6 +1,6 @@ #!/bin/bash -AFILE=`dirname $0`/../../AUTHORS.txt +AFILE=`dirname $0`/../AUTHORS.txt if [[ ! -f $AFILE ]]; then echo "No file at $AFILE"; exit -1; fi authors=`git log --format='%ae'|grep -v localhost|grep -v demo|grep -v none|sort|uniq` diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 112b76017..4d0df0543 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -23,7 +23,7 @@ #define RTMP_SIG_SRS_CODE "Leo" #define RTMP_SIG_SRS_URL "https://github.com/ossrs/srs" #define RTMP_SIG_SRS_LICENSE "MIT" -#define RTMP_SIG_SRS_AUTHORS "https://github.com/ossrs/srs/blob/4.0release/AUTHORS.txt" +#define RTMP_SIG_SRS_AUTHORS "https://github.com/ossrs/srs/blob/4.0release/trunk/AUTHORS.txt" #define RTMP_SIG_SRS_VERSION SRS_XSTR(VERSION_MAJOR) "." SRS_XSTR(VERSION_MINOR) "." SRS_XSTR(VERSION_REVISION) #define RTMP_SIG_SRS_SERVER RTMP_SIG_SRS_KEY "/" RTMP_SIG_SRS_VERSION "(" RTMP_SIG_SRS_CODE ")" #define RTMP_SIG_SRS_DOMAIN "ossrs.net"