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

rename author to contributor

This commit is contained in:
winlin 2013-11-30 14:35:59 +08:00
parent 9a582b0e4a
commit 57064237d0
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define RTMP_SIG_SRS_EMAIL "winterserver@126.com"
#define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)"
#define RTMP_SIG_SRS_COPYRIGHT "Copyright (c) 2013 winlin"
#define RTMP_SIG_SRS_AUTHORS "winlin"
#define RTMP_SIG_SRS_CONTRIBUTOR "winlin"
// compare
#define srs_min(a, b) (((a) < (b))? (a) : (b))